Live data from Hacker News

Torque3D is now on GitHub, MIT licensed

github.com

21–24 of 24 posts

Re: Torque3D is now on GitHub, MIT licensed

#22
That's great. The Torque engine code improved tremendously over the years. In the early days, the code was rough, as it was inherited from a game studio that built it in a rush to ship a game and carried over from ~2001. It got better and better over time though and by 2006-2008, it was solid. Great performance, good features. Lots of the interdependencies at the system level were refactored and lots of the ugly bits of code (long inheritance chains, massive classes, etc) had been removed or deprecated.

Not sure how it continued to evolve later, or if they ever got rid of that scripting language... but it was on a good trajectory 5 years ago.

Glad to see it go open source, in any case. Lots of good memories with this engine and the smart, indie game community around it.

Re: Torque3D is now on GitHub, MIT licensed

#23
post #20

Can someone whose used both compare this to Unity3D for me? I know Unity is closed source, but it's the one I've used in the past (and found it really nice.) How much harder is Torque3D to develop for (or is it easier?)

Well, Unity was always easier to use. They focused on slick editors and tools early on.

It used to be that Torque had higher-end features, better performance and source access.. while Unity lacked many graphics and other high end features (they still don't have a great networking solution AFAIK), no source access but was way, way easier to pick up and use out of the box.

Now, with all the investment Unity has put in, I think it has most or all the capabilities you could want... and lots of other great stuff like first class cross platform support, including mobile. And it performs pretty well, at least as well as Torque by now, I imagine. Still no great networking, and still not even available source unless you pay huge (six figure+) fees.

Hard to argue that Torque should be the choice, at this point. Unless you want source access or a free solution. Unity has evolved into a pretty robust engine over the last 7 years, and its out of box experience and ease of use have always been pretty amazing (and fun!).

Re: Torque3D is now on GitHub, MIT licensed

#24
post #19

Earlier quoted context omitted.

Do you have something more substantive to say on this subject? I haven't tried programming for it and am curious to know why it's "not fun".

By the way: Ogre is not much better. For pure graphics I used to recommend Horde3D

It's been a few years but I always enjoyed using Ogre's API. It was nice.

That said, Ogre has always been clear about it only being a 3D engine and not a game engine (which add network, sound, input, etc. capabilities).

Post reply on HN