mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
7 lines
172 B
Markdown
7 lines
172 B
Markdown
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.
|