A little infinite-grid cellular automata engine
- Smooth Scrolling
- Optimized Software Renderer (Runs at under 4ms frametime with over 7000 live cells on screen)
- Infinite Canvas
- SIMD and Multithreading for Rendering and Grid Processing
- No runtime heap allocations. (custom memory arena for each system pre-allocates memory at start)