initial ECS based on EnTT
This commit is contained in:
parent
2ef6af25c1
commit
cea83d06e8
9 changed files with 92 additions and 14 deletions
12
src/scripts/demos/simple_001.lua
Normal file
12
src/scripts/demos/simple_001.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
--
|
||||
-- small demonstrator for Lua binding on pixwerx
|
||||
--
|
||||
|
||||
-- loading our libraries
|
||||
pw.script:load_all()
|
||||
|
||||
print("hello pixwerx!")
|
||||
|
||||
local s = pw.scene.new()
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue