devachan is an open source software for easy 3d programming (using Python and OpenGL), created by Cesare Marilungo.
![]()
The code is very simple to understand and aimed at teaching people 3D programming. For example if you simply wanted to have a 3D cube spinning on its Z axis, you would type:
translate(0,0,-10)
draw_cube()
refresh()
Devachan could do with a community of artists and programmers who are interested in this kind of work, to suggest and help with new features, perhaps a community forum etc. I will post up my experiments in Devachan soon. (thanks for the tip toxi)