Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Programming Games

Open Source vs Affordable Indie 3D Game Engines? 152

TBBScorpion asks: "Lately I have been investigating 3D game engines. I was mostly paying attention to open source engines like Ogre3d, Irrlicht, Crystal Space 3D, and the like. Then I found out about cheap Indie licenses for commercial game engines like Torque Game Engine ($150), Torque Game Engine Advanced ($295) and the C4 Engine ($200 + free upgrades). I found a list of top commercial and open source game engines at devmaster.net in case anyone is interested (I didn't want to take the time to list all the engines, but there are more good ones that I did not list on this page). Now for my questions. Now, here's my dilemma. Which of the engines are worth investing in? Should I buy an indie license or hold out for open source? Or should I start with an indie engine and switch later if open source catches up?"
"Torque Game Engine 1.5 works on Windows, Mac OS X, and Linux but lacks modern shader support (except for something about a free modernization kit). I mostly do cross-platform software development so I like this feature.

However, there is Torque Game Engine Advanced (TGEA) which adds shader support, the Atlas terrain paging feature, and a few other nice features, but since is DirectX9 based it is no longer cross-platform. I have also heard rumors about support for the engine to be a little on the lacking side, yet the Torque community seems to be rather large compared to other commercial engines. Are the complaints just from people who don't really know how to program expecting to be able to edit the C++ of the game engine, or are capable people really having trouble? I've heard rumors about stability of TGEA compared to TGE? For those of you who have used TGE or TGEA, would you recommend it over other engines?

The C4 Engine looks nice as well, but seems to be under active development and less mature, but might it potentially be a more modern game engine? Also, it supports Windows XP and Mac OS X, which is better then just Windows.

Here are the features I am hoping for are: a cross-platform engine, if possible; modern shader support; a built-in terrain paging system; and model, material and animation import from Blender 3d.

When it comes to the open source engines like Ogre3D, the main thing that seems to be lacking is the built-in editors, and at least Ogre3D is currently mostly a graphics engine rather then a complete game engine (i.e. physics built-in; does provide wrappers for ODE and other physics engines). My assumption is that is just a matter of time before Ogre3D and other engines catch up with the top Indie commercial engines?

Lastly, I will be using the game engine for not only making games, but for some scientific applications as well. Also, I started using C++ 10 years ago and have been using Python since January 2002, so I'm ready to dive into the engine code."
This discussion has been archived. No new comments can be posted.

Open Source vs Affordable Indie 3D Game Engines?

