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:
7
examples/js_dom_cube/README.md
Normal file
7
examples/js_dom_cube/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user