Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 542 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 542 Bytes

entt-reactive

An experimental sprite rendering setup utilizing pooled SSBO's, a multithreaded setup based on Even Todd's The Poor Man's Threading Architecture, array-texture based sprite cache generation to allow for bindless per-sprite rendering, and EnTT's reactive systems to detect transform/sprite changes and generate update commands for the pools.

This repo was originally an experimental private repo, and as a result it is a bit dirty with not much documentation.