NardGL is a experimental graphics library.
In order to master the foundations and possibly contribute to other open source libraries
- high level API
- display basic primitives
- display skybox / environment box
- parse and display GLTF scenes
- diplay obj models
https://codesandbox.io/s/demo-0-totq2
Displays simple quad and textured cube made with Blender exported as GLTF.
https://codesandbox.io/s/jovial-feather-lh2q4
Displays a skymap, a procedural grid made of lines and textured planes.
https://codesandbox.io/s/demo-3-vqlzp?file=/package.json
Displays a bunch of falling cubes using Minecraft's textures and Cannon.js for the physics
https://nardgl-directional-light.netlify.app/
Added scroll and drag interaction to demo along with directional light!