Coming along

Published May 29, 2007
Advertisement
So my 3d game engine is coming along nicely. I've got the whole pipeline working from art creation applications to the game engine. Ie, meshes from 3dsmax/Maya/Blender can be exported, then processed into efficient binary files, then loaded by the engine and displayed using opengl.

Then I got thinking about using a scripting language for various aspects, and after lots and lots of surfing the internet, came to the conclusion that Lua was probably the best choice. Scripting is an excellent option to describe the game worlds. In the previous post I mentioned using XML to describe the worlds, but felt Lua would do a better job. The "world editor" tool that I'm yet to write can then simply generate Lua code.

Lua was originally created to be used in configuration files, so I think this is the right choice.

Anyway, one day I'm going to post some screenshots, but I think creating some well conceived "groundwork code" will result in a better engine in the long run.
Previous Entry 3d file formats
Next Entry 3d engine
0 likes 2 comments

Comments

Mushu
Quote:so I think this is the writeright choice.

Sorry, couldn't resist [wink]
May 29, 2007 05:15 PM
Orbital Fan
Heh thanks. Bit of an "engrish" moment.
May 30, 2007 01:28 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Been too long!

1072 views

Eclipse oh no :(

1152 views

New Eclipse

1009 views

3d engine

927 views

Coming along

1065 views

3d file formats

945 views

The name

985 views
Advertisement