Slashdot Mirror


User: Falthon

Falthon's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:CrystalSpace has great documentation on Open Source vs Affordable Indie 3D Game Engines? · · Score: 2, Interesting

    RoamingDragon looks interesting. You might want to take a look at Project Angela, which has similar movement requirements. You may be interested in their ideas on physics-based movement.

  2. Several good projects on Open Source vs Affordable Indie 3D Game Engines? · · Score: 1

    WorldForge, Delta3D, and CrystalSpace are all viable choices. Delta3D in particular has good physics, though I understand it currently has limited scalability.

    The bottom line is that no engine is perfect. Some are better than others for certain tasks, and they all have shortcomings. You shouldn't tie yourself too closely to any one engine, because you may want to switch at some point down the road.

    BuildaWorld is a project to create an abstraction layer which will make it easy to switch between engines, and to allow different versions of your game with different engines. Ultimately they plan to create tools to enable non-programmers to design their own game or game world. It's still in the early stages, but then, anyone wanting to design a game or build a world has to think long-term.

  3. Re:Ogre3D is great on Open Source vs Affordable Indie 3D Game Engines? · · Score: 1

    You should consider linking up with an existing open-source project such as WorldForge or BuildaWorld (or both, since their products can be used together). They plan to provide tools to allow non-programmers to design their own games. They still have a ways to go, but designing a game is going to be a long-term project for you no matter how you go about it.