Link to home
Start Free TrialLog in
Avatar of KrisM82
KrisM82

asked on

Game Interface

Hi all

Im curretly designing a game

I can make the model easy enough using Java or C++, Im haivng problems with the interface. the game is a management/simulation game. The interface needs some high quality images and some 3D animation.

I was just wondering the best way to develope the interface. I can code VB and Delphi. Which i think im going to sure as its just clicking on things to display more information.

But i was wondering if you can connect a VB front end to a Java OO project that will store the games data. Also are there any better options that VB that are usually used for developing simple game interfaces

As you can quess i am new to game developement so I dont really ahve much of an idea about anything. Basically I am a student so I cant afford books so any help or online references would be great

Thanks in advance

ASKER CERTIFIED SOLUTION
Avatar of Drew Benton
Drew Benton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of catach
catach

As Drew said, you should stick with the language you made the game...

I think that you are planning to build your custom buttons, lists, etc... Cause nobody wants a Vb/Delphi feel when playing a cool game.

There is a great article here:
http://www.gamedev.net/reference/programming/features/gui/

Hope it helps...

Catach
Bungos Games