Pixelsumo is a blog about interaction, with an emphasis on play, installation, video game culture, playgrounds and toys. Written by Chris O'Shea.
Follow...
RSS Feed
Vimeo Channel
Posted April 22nd 2005 under Open Source
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)
Comments
(April 28th 2005)
Great ! This work could be easily added to Solipsis :
http://solipsis.netofpeers.net
Solipsis is a python open-source infrastructure (or platform) for a peer-to-peer shared virtual world.