v/examples/js_dom_cube/README.md

8 lines
172 B
Markdown
Raw Permalink Normal View History

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.