As an extension to my last post on rendering Processing code in an IPython notebook, I thought it might be fun to play a bit with the 3D functionality and see how easy it would be to build an extremely basic molecule viewer! I didn’t spend much time polishing it, but the basic rendering turned …
Category: Visualization
Processing.js in an IPython Notebook
I’ve been playing a bit with generative art recently, and in this domain the Processing language is a popular choice. Processing allows fairly seamless creation of both 2D and 3D images as well as natural interactivity. I had some interest in linking it with Python to make artistic renderings on the fly of work I …