-- -- small demonstrator for Lua binding on pixwerx -- -- loading our libraries pw.script:load_all() print("hello pixwerx!") local s = pw.scene.new() e = pw.entity.new(s) e2 = pw.entity.new(s) print(e) e2.add_child(e) -- print(s) -- print(e2.child_count)