Author

Topic: Anyone here into game development, what game engine are you using right now? (Read 420 times)

legendary
Activity: 854
Merit: 1000
I have used Unity3d for some projects with very good results. Very fast learning curve, good forum/community . For coding I use c#
sr. member
Activity: 294
Merit: 250
Right now I'm not developing any games, but the game engines I've used have been Unity 3d and Blender. Unity is way easier, however, unless you have the full version it's quite locked what you can do with the graphics.
Yes, unity is good and has a free version. Blender is good for modeling otherwise.
Yes, it is! It's my favorite modeling software. Open-source, free and powerful. Everything you need basically, however it was quite hard to learn at first with that hotkey based system!
newbie
Activity: 2
Merit: 0
Right now I'm not developing any games, but the game engines I've used have been Unity 3d and Blender. Unity is way easier, however, unless you have the full version it's quite locked what you can do with the graphics.
Yes, unity is good and has a free version. Blender is good for modeling otherwise.
sr. member
Activity: 294
Merit: 250
Right now I'm not developing any games, but the game engines I've used have been Unity 3d and Blender. Unity is way easier, however, unless you have the full version it's quite locked what you can do with the graphics.
legendary
Activity: 1540
Merit: 1000
I'm learning games programming in my free time and I'm looking at C++, SFML and OpenGL.
sr. member
Activity: 350
Merit: 250
At work: In-house engine made from scratch over the last 4 years, targeting next-gen consoles exclusively.
At home: My own home cooked engine (C++/SDL/OpenGL, mainly targeting PC).
In general I find it more fun to reinvent the wheel than making actual games (otherwise I'd probably use Unity)
hero member
Activity: 546
Merit: 500
I've looked into:

unreal engine - not suited for our project
torque3d - great open product was more suited for fps out of the box
Currently we are using HeroEngine - It's functional as MMO style game out of the box meaning development in a sandbox - there are both pros and cons being that we can't edit the source (currently without spending 75k to "own" the engine) but we don't have to setup the networking/connectivity/back end stuff; which allows us to focus on the game.

There are lots out there and depending on your genre game will narrow down your engine.
sr. member
Activity: 448
Merit: 250
My preferred platform is the web, so I write my own JavaScript engine, trying to get the functionality I need at that point in such a way that it fits in a library.

So far, it works quite well Smiley
newbie
Activity: 39
Merit: 0
What engine are you currently using right now, and why? And if you're not developing something right now, what engine do you want to use for your next project?

I'll start, I'm using my own Java engine. I decided to kill two birds with one stone, and finish a project for my CS class (the engine), and create a game from scratch.
Jump to: