Post Reply  Post Thread 
ADVENTURERS!! II: THE CURSED MASK AND THE SWORD OF REALITY
Author Message
01-16-2007, 11:15 AM
Post: #8
RE: The RPG I'm Working On
HGE is the easiest game enginey thing I've ever had the chance to use, although it does carry with it the burden of requiring C++, which alone pretty much makes using it rather advanced (since you have to know what pointers are).

You create a HGE object, and then from then on you just create sprite objects, texture objects, etc, and it's all extraordinarily straightforward.

http://gpwiki.org/images/7/71/Main03.cpp is all the code nessisary to show some sprites on the screen.

If you want to use a different language, I haven't looked at it much, but SpriteCraft - http://spritecraft.teggo.com/ - uses the Common Object Model so it's usable with virtually any language.

IF you want to code a game from scratch,then that means you have to know graphics apis, and all this stuff yourself. Having a pre-built engine means you can start much further ahead, and you dont have to worry as much about your code failing when dealing with memory pointers and stuff.

Plus, with HGE particularly, you don't have to link directly with the DirectX libs, so you dont need the DX SDK and you can do it entirely using free-for-commercial-use stuff like Code::blocks and mingw instead of having to buy Visual Studio.

If you want to do 3D, i suggest using OGRE3D.

[Image: emperorwebrunnr.jpg]
[Image: webrunner42.png]

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply  Post Thread 

Messages In This Thread
RE: The RPG I'm Working On - Shadowhunter - 01-15-2007, 01:20 PM
RE: The RPG I'm Working On - Shadowhunter - 01-15-2007, 01:33 PM
RE: The RPG I'm Working On - Frater Alban - 01-15-2007, 03:12 PM
RE: The RPG I'm Working On - Leander - 01-15-2007, 11:48 PM
RE: The RPG I'm Working On - webrunner - 01-16-2007 11:15 AM
RE: The RPG I'm Working On - Leander - 01-16-2007, 06:10 PM
RE: The RPG I'm Working On - Frater Alban - 01-18-2007, 01:25 PM
RE: The RPG I'm Working On - Leander - 01-18-2007, 06:24 PM
RE: The RPG I'm Working On - Flipkat - 01-19-2007, 07:45 PM
RE: The RPG I'm Working On - Loyle - 01-25-2007, 08:16 PM
RE: The RPG I'm Working On - webrunner - 01-26-2007, 09:49 AM
RE: The RPG I'm Working On - webrunner - 01-26-2007, 11:32 AM
RE: The RPG I'm Working On - Milo - 01-26-2007, 12:58 PM
RE: The RPG I'm Working On - webrunner - 01-26-2007, 12:49 PM
RE: The RPG I'm Working On - Milo - 01-26-2007, 05:06 PM
RE: The RPG I'm Working On - shaventalz - 01-26-2007, 02:25 PM
RE: The RPG I'm Working On - Leander - 01-26-2007, 05:19 PM
RE: The RPG I'm Working On - webrunner - 01-29-2007, 11:36 AM
RE: The RPG I'm Working On - Chris B - 01-30-2007, 07:35 AM
RE: The RPG I'm Working On - Shinuzzo - 01-30-2007, 01:57 PM

View a Printable Version
Send this Thread to a Friend
Subscribe to this thread |
-->