An open API service indexing awesome lists of open source software.

https://github.com/whitestormjs/nextgl


https://github.com/whitestormjs/nextgl

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# nextgl

## Progress / TODO
- [x] Program API
- [x] Scene API
- Transforms / Matricies (hierarchy)
- Parent-child ecosystem
- [x] Shader API
- [x] `Shader` class
- [x] `Material` class
- [ ] **Materials**
- [ ] Lambert
- [ ] Flat
- [ ] Maps (Textures)
- [x] Texture
- [x] FrameBuffer
- [ ] DataTexture
- [ ] DepthTexture
- [ ] VideoTexture
- [ ] Lights
- [ ] PointLight
- [ ] DirectionalLight
- [ ] ...
- [ ] Shading
- [ ] Support lights
- [ ] Support shadowmaps
- [ ] Support reflections / specular
- [ ] Extended examples