add Lua and basic Lua->C/C++ integration test, in preparation for Bullet demos setup using Lua scripts.

This commit is contained in:
erwincoumans
2014-02-05 19:39:48 -08:00
parent ed12452fe6
commit d65cd8060a
67 changed files with 20551 additions and 1 deletions

5
data/hello_world.lua Normal file
View File

@@ -0,0 +1,5 @@
io.write("Running ", _VERSION, "\n")
ptr = my_createFunction(1, 2, 3, "abc", "def")
--io.write("my_function() returned ", a, "\n")
my_printTest(ptr)
my_deleteFunction(1)--ptr)