mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
.. | ||
cube.js.v | ||
index.html | ||
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.