MovingBlocks / gestalt

A family of libraries providing a variety of core capabilities for use by games and game engines.
Apache License 2.0
27 stars 23 forks source link

feature: add gestalt rendering core #117

Open pollend opened 3 years ago

pollend commented 3 years ago

This is the start of a gestalt rendering core. I plan to build up some core primitive types and some wrappings that should manage this for us. still need to figure out the major details but this is just an initial draft pass from some of the work from Terasology for VBO buffers:

Reference: https://github.com/MovingBlocks/Terasology/pull/4634