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:
4
examples/js_dom_cube/index.html
Normal file
4
examples/js_dom_cube/index.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<body>
|
||||
<canvas width="570" height="570" id="myCanvas"></canvas>
|
||||
<script src="cube.js"></script>
|
||||
</body>
|
||||
Reference in New Issue
Block a user