satishgoda / iluvblender

Blender Python Scripts, Add-Ons and moreExperiments with Blender, Python API, utility scripts, add-ons and more....
http://learningblender3dsoftware.blogspot.com
2 stars 2 forks source link

dotEandV #1

Open satishgoda opened 10 years ago

satishgoda commented 10 years ago

photo0934

Proposed design and architecture of dotEandV

satishgoda commented 10 years ago

Text Editor

dot text

Render Control

  • Save dot text if not already saved.
  • Version the dot text and launch Graphviz
  • If errors were encountered, report them in the Text Editor
  • On successful render, load and display image in Image Editor

Graphviz

  • Prepare command-line arguments
  • Launch graphviz with the arguments as a subprocess
  • Pass results to Render Control

Image Editor

  • Display rendered image passed on via Render Control