moving to a structure in visual representing the underlying APIs first and then layering on top the scene graph. Various other additions and fixes.

This commit is contained in:
Hartmut Seichter 2019-02-02 00:11:33 +01:00
parent 7037abbcb6
commit 40e8c43e01
15 changed files with 217 additions and 37 deletions

View file

@ -5,7 +5,9 @@
-- loading our libraries
pw.script:load_all()
local img = pw.imageio:get():read("/home/hartmut/Development/pixwerx/share/assets/textures/checkerboard-512-32.png",0)
local img = pw.imageio:get():read("/Users/hartmut/Code/pixwerx/share/assets/textures/checkerboard-512-32.png",0)
-- pw.imageio:get():read("/home/hartmut/Development/pixwerx/share/assets/textures/checkerboard-512-32.png",0)
print(img.size.width,img.size.height)

View file

@ -0,0 +1,9 @@
--
-- pixwerx - test - io
--
-- loading our libraries
pw.script:load_all()
print(pw.path:get().executable_path)