Overview: Difference between revisions
From Vendetta Lua
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
Lua version: 5.1.2<br> | |||
Download and documenation: [http://www.lua.org/] | Download and documenation: [http://www.lua.org/]<br> | ||
Public api is pretty stripped down at the moment. Which means no io, os routines and no C library loading and stuff. | Public api is pretty stripped down at the moment. Which means no io, os routines and no C library loading and stuff. | ||
To access lua use the /lua command in the game console. | To access lua use the /lua command in the game console. | ||
<br><br> | |||
GUI Toolkit: [[IUP Intro]] | GUI Toolkit: [[IUP Intro]]<br> | ||
download and documentation: [http://www.tecgraf.puc-rio.br/iup/] | download and documentation: [http://www.tecgraf.puc-rio.br/iup/]<br> | ||
+/- a few features | +/- a few features | ||