1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562)

This commit is contained in:
playX
2021-11-24 21:31:39 +03:00
committed by GitHub
parent ff95cf18d4
commit b0bc112168
6 changed files with 586 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
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.