initial ECS based on EnTT

This commit is contained in:
Hartmut Seichter 2020-12-08 23:06:09 +01:00
parent 2ef6af25c1
commit cea83d06e8
9 changed files with 92 additions and 14 deletions

View 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()