Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Very nice engine. Impressive.
Wednesday, March 14, 2012 - 22: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

I haven't, simply because it
Wednesday, March 14, 2012 - 22: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).