Need an EASY to use 3d game engine.

Started by
9 comments, last by warhound 13 years, 8 months ago
I'm looking for a VERY easy to use 3d game engine. I want to program only the logic of the game, and don't want to have to concern myself with graphics. I just want to be able to download a model, put it in the game, and start programming the logic. I would preferable want to program in a scripting language like Python.

I just want to make the game for learning purposes, and not to show it to anyone (I'm still a student). Most of the engines I've looked at had a steep learning curve.

Please mention any 3d engine that would be suitable for me.

Thanks.
I blog here : http://lameness-prevails.com/
Advertisement
Quote:Original post by kvsingh
Most of the engines I've looked at had a steep learning curve.
It might help a little if you say what engines you've already looked at so we know what you don't like. For example, I've heard good things about Unity3D. But if you akreadt looked into that and consider it as having too steep a learning curve then people would be glad to know that.

C++: A Dialog | C++0x Features: Part1 (lambdas, auto, static_assert) , Part 2 (rvalue references) , Part 3 (decltype) | Write Games | Fix Your Timestep!

Check out Unity which has both a free and advanced version with an easy to use content pipeline and scripting with C#
Take a look at Unity. I've only used to mess around but it was really easy to get used to and there are plenty of tutorials on the site, and you can use C# as a scripting language(not sure what the other languages were off the top of my head) for logic and other stuff. It's also free to download and use but I'm sure you'll need to purchase a license if you want to distribute your game, but from your original post this shouldn't be a concern.
I've already looked at Soya3d, UDK and Blender3d. I just want the easiest there is , even if it means sacrificing on some of the features (but not on the documentation and support)
I blog here : http://lameness-prevails.com/
looks like I was a little slow on my initial response but again I HIGHLY recommend Unity, the tutorials are great for starting out and makes it very easy to pick up and use.
Alright, I guess I'm gonna go with Unity. A LOT of people have been suggesting it .. so I guess it would be ok..
I blog here : http://lameness-prevails.com/
Quote:Original post by kvsingh
Alright, I guess I'm gonna go with Unity. A LOT of people have been suggesting it .. so I guess it would be ok..


Good choice.
Perhaps just one tip though - even though Unity is "easy" - there is still an amount of learning to be done and to get the best results you would still have to invest a decent amount of time!
Game Designer at Playground Games
Yep, I'm always willing to invest the time as long as I'm investing it on worthwhile stuff ... here by "easy" I meant easy in those respects in which I wasn't really interested in ..
I blog here : http://lameness-prevails.com/
Unity allows you to import models and then script their behavior with C#, &#106avascript, or Boo (A dialect of Python). That's as easy as it gets. The tutorials will take you through the creation of some simple games to get you started.

This topic is closed to new replies.

Advertisement