Open Source

Big Buck Bunny
Big Buck Bunny

Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation. Created entirely using free software, it is also released under the Creative Commons Attribution License. You can download all the models, textures, animations, everything.
“This Open movie project had as main targets:

Developing tools in Blender for editing […]

Cybersonica 06 Opens!
Cybersonica 06 Opens!

My reason for irregular postings on Pixelsumo has been due to curating and coordinating the Cybersonica 06 Sonic Art exhibition. After a huge amount of work by the team, I can now happily say that the exhibition is now open and we have 12 truly great pieces installed in the gallery space. I […]

Sonicforms
Sonicforms

The first phase of this project is live -> www.sonicforms.org

Devachan
Devachan

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 […]