Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 590 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 590 Bytes

nextgl

Progress / TODO

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