Comparison of game development kits by features and ease of use?

Started by
2 comments, last by shindig 10 years, 6 months ago

Does anyone know of a good resource that compares/contrasts game development suites (whether free or otherwise) by features and ease of use? I'm personally looking for a suite that allows me to get by with as little programming as possible, i.e. placing models, defining events, doing as much as possible with a GUI, not because I can't code, but because I prefer not to (I see little value in implementing A* for the umpteenth time).

Advertisement

UDK has ALOT of gui coding, called Kismet if I remeber correctly.

Some people even made a game without any coding, just with the kismet.

Hope this helps.

-MIGI0027

FastCall22: "I want to make the distinction that my laptop is a whore-box that connects to different network"

Blog about... stuff (GDNet, WordPress): www.gamedev.net/blog/1882-the-cuboid-zone/, cuboidzone.wordpress.com/

Well, I don't have a comparison table but I'll have a recommendation:

The obvious answer from where I stand is the BGE with it's logic brick system. You can set up objects and link different sensors like keyboard buttons or detecting near objects and use them to trigger actuators like applying movement or playing animation. It's pretty intuitive and it's all graphical. If you want to, you can customize it further by adding little python code in between.

BGE pros:

+ Logic brick system for GUI programming

+ Model, texture, animate, program, play seamlessly inside one program

+ open source and totally free

BGE cons:

- less bleeding edge eye candy out-of-the-box than Unity or UDK

I like unity for a variety of reasons: multi platform publishing, easy workflow, great asset store, native binary support through plugins, etc.

We've done projects using combinations of:

  • ms kinect sensor
  • asus xtion pro sensor
  • oculus rift
  • leap motion sensor
  • sphero ar balls
  • AR middleware such as metaio and vuforia.
  • realistic real world terrains from google earth heightmaps

Which take hours to implement rather than weeks/months.

This topic is closed to new replies.

Advertisement