This website requires JavaScript.
Explore
Help
Sign In
zcy
/
dust3d
Watch
1
Star
0
Fork
You've already forked dust3d
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1d3c4142d4
dust3d
/
thirdparty
/
quickjs
/
quickjs-2019-07-09-dust3d
/
examples
/
hello.js
2 lines
28 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add JavaScript support This commit introduce JavaScript as nodes generation script, to procedurally generate input nodes, which usually should draw by user on the canvas. Powered by QuickJS (https://bellard.org/quickjs/)
2019-07-20 04:34:53 +00:00
console
.
log
(
"Hello World"
)
;