Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 702 Bytes

TODO.md

File metadata and controls

32 lines (22 loc) · 702 Bytes

TODO

General

  • Add a proper readme
  • Add a proper documentation
  • Add a proper contributing guide
  • Add a proper changelog

Engine

  • Render something using opengl directly
  • Render it to a bitmap then render that bitmap to flixel
  • Add a proper scene system
  • Add a proper model system
  • Add a proper surface system
  • Add a proper camera system
  • Add a proper light system
  • Add a proper material system

Loaders

  • Add a proper loader for .fbx files
  • Add a proper loader for .obj files

Shaders

  • Add a proper shader system (model.shader3D) (post process still uses model.shader)

Utils

  • Add a proper debug system