OpenGL Game
06.05.09
Lua scripting language.
Load config files by Lua.
lua_State
lua_open
luaopen_base
luaopen_io
luaopen_string
luaopen_math
lua_close
luaL_loadfile
lua_pcall
va_list
va_start
va_end
lua_tostring
lua_tonumber
lua_toboolean
lua_getglobal
lua_isnumber
lua_isboolean
lua_isstring
lua_pushstring
lua_pop
lua_gettable
lua_istable
06.06.08
Keyboard key mapping.
Create and using keyboard key mapping in game engine.
06.06.22
Descent, first person and spectate camera.
06.11.20
Ray sphere intersection test.
06.11.22
Calling game engine function from Lua script
06.11.22
Calling Lua script from game engine.
07.08.17
Triangulation algorithm.
Triangulation algorithm triangulate vertex array to the convex polyhedron
home