Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 261 Bytes

File metadata and controls

3 lines (2 loc) · 261 Bytes

Rust Modules

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.