Skip to content

byBretema/vonsai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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