vote up 4 vote down star
3

Studying emergence, it's quite useful to have a development framework to build upon to quickly test out new ideas. 3d with physics collision would be nice, and open-source would be a big plus. For this purpose 'breve' looks quite promising, but I was wondering if anyone had used it or knows of any other suitable engines?

flag

50% accept rate

6 Answers

vote up 2 vote down

For quick development, breve does look appropriate. If you want to write something more from scratch, ODE, Bullet and Tokamak are all good open-source 3D physics and collision detection libraries.

link|flag
vote up 1 vote down

If I understand the question right, what you're looking for is more a programmable 3D graphics / physics engine sandbox to try out ideas, than anything specifically to do with artificial life.

If so, you might want to take a look at fluxus - it's basically that, where the "programmable" part is Scheme. It's designed for interactive programming (draw 3D scenes and animations, then change them in real time), so I'd guess it should be flexible enough for agent-based AI/AL.

link|flag
vote up 1 vote down

I would go ahead and use breve. If you hadn't mentioned breve in your question, I would have recommended it.

link|flag
vote up 0 vote down

Actually, I think that something like Microsoft Robotics Studio would be good for this.

link|flag
Even though open-source would be a big plus? – 0124816 Sep 20 '08 at 8:29
vote up 0 vote down

Maybe not 100% what you are looking for, but you can try Open steer as a possible starting point.

link|flag
vote up 0 vote down

I'm looking for the same thing. Breve seems to be an abandoned project. I've read that with python doesn't work properly but it in the web it's said that it has no support for steve anymore.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.