v/examples/js_dom_cube
Daniel Däschle d679146a80
fmt: remove space in front of ? and ! (#14366)
2022-05-13 06:56:21 +03:00
..
README.md
cube.js.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
index.html js: add fixes for generic structures and functions; add promise API; refactor modules (#12575) 2021-11-25 16:49:53 +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.