this is basically a design document version - it sets the scenery for upcoming additions
This commit is contained in:
parent
32aac45162
commit
550d27273f
1504 changed files with 1051518 additions and 127 deletions
14
src/scripts/demos/simple_000.lua
Normal file
14
src/scripts/demos/simple_000.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
-- loading our libraries
|
||||
pw.script:initialize()
|
||||
|
||||
print("hellow pixwerx")
|
||||
|
||||
local v = pw.vector3.new()
|
||||
v:set(0,1,2)
|
||||
|
||||
v.x = 0.2
|
||||
v.y = pw.pi
|
||||
|
||||
print(v.x)
|
||||
|
||||
print(v:v())
|
Loading…
Add table
Add a link
Reference in a new issue