Skip to content

An experimental sprite rendering setup utilizing SSBO's, Threading, EnTT reactive systems, and array-textures based sprite caching.

License

Notifications You must be signed in to change notification settings

kumihoclub/entt-reactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An experimental sprite rendering setup utilizing SSBO's, Threading, EnTT reactive systems, and array-textures based sprite caching.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages