renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog

This commit is contained in:
Trilarion
2019-09-20 14:47:35 +02:00
parent e682f975ad
commit d67e0db0cc
1083 changed files with 1369 additions and 1078 deletions

23
entries/lua.md Normal file
View File

@ -0,0 +1,23 @@
# Lua
_Powerful, efficient, lightweight, embeddable scripting language._
- Home: http://www.lua.org/
- Media: <https://en.wikipedia.org/wiki/Lua_(programming_language)>
- State: mature
- Download: http://www.lua.org/download.html
- Keywords: library
- Code repository: https://github.com/lua/lua.git (mirror)
- Code language: C
- Code license: MIT
It's a whole programming language but often used within games projects for scripting purposes (like Python).
See also [LuaDist](https://github.com/LuaDist).
Who develops Lua if the actual repository is not publicly available?
See also [toLua](http://webserver2.tecgraf.puc-rio.br/~celes/tolua/tolua-3.2.html).
## Building