"Verse is a network protocol that lets multiple applications act together
as one
large application by sharing data over a network. If one application makes
a change
to shared data, the change is distributed instantly to all the other interested
clients. The protocol and associated data format are both heavily optimized for
sharing data suitable for 3D graphics."
http://verse.blender.org/
So we could make shapes in context free and send them to blender to do
stuff in 3d with (it's all fully python scriptable in there + has stuff
like a game engine with physics). Probably want to be able to send the
shapes separately or as a bitmap.
Also, would want an api to control how context free generates shapes,
(control stuff like the seeds, and the random algorithm)
Original issue reported on code.google.com by stu.a...@gmail.com on 23 Sep 2008 at 12:22
Original issue reported on code.google.com by
stu.a...@gmail.com
on 23 Sep 2008 at 12:22