Primary tabs

Comments by User

Thursday, March 15, 2012 - 01:50

Very nice engine. Impressive. Seconding what Julius said: If you want people to use your engine, I advise licensing it under Zlib. GPL is far too restictive.

http://www.opensource.org/licenses/zlib-license.php

Thursday, March 15, 2012 - 01:34

I haven't, simply because it's hard enough making a game in a well known & widely documented language with many libraries. I've dabbled in many languages, but I've always found myself coming back to C++ because of the great libraries that have been written for it and because I know it. That's the other factor: few people have time to learn a whole new language to communicate exactly the same message as they could already communicate in their known language.

The only language I've used besides C & C++ for any practical application is Python because it's so easy to learn and use. It's probably as close as you can get to coding in pure English (of the languages I've tried, anyway).