You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Efficient event-based multithreaded module system designed for use in the Cavern Engine, my voxel game engine. This library makes use of "modules" that each run on their own thread and exchange data through a centralized group of event handlers.