BurcuYankovan / contextfree

Automatically exported from code.google.com/p/contextfree
0 stars 0 forks source link

Feature Request: Integrate verse 2d can go into Blender and 3DS in realtime #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"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

GoogleCodeExporter commented 8 years ago
Whoops I thought this was the main contextfree :)

Original comment by stu.a...@gmail.com on 25 Sep 2008 at 4:54