Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 829 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 829 Bytes

Vonsai logo

VONSAI Renderer

"Three monkeys screenshot"

Project closed, it's working but incomplete. Neverthless, let's move to Vulkan 🔺🤘

Done

  • Input system exposed to the user Unity-Like
  • Lights loaded as UBO
  • Efficient UBO updating using glBufferSubData and caching with unordered_map
  • Cached uniforms locations.
  • Add ASSIMP to support many data filetypes; specially FBX, DAE, DXF, BVH and glTF.
  • Draft of Batching system.

Work In Progress

  • Material abstraction.
  • Allow multi-window with independent contexts

Future plans

  • Use of Entitiy Component System