Hi there;
This is a quick list of programs and other stuff that is very usable for game programming which is offered up free of charge and free of royalties.
If you know a tool or other thing that is handy for game programmers, please don't hesitate to add it to this list. Nothing it hosted here, we only link to stuff.
Please note that some programs may be marked as 'Strong Copyleft'. This means that the license of that tool or product may require you to make the game you create free or to copy the license of the product you chose. The GPL is the most famous example of that. So I really recommend to check the licenses before using the stuff I link to.
Lua

Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Anonymous
Posted: Jun 13th 2013 | I like it...
I use Lua for nearly all my projects now ;) |
Back to the main overview