python - IPython and 3D : draw simple and interactive scenes -
i'm working on little funny project, draw planet based on fractal generation. project works under standard pyopengl call, in order make more interactive, wanted export on ipython notebook.
i work triangles, in cartesian coordinate system. there way, three.js purpose, draw basic 3d scene based on polygons in ipython notebooks ? saw lot of static plot library nothing looks i'm looking for.
ps: interactive, meen can rotate scene example.
sure, take @ pythreejs meant bridge between python , threejs. included example file gives overview how port code pythreejs in ipython notebook.
you can make interactive combining pythreejs ipython widgets.
Comments
Post a Comment