|
|
...but wait, there's an even "better" language than VB for rapid development, and it's name is :
SMALLTALK!
Yes, Smalltalk, the purest Object Oriented language there is. It's fast, powerful, and perfect for game development (the live nature of the image means that you can import everything in dev. time instead of run-time). VisualWorks offers an OpenGl map, and Squeak is a great environment which offers OpenGl and the AliceWorld engine.
Squeak is available from www.squeak.org -> check it out, it's brilliant!
You can do so much of your OO development in Smalltalk, without worrying about the pains of C++, and actually finish something. Then, you have a working system made entirely of classes which can be ported to any other OO language later, and re-map the primitives of the code to native OS libraries. Squeak supports great graphics, sound, networking, and a generally powerful Smalltalk image.
|