v/examples/js_dom_cube
playX b0bc112168
jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562)
2021-11-24 20:31:39 +02:00
..
README.md jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562) 2021-11-24 20:31:39 +02:00
cube.js.v jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562) 2021-11-24 20:31:39 +02:00
index.html jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562) 2021-11-24 20:31:39 +02:00

README.md

Interactive 3D cube using DOM & WebGL API.

Compiling

v -b js_browser examples/js_dom_cube/cube.js.v

Then you can open index.html with your favourite browser.