jhavl / swift

MIT License
86 stars 22 forks source link

Drawing lines/trajectories in Swift #51

Open colormotor opened 11 months ago

colormotor commented 11 months ago

Hi, repeating here an issue that was initially posted in robotics toolbox (petercorke/robotics-toolbox-python#239) here: Is there support for drawing 3d lines and/or polylines in Swift? This could be useful for drawing trajectories. Currently to do so I'm drawing a series of Axes but that is quite slow on initialization. Thanks!