Comments Filter:
  • Torque on linux? (Score:1, Informative)

    by tulcod ( 1056476 )
    From what I've heard, you will be investing hours to get Torque working on linux. And forget about updating it (which is pretty useful for added features like the shader functionality). I am, though, not sure if this is still true. Ogre3D is slow. That's just not what you want. If speed is all you want, and don't care about the interface, Irrlicht is nice. If you want both, crystalspace is really nice, but there's not a lot of documentation about it.
    • Re:Torque on linux? (Score:4, Interesting)

      by xtracto ( 837672 ) on Saturday May 26, 2007 @05:42PM (#19285587) Journal
      Please correct me if I am wrong (which I am almost sure I am), but last time I had a look for all the Open Source game engines available they where focused on First Person Shooter type of games... I was doing a 3D puzzle game (sort of like Tetrisphere)... I ended up finishing it in raw OpenGL and SDL... although I would have liked to use an engine to easly add particle effects and other stuff...

      I personally hope to find nice answers in this thread... also, from what I have seen in the Gamedev.net forums people over there do not like Open Source stuff... of course I saw some 2 years ago... things surely have changed by now.
      • by abes ( 82351 )
        For at least Ogre and Irrlicht, there is no such requirement. If you go to Ogre's web page, you can see a bunch of games made with, and a good number are not FPSes.

        With that said, it is probably what the engine get used for most of the time.
      • Re: (Score:3, Informative)

        by Jorrit ( 19549 )
        Crystal Space is certainly not only for FPS projects. In fact FPS projects are the minority. Most projects using Crystal Space are MMORPG type games like PlaneShift (http://www.planeshift.it).

        Greetings,
    • Re:Torque on linux? (Score:4, Informative)

      by borfast ( 752138 ) on Saturday May 26, 2007 @08:00PM (#19286809) Homepage

      Yes, getting TGE to run on Linux is an ungrateful task, to say the least.

      Some time ago I got lured into buying it because they used to state on the product page that they supported linux. I bought both Torque Game Engine (3D) and Torque Game Builder (2D).

      Long story short, the Linux version is far from the quality of the Windows and OS X counterparts (when it runs at all) and the company dropped Linux as a supported platform, "because it consumes too many of their resources". Instead, the Linux version is now supported by the community - but it bears the same price tag, nonetheless...

      There used to be a guy who offered himself to help with the Linux version of the engine. He did this *for free*. Garage Games used to take months to reply to his e-mails when he sent them a message saying "hey guys, you just released a new TGE version so I took care of making a linux release, it's ready for you to put on your page". There was somewhat of a revolt on the forums and Garage Games eventually worked with this guy for some more time (still for free) and after that, I just gave up on Garage Games, because their support really suck. It's just as UnDiWhan said on another comment [slashdot.org]: a pervasive attitude of "If you can't figure it out without help, you shouldn't have gotten the Advanced Engine". This is also valid for the regular TGE and TGB.

      Things may have changed, though, because Garage Games created a buzzword for their documentation and also a site to host it. But again, just like the Linux versions are "community-supported", the documentation is mostly (all?) user created content - it's a Wiki...

      As for Ogre3D, I wouldn't say it's slow, it's actually pretty good and pretty fast. But if you don't use it correctly, it can kill your game. I've seen games using Ogre very efficiently and others that were slow as hell.

      • by l3mr ( 1070918 )

        As for Ogre3D, I wouldn't say it's slow, it's actually pretty good and pretty fast. But if you don't use it correctly, it can kill your game. I've seen games using Ogre very efficiently and others that were slow as hell.

        Modern graphics can be tricky. Using shaders is no panacea; you need to learn how to use them right, weight the different techniques against each other and finally, you need to do a lot of benchmarking on NVidia _and_ ATI. At least Ogre allows you to do it right if you know how to...

    • by CrazyJim1 ( 809850 ) on Saturday May 26, 2007 @10:10PM (#19287837) Journal
      I like the documentation on CS because it is an API that's easy to understand. But what really shines in CrystalSpace's favor is it's community. I wouldn't be able to code in 3d if it wasn't for handholding by the developers. They walked me through compiling and building, and then they answered my questions when I got stuck. I think they're so friendly, that I casually talk about my game I'm making in help questions that I post to the mailing list. CS is the 3d engine that I am writing: www.roamingdragon.com

      I'm not saying the other engines could be bad, but I know that CS is awesome.
      • Re: (Score:2, Interesting)

        by Falthon ( 1108115 )
        RoamingDragon looks interesting. You might want to take a look at Project Angela [rpg-gamerz.com], which has similar movement requirements. You may be interested in their ideas on physics-based movement.
    • I own both the TGEA and the torque engine. I've also bought some other stuff from them like model packs.

      First of all, their engine has little to no documentation. Generally, if you ask for help on their forums, they tell you to buy the book. There is a "torque game engine for beginners book".

      That was a waste of 50$. The book sucks. Its not a reference book, its a simple walk through on simple beginner stuff.

      Their model pack (I bought the adam pack) sucked. I payed 20$ for a model, it came with no documentat
  • by unDiWahn ( 599102 ) on Saturday May 26, 2007 @05:41PM (#19285577)
    I can't stress enough to avoid TGEA. I can't speak for the original engine (TGE) but the new version has no documentation, and a pervasive attitude of "If you can't figure it out without help, you shouldn't have gotten the Advanced Engine".

    The engine is simply not geared towards direct interfacing. If you're happy using TorqueScript to do everything, then give it a shot. If, like me, you need to interface with other C++ components, you're in for a tough ride.
  • by Anonymous Coward on Saturday May 26, 2007 @05:52PM (#19285669)
    The time spent trying to figure out the Torque engine is better spent just developing your own engine, the documentation is terrible, tools for torque are outdated, just don't waste your time.
    • Re: (Score:3, Interesting)

      by xtracto ( 837672 )
      Hehe, I agree in some way with this sentiment... the last time I tried to use the CrystalSpace engine you had to compile it from source which meant hacking around with the code (it didnt compile in my Windows XP out of the box)... I got very frustrated and, after emailing to the guys in the mailing list asking for a precompiled binary (I just wanted to test the different capabilites and play with the available API) they told me to compile it and in other words told me "if you cant compile it then you are no
      • by eison ( 56778 )
        Reasonable perspective, actually.
        It's for programmers, not people wanting to play a game. Programmers can compile things. By definition. If you can't jump that hurdle, the whole thing is certain to be useless to you, so why should anybody waste their time trying to support you wasting yours?
      • by mgblst ( 80109 )
        Yeah, it is like the time I went to a car dealer, to buy a car. I wanted to test drive this machine, but because I can't drive, they wouldn't even help me get it started. You would think the least they could do was provide someone to drive me around. If they can't even provide that low level of help, then please don't waste your time buying a car. It appears they want you to be a Formule one race driver, before they will help you.

        What do you think the engine is for? And there are demos (depending on how lon
    • Mod Parent Up (Score:3, Interesting)

      by Khakionion ( 544166 )
      I couldn't agree more. I loved TGE when I first started, but eventually I spent so much time wading through WTF moments of poor documentation, broken functions and the like that I could have brewed my own, or used a well-crafted engine like Irrlicht.

      Don't even get me started on its Linux "support." Linux is a second-class-citizen in Torque, the engine even stubs out(!) some important things like joysticks.

      If your projects are small, I'd recommend homebrewing your own framework. If you're really not into gra
    • You serious? Now I'm as liable to NIH as the next guy, but if you want to actually be productive, use a pre-existing engine. A decent 3d-engine is a non-trivial thing to make, and if he's dissatisfied with the features of the current open source offerings, I'll bet he'd be in for many months work on the engine before he had something usable. It's completely redundant effort, and you don't want to waste all that time when you just want to make a game.
      • by LBt1st ( 709520 )
        "A decent 3d-engine is a non-trivial thing to make, and if he's dissatisfied with the features of the current open source offerings, I'll bet he'd be in for many months work on the engine before he had something usable."

        Couldn't agree more. Assuming he's not working on it full time, were talking years, not months.
        I'm currently 2 years into putting together an engine and I'm just now able to make a demo out of it. Unless you have a team and plenty of time to dedicate, your probably better off using an existi
      • As far as existing engines go, it also depends on the type of game. If building an FPS, by all means take the Quake 3 engine as your starting point! The whole engine has been GPL'ed (not content, but that doesn't matter if all you want is the engine)

        Don't tell me Q3 can't do single-player. Medal of Honor (spearhead, and breakthrough also), and the Jedi Outcast/Academy, and Elite Force have all used the Q3 engine as their base.
    • ...I paid for Torque, but never could get very far with it...documentation is pretty scattered.

      Just seemed easier to start from scratch. I won't have all the cool stuff torque has, but at least I know what the hell is going on with the stuff i have.
  • Doom or Quake... (Score:5, Informative)

    by apathy maybe ( 922212 ) on Saturday May 26, 2007 @06:10PM (#19285825) Homepage Journal
    Have you investigated the open source versions of Doom and Quake? While maybe a bit dated (the Quake III engine is from 1999), they are GPL and have a lot of community support.

    The original Doom engine has been used in a shit load of games since (including games available for a wide variety of platforms, such as portable music players).

    The Wikipedia page, http://en.wikipedia.org/wiki/Quake_III_engine [wikipedia.org] has a lot more information about the Quake III engine, and a lot of handy links at the bottom (such as http://www.icculus.org/quake3/ [icculus.org] "A project to remove bugs, clean up source code and to add more advanced graphical and audio features via SDL and OpenAL, and to act as a clean base package to build other projects on.")

    Go get it!
    • When you're considering commercial engines, that probably means you aren't planning to release the game as open source, which would make a GPL engine kind of unsuitable, no?
      • Re: (Score:3, Insightful)

        by dhasenan ( 758719 )
        There are two aspects to the game: the data and the engine. The data is separately copyrighted. The engine is GPL, so any engine modifications must be published as source if they're published at all. So if you come up with an uber-cool stealth mod to Quake 3 and distribute it in your game, I can use the mod, but I don't have any more license to the textures, scripts, and world than you choose to give me.

        You can have a viable commercial game released on an open source engine. You just have slightly less prot
      • by Lehk228 ( 705449 )
        you can sell a GPL game, the PROGRAM will be under the GPL but the content, maps, textures, models, music can still be copyrighted.

        others will then be able to use the code you wrote but it won't make your game available to download for free.
    • Re: (Score:2, Informative)

      by Anonymous Coward
      http://xreal.sourceforge.net/xrealwiki/ [sourceforge.net]

      from their faq:

      Q: I'm looking for an engine for our game project. What can XreaL offer?
      A: XreaL provides a complete toolchain for game content creation. You will get:

      the Quake 3 Arena engine with many renderer tech updates
      a customized GtkRadiant level editor for Q3A/Doom3 style hybrid mapping
      a customized XMap compiler based off Q3Map1
  • What exactly do you want to hear? You'll be using it for "games and scientific stuff"? There is no single engine that will fit all those vastly different needs. Tell us what specific game you want to develop, then we might get somewhere. Scientific stuff? With a GAME engine? Oh please.. what do you want to simulate using a CFlyingLaserShootingOgre class?

    This whole post seems to me like an advertisement for the Torque engine to be honest, but it's kind of silly because the Torque engine is really only useful
    • I'll agree it had the general form of an advertisement, but if you look at the actual text it would be one of unprecedented candidness and modesty. Then again, looking at the comments Torque is getting, I suppose it would have reason to be.
    • Re: (Score:2, Interesting)

      by TBBScorpion ( 876568 )
      What do I want to hear? I want to hear what the community has to say. I don't want to waste money on the Torque Game Engine if it's not worth it and from what I can tell from the comments to my post, it's not as good (especially the support) compared to what GarageGames advertises. (By the way, this is why I love open source code as I can try it out for myself and decide if it works for me). The intention was not an advertisement for the Torque Game Engine. I will have to be more careful the next time I ma
    • I don't really think he's asking for a silver bullet, just a good engine. As your Fred Books allusion suggests, of course he can't reduce the essential complexity of building a game, but he certainly can reduce the accidental complexity by choosing a good engine. Since this is Slashdot, I must indulge my instincts to extend your analogy of killing the monster "werewolf" that is software complexity:

      Choosing a poorly designed engine is like greasing the werewolf, and then trying to wrestle him.
      Choosing a po
  • jMonkeyEngine (Score:4, Informative)

    by Anonymous Coward on Saturday May 26, 2007 @06:25PM (#19285963)
    jmonkeyengine http://www.jmonkeyengine.com/ [jmonkeyengine.com]

    Runs on OSX, Win, and Linux. Advanced Shader Support. Open.

    • Re: (Score:2, Troll)

      And it's bloody java, so you're looking at 70 meg for a 10 fps "hello world" map. I wish people would stop wasting time and effort on java where it's clearly unsuitable just because that's what they were taught at university.
      • Re:jMonkeyEngine (Score:4, Interesting)

        by macshome ( 818789 ) on Saturday May 26, 2007 @08:21PM (#19286959) Homepage
        Java isn't always slow. Jake2 is pretty damn fast...

        http://bytonic.de/html/benchmarks.html [bytonic.de]

        • Re: (Score:3, Insightful)

          by 49152 ( 690909 )
          and it is also based on a ten year old game engine (1997). It is about as relevant to the state of current gaming as world war II planes are to the development of our next stealth fighter airplane.

          Nice hobby project though.
      • by aliquis ( 678370 )
        But for a game does 2 seconds of loading time or whatever comes from Java matter at all? Qnext is an im-client supporting msn, icq, aim, yahoo, webcam and voip conference, games, filesharing, musicsharing and photo albums, written in Java and uses less memory than Microsoft Messenger ...
        • by 49152 ( 690909 )
          No, the 2 seconds loading time does not matter at all. But the fps really do matter, ask any hardcore gamer. In games (and almost all other realtime 3D) frame rate is king. Java is not very suitable when millisecond or even microsecond performance counts.

          No commercial serious games are written in Java at all, the only counter example that comes to mind is all those small cute games on web pages, some of these are even written in flash or shockwave. I presume we're talking real games like Halflife 2 and simi
          • One thing to bear in mind:

            I highly doubt the jmonkeyengine actually does the heavy 3D lifting in java itself. It probably uses Java3D which is a wrapper to native OpenGL calls. So the bits that need the most speed are still native, but the rest of your core game logic etc. is in Java.

            The performance overhead of using Java3D is pretty negligible compared to accessing OpenGL from C/C++.

            Of course, writing a game in Java has other problems. It's much more trivial to extract the original source from compil

            • Re:jMonkeyEngine (Score:4, Insightful)

              by 49152 ( 690909 ) on Sunday May 27, 2007 @05:58AM (#19290523)
              jmonkeyengine is not a competitive 3D game engine.

              You also need to do a hell of a lot more in a game engine than just call OpenGL rendering calls, which would be fine if all you need was to render the same static frame again and again. In any game you will also need to do lot of CPU intensive tasks like intersection testing, physics simulations, skinning and other types of animations, AI and similar with real time performance and in addition to you game logic. OpenGL will not do this for you (yes, I know there is work being done, moving much of this to hardware, but that is not an option until everyone runs DX10 or later compatible GPU's many years down the line).

              All this is of course possible with Java but it is not optimal and sub-optimal simply wont cut it in the game industry.

              jmonkeyengine is a nice piece of work for small games and hobby projects. But it is a long way from being competitive in the serious gaming industry. But by all means, if this is just a hobby for you I'm sure it is more than good enough.

              To put it in other words, "Bang Howdy" is a cute game but it is not exactly Halflife2.
      • Re: (Score:1, Funny)

        by Anonymous Coward
        1998 called, they want their prejudice against Java back.
    • by aliquis ( 678370 )
      The first wow-lookalike screenshots looks awesome, also the water.
    • 3D on LUA (Score:3, Interesting)

      by cpaglee ( 665238 )
      This is a great thread. There are so many 3D alternatives out it will be great to see what this thread comes up with. I am only disappointed this topic didn't get rated as a major story on Slashdot.

      Not to downplay the benefits of programming in C++, I think it is better to focus game development using scripting language rather than for C++. When I started writing games on the Apple II+ I wrote everything in 6502 assembly but with lores B&W graphics. Today the successful game developer no longer has that
  • by abes ( 82351 ) on Saturday May 26, 2007 @06:55PM (#19286233) Homepage
    After going through all the choices and possibilties, I ended up with Ogre. It's true, it's 'just' a graphics engine. But it's made that way. The designers have many times over said they don't wish it to be anything more than that. But that doesn't mean you can't use it in conjunction with other packages out there. Projects like Yake are attempting to do so.

    It in some part depends on specifically you want to do with the engine. For example, physics stuff can be handled with ODE, Newton, Novadex, or others. There are even Ogre bindings to use these (Gangsta wrapper abstracts this process, though there does exist OgreODE and OgreNewt as well). You'll also find, basically all open source projects end up using OPCODE for collision detection, though you might not want to use it directly (there is also a wrapper for Ogre and OPCODE).

    I ended up writing my own code for interfacing with ODE, since I desired collision detection, but not physics. Since the code you can find is open sourced (a good amount is free use without any restrictions -- I believe this is true for anything posted or related to Ogre).

    Not having an editor is somewhat problematic, though there does exist world/terrain editors out there -- both free and for pay (some are reasonably priced). For basic 3d modeling there is of course Blender, which can also do scenes, though it does have a fairly large learning curve. If you search around Ogre's web page, it actually provides a ton of links to the other resources out there.

    For input management, the new version of Ogre comes with OIS (open input system), which is cross-platform. And you can use OpenAL for sound. So all the components are there, but you do have to assemble them. I like this strategy, as each component has its own dedicated group of people who worry about it, and try to make it the best possible.

    However, if you like things prepackaged, you might also want to look at the Irrlicht engine. They've taken the opposite approach to Ogre, and provide a self-contained engine. I haven't used it myself, but I am of the understanding it is much faster to learn and use than Ogre, though I don't know how the performance compares..

    One last thing I would add about Ogre, and what convinced me to use it was that there are a bunch of profressional games out there that use it. Again, if you go to the Ogre web page, you can peruse the comercial games made.
    • From my brief experience trying Ogre3D and Irrlicht; Ogre3D seems the better designed (from a software engineering view), however it seemed to have issues with my Intel GMA950 on GNU/Linux so it wasn't suitable for my purposes. Irrlicht worked nicely but its documentation left a lot to be desired in places. If you want to do unusual stuff with your graphics engine; using Ogre or Irrlicht will require you to learn quite a lot about the inner workings of the engine, and in many cases will be more work than i
  • by Anonymous Coward on Saturday May 26, 2007 @07:27PM (#19286521)
    To give you my background, I'm a TGE, TGEA licensee as well as a licensee of the RTS kit and many of their content packs. I imagine I'm going to get shot for this post, if even half the Torque fans from Gamedev.net visit here also then I'm expecting a -1 Troll moderation within around 30 seconds, but seeing as I can give an honest, first hand, from the trenches opinion of Torque, here goes:

    It's probably one of the things I truly regret spending money on the most. Garagegames put a lot of money into marketing and hype but never pull through on their promises. TGEA arrived 2 years late and by the time it arrived had many major features cut from it such as the promised built in terrain editors, OpenGL support and so forth.

    The RTS kit was another scam in this respect, it doesn't contain pathfinding, support for RTS AI or anything of the sort by default, Garagegames claim this is because "all games need different pathfinding/AI requirements" however this argument is extremely weak - let's face it, core AI is pretty standard and surely it's better to provide at least some AI to the demographic they sell the engine to on their "why make a mod when you can make a game" premise that provide nothing at all. Also, the RTS kit is about 3 versions out of date with the main Torque Game Engine - Garagegames don't keep it up to date with the main codebase, they simply tell you to do it yourself.

    TorqueX is yet another example of Garagegame's cutting of features and delays, it was meant to be ready with 3D support included for XNA GSE's release in their original press release, now however it's still entirely unreleased and anything other than basic 3D has been cut from the initial release.

    Do not trust Devmaster.net, it's sponsored by Garagegames and is heavily biased, in it's top 10 list of commercial game engines (http://www.devmaster.net/engines/) Torque is always listed first, even when the site's very own ratings system shows TGE as only have 3.5 stars when the likes of C4 has 4.5 and TV3D SDK 6 has 4!.

    Other than that the issues with TGE and TGEA are that the engines have just turned into such messy hacked together swamps of code over the years they're really tough to use. Many features of the engine are also half-assed or extremely dated compared to other offerings on the market, some are even suffering from long running bugs that can even result in fatal crashes - physics and vehicle support for example really need a complete rewrite for anything other than the very simple games that you see in the Garagegames store. The other problem that plagues all GG's products other than TGB is a severe lack of decent documentation - this is really bad when the engine is such a nonsensical mess. The Torque code base is ancient and new features have been hacked in through the years - it's either time to write it off and start from scratch or a MASSIVE refactoring session to clean up and update the code base. The sad fact is, the learning curve for the combination of such a messy engine, non-intuitive scripting system, poor documentation, requirement to fix a lot of things yourself means that you're not far off writing your own engine from scratch over using TGE/TGEA.

    So is all of Garagegames stuff bad? No not at all, Torque Game Builder is pretty good if it's 2D your after, that's one product that has a whole lot of polish, good documentation, a good toolset and so forth. Arcane FX is absolutely fantastic too, but this is a 3rd party addon to TGE and is hence unfortunately absolutely wasted on this engine.

    I think the problem Garagegames has is bad management and a marketing department that doesn't seem to worry about outright lying to make sales (not that that's a rare thing in marketing of course!). The management problems I'm referring to is the fact they keep announcing new engines or product lines without completing their last projects! Torque Game Builder game along when they were claiming they were too busy to fix the RTS kit. TorqueX came along when not only was the RTS still neglecte
    • by l3mr ( 1070918 )
      This pretty much reflects my experience with Torque GE too. Lets not forget that it was originally created in 2000 for Tribes...and it shows. Luckily, my uni paid for the Torque license, not myself...
    • You rock. This is what I was wanting to hear! I think you just saved me $150 to $300. After other posts I have seen, I think I will be looking into other options and trying Ogre3D again. Thank you for your honesty!
    • This is my experience too - I also would avoid it. Garage Games fails to follow up with the marketing promise. Important features in TSE/TGEA that never got delivered, previously working things broken in updates, incomplete and of date documentation, etc. It's very cheap but you get what you paid for.
  • Panda (Score:2, Interesting)

    by I!heartU ( 708807 )
    http://panda3d.org/ [panda3d.org]
  • Ogre3D is great (Score:3, Informative)

    by l3mr ( 1070918 ) on Saturday May 26, 2007 @07:55PM (#19286753)
    I did my masters' thesis using Ogre3D, and i'd choose Ogre again immediately. I also evaluated Torque and Irrlicht, but Torque is just a mess, and Irrlicht didn't seem as complete ( as far as graphics functionality goes ). Yes, Ogre3D is a 3d engine, not a complete game engine, but it does that ( graphics ) really good. If you need Physics, use ODE or Newton, networking can be easily implemented using RakNet, scripting with python (or lua, or...) and for sound there's OpenAL. In my eyes, using a specialized library for the different things is a real advantage - if something doesn't work as expected, you can replace that part. And Ogre doesn't need to cath up to Torque; Graphics-wise it's more than on par, and the api design is (imho) far better. Ogre has also been used for commercial games already; Ankh comes to mind...
    • Personally, I found that the Ogre3D game engine was great for making Demos and the likes. However, the supoort was the typical "RTFM, Noob" responses on their forums. The API was nice, but support was really tough to get a hold on, especially if you're new to vectors and the likes.
      • Comment removed based on user account deletion
      • by l3mr ( 1070918 )
        Hmm yes, but a basic understanding of vector and matrix math is pretty much mandatory if you want to do 3d graphics. And to learn that, get a math book.

        Ogre support on the forum and on IRC is pretty good if you have problems with the API or questions about graphics funtionality or certain techniques...

        • Oh, don't get me wrong. I'm not saying you shouldn't know about vector math, or use a 3d engine as a learning point for that. I'm just saying that if you had a "noob question" it was *really* tough to get an answer from anyone.
    • hey guys, I was just wondering (slightly off topic sorry) where a good place to go (if there's any place for it) to go where I could hire a programmer/programmers to do a small MMORPG. Me and a few friends have been throwing around some ideas for a game and we're wondering some ball park costs to do this. We're all 3D animators so we have that end takin care of. Is there some forum where we can show our ideas for a game and if programmers like it they'll work with you on it (for free or for pay? I'm compl
      • You should consider linking up with an existing open-source project such as WorldForge [worldforge.org] or BuildaWorld [buildaworld.net] (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.
      • "small MMORPG" is already a contradiction in terms. You won't do a mmorpg without a few years programming fulltime.
        Start with something simpler and maybe after a few years work you have enough project experience and money that you can consider starting on a mmorpg.
      • From my experience with this post, posting your question to Ask Slashdot would be a good idea. Since you made the comment of "hire a programmer/programmers to do a small MMORPG"... it suggests you guys may not have much experience with software development? (Please correct me if I am wrong, because I am only trying to be helpful). If that is the case, make sure you find people who know what they are doing... Making an MMO is not easy and requires knowledge of many aspects of programming. Depending on what y
    • by Malkin ( 133793 )
      l3mr is giving good advice. I've used Ogre3D, and I've used some big name professional graphics engines, and I can tell you, Ogre3D is remarkably fully-featured. In fact, I've even found a couple of things I think they did better than the pro engines I've used. Seriously!

      Oh, surely, it's a "graphics engine" and not a "game engine." That's their focus, and it's not going to change. In all honesty, if you have a wide variety of sorts of things you want to make, a "game engine" might not be the best thing
  • It doesn't have the cross-platform compatibility you're looking for, but you mentioned you're a Python programmer so Panda3D might interest you. I've been learning Python and decided to learn by making a game, so I've been using the Panda3D [panda3d.org] engine because it has Python bindings. I think it also has a blender exporter, but I'm not 100 percent sure about that.
  • I recommend that you do it with raw OpenGL. I like it when I have full control over what's going on. Write your own engine if you want, in the process you definitely learn a lot. See, if I took an engine, it'd be limiting my creativity. It'd be limiting the way I think and lock me into cages of its API. That's why OpenGL is good: it allows tons of different approaches, and most will work just as good as any other. With an engine, you're locked into a way of arranging objects, launching physical processes, e
    • It might be a good thing to do some OpenGL as it is great for learning. But once you really want to do applications it's generally a bad idea to reinvent the weel. First of all you can still use OpenGL in many engines, they wont stop you doing that. But you will lose on: A GUI System, loaders for 3d and image formats, any culling support, a scenegraph, texturemanagement, collisionstuff. Sure you can write that all yourself (and some more stuff), but it will keep you busy for 2-3 years in which you can't do
      • I also agree OpenGL is great for learning. I started with that actually and will probably do more for learning purposes. And I also agree it is bad to reinvent the wheel unless you are 125% confident that you can make the next generation wheel. And second, are actually capable of it (as in many years of experience and tried out other engines).

        The previous poster suggested making my own engine (And agree with this poster). I have a limited, but significant amount of time to write my game or for work scienti

    • See, here's the problem with that. There's a big difference between "graphics programming" and "making a game". If you take your approach, you'd spend years just implementing last generation's tech and never get a chance to actually work on your game. Yes you'd learn boatloads about graphics, but you won't be any better off in the "game development" department. If you want to make a game, use someone else's engine. If you want to write graphics code (or can't find an engine that does what you want), write y
  • Here are the features I am hoping for are: a cross-platform engine, if possible; modern shader support; a built-in terrain paging system; and model, material and animation import from Blender 3d.

    If those are your what you're after as well as ODE integration, I think crystalspace3D would be ideal, the blender importer is perhaps the only mature one for the engine but it's a lot of work has gone into it and even integrating it with CEL entities so that you can load up a level straight away and provide small g
    • Re:Crystalspace (Score:4, Insightful)

      by UnknownSoldier ( 67820 ) on Sunday May 27, 2007 @01:41AM (#19289297)
      > crystalspace seems to have a stigma associated with it of being antiquated.

      Probably going to get flamed and down-modded, but what the hell. IAAPGD (I AM a professional game developer) and shipped titles on PSX, PC, PS2, and soon Wii.

      CS has been around, what 10 years? It was crap for the first few years. It overly complicated something simple, with terrible class design and coding style that was clearly written by an amateur. Unless you've shipped a game or two, most developers just aren't aware of all the issues -- not just tech, but features, that a game engine needs. A game engine really needs to run on both PC and consoles so it has the opportunity to have a _clean_ API of the various math, rendering, collision detection, collision response, physics, sound, input, etc.

      Since it's not good to criticize without offering a solution, David Eberly's Wild Magic engine and books do a very nice job of clearly explaining the how and why's of engine design. It's not perfect, and you can tell where he had to make compromises, but it's a joy to read. Probably because he wrote NetImmerse before they became Gamebryo.

      Cheers
      • Probably should add that Wild Magic is now the excellent Geometric Tools [geometrictools.com].

        And here's a thread where David mentions him writing NetImmerse for those interested...
        http://www.gamedev.net/community/forums/topic.asp? topic_id=310637 [gamedev.net]
        • I really appreciate you taking the time to respond. I will have too look into David's book. Thank you for your posts.
      • Re: (Score:3, Interesting)

        by Jorrit ( 19549 )
        I'm the project manager of Crystal Space and I would like to tell you a bit about how Crystal Space evolved and what it has become. I do agree with you that in the beginning the code was pretty much put together 'on demand'. There was little design and little planning. I just made the engine so that it worked more or less. However, one of the strengths of my kind of development (and the development of my team later) is that I'm very good at refactoring and redesigning. And in fact we have done that several
  • Whatever engine you choose, make sure it's small enough (or you're prepared enough) for you to read through the entirety of its source code. There's tons you need to know if you're starting with an engine you've never used, and something specifically designed to be an engine alone (CrystalSpace, Irrlicht) doesn't give you a solid game codebase to start with, as the Doom or Quake engines would.
  • It's a tad bit more expensive than Torque, and the development environment is Mac based, but Unity is awesome. It can make executables for OS X and Windows, as well as making use of a web-browser plugin for 3D in a web browser. It's filled with features and gaining more all the time, it's easy to install, easy to learn, easy to use, easy to update, and all around easy to get going with. It supports programming and scripting in many different languages, it supports all kinds of plugins. It gives you exten
    • I did see the Unity website and it looked really interesting. I would love to try it out... I just need a Mac though. The almost everyone in my lab uses a Mac (I use Linux mostly, but also make Windows builds of our software)... Someone else does the Mac builds, mostly because I don't have one yet. I use to have a Mac from OS 6.5 to 9. I really need to get one soon (cross-platform development is REALLY hard with only 2 or the 3 platforms you care about... Yelling, "Can you make a Mac build with the latest s
  • There are a lot of mods that have released code [vgfort.com] for Quake III. So not only can you get the source for the engine you can see how many others have modified it. It's really the fastest way to go in my opinion and a great way to learn. Of course the real hard part is finding open source sounds, maps, textures, images and models. Open Arena's [wikipedia.org] goal is to make an 100% open source Q3 game with all the assests (models, maps, textures, sounds...) open source as well. Don't think the Q3 engine limits you to FPS eithe
  • by rochrist ( 844809 )
    I've licensed both Torque, and C4. C4 is really very very good, and the development is consistently moving ahead at a rapid pace. The only area in which it falls down at all is the somewhat lacking documentation, but it has a very active user community. Its well worth what they charge for it.
    • How long have you used the C4 engine? That was the other indie license engine that caught my eye. What is it that you like about it so much? How is the support for the engine compared to TGE? I heard a rumor the physics integration needs some work?
  • The v6 / v7 version of the Conitec A6 engine is awesome and has a light and easy scripting language. It's the engine which comes with Gamestudio. Gamestudio itself (the tool suite) is crappy, but the engine is great, fast and inexpensive. It's marketed as having a "Click together" type development deal, but that is absolutely absurd, and if you want to write something hardcore, you can.

    I'm developing an indie action platformer which you can see in action here:

    http://www.youtube.com/watch?v=OU9v30UDu2s [youtube.com]

    With
  • Inside scope (Score:5, Insightful)

    by PhoenixOne ( 674466 ) on Sunday May 27, 2007 @04:23PM (#19294239)

    Having worked on a 3d engine for the last 7 years the most important advice I can give you is "only invest in a game engine that can do what you need right now".

    Every game engine I've seen, ours included, have a list of great upcoming features. But there is no guaranty that any of those features will be implemented by the time you need them (if they are added at all).

    • More important, when you want EVERYTHING in your engine, by the time you're finally done you can start over because everything got turned inside out in the new interface and you can't simple adapt your code to use the new features. So you're facing the decision to change enough to warrant a complete redo, or stick with an outdated engine.

      This is especially true with DX I don't know why, but MS manages to change JUST enough every time to make a redo sound like less work than adapting. How did you solve that
    • That is a very good piece of advice. The problem I am having with indie engines is that with some of them, Torque for example, is that it is hard to figure out if a feature I want is even working as well as they say it is, without buying the engine or in this case, asking the slashdot community for their experience. And when the features do work, having the community support to help you when you are thinking about the feature the wrong way is really important. It took many hours of research to find out the

  • WorldForge [worldforge.org], Delta3D [delta3d.org], and CrystalSpace [crystalspace3d.org] 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 [buildaworld.net] is a project to create an abstraction layer which will make it easy to switch between en
  • Ogre + Blender

    The latest Blender revisions offer tight integration with Ogre, not entirely unlike UnrealEd.
    • Ogre is on my list to try again after what I have heard about TGE and TGEA. How is Blender tightly intergrated with Ogre? The last time I used Ogre was with 1.0 I believe. I would love to know more because Blender is my favorite 3D modeling/animation package currently.
  • BlitzMax [blitzmax.com] compiles the same code for Windows, OS X and Linux. Although there's no official 3D engine yet, there are several engine wrappers available, as well as the excellent MiniB3D, an unofficial OpenGL-based engine provided with full source.
  • I've been using Irrlicht for about 15 months now. I started with TGE but after 2 weeks failing to get it even running on linux or on windows 98 (yes i know MS does not support it anymore, i still do...) i tried out Irrlicht out of curiosity and it did just work. It's a 3d-renderengine only, so for stuff like sound and physic you will need other engines. It supports shaders, but the renderpipeline is not build upon shaders (which i suspect is what you want). A very big bonus is the zlib-license which basicly
  • I think what game developers need most are tools to help them in the long development process in addition to having a good solid game engine to build on. Based on my experience as a shoe-string budget game developer working on a number of products on different game engines, I could summarize that it is rather unfortunate that you can't find the best of both in most open-source and indie game development solutions (I could be mistaken). I think the author might want to figure what features he/she wants fro
  • I'm not quite sure what the difference is between a game engine and a scene graph, but perhaps you should give Open Scene Graph [openscenegraph.com] a try. It's Open Source, well documented, supports import of models from many popular 3D modeling toolkits, and (I believe) recently added shader support. Works great on Windows and Linux (with a relatively even percentage of developers on both platforms who use it) and gives stellar performance. No licensing fee for commercial use either.

    While it doesn't provide audio/input sup
    • by Creepy ( 93888 )
      A game engine usually means a complete feature set - display (scene), audio, networking, etc. A scene graph is essentially a set of objects describing part or all of a scene. Usually they're grouped by similar properties - for instance, you might have a terrain scene graph and entity scene graphs.

      My first thought was that OSG uses Demeter for a terrain engine, and Demeter is a ROAM based (or possibly SOAR? I forget) engine that is software optimized and doesn't work well with hardware. It appears that a
  • It's an MMO engine under development built on top Ogre and a number of other packages. Price is free with Multiverse taking a cut if you charge for your game.

    It's a little rough around the edges but it's a diamond in the rough with a lot of potential. The people behind it are top notch and a great bunch. Case in point at GDC this year, they filled their booth with 3d party teams developing games for their engine, and let them just talk. No scripts or minders, just saying what they thought.

    Website is at

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...