I have posted an example on GitHub for creating a processing-like animation using RhinoPython, which is lighter than using Grasshopper’s timers and makes the code more maintainable because the animation is complete in RhinoPython.
Since rhinoscriptsyntax bakes objects into scriptcontext, it is too heavy for animation. So I answered the need to use the Dynamic Draw methods in DisplayPipeline Class of RhinoCommon. This may be a sample that you may not have expected to find. Please give it a try.
1 post - 1 participant