Introduction to WebGL with Babylon.js
A short introduction to get into 3d Web Developing.
Examples include :
- Basic Shapes & Textures
- Solar system
Initial idea from the Zenva Academy course.
Some code examples and ideas from the book "WebGL HOTSHOT" By Mitch Williams
Start a local http-server with :
python -m http.server
(python3) or
http-server
(npm)
- http://www.babylonjs.com/
- https://github.com/BabylonJS/Babylon.js
- https://www.blender.org/
- https://get.webgl.org/
- https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API
- https://www.chromeexperiments.com/webgl
- Added HTML5 template from https://html5boilerplate.com/
- Added Basic Shapes and Solar System