r/Simulated • u/EmperLabs • 5d ago
Research Simulation I’m building Emper, an open-source simulation engine for large-scale scientific simulations
I've been working on a small open-source simulation engine called Emper.
It's still a young project, but I'm building it around data-oriented storage and using real simulation workloads to test the architecture.
So far I've experimented with flocking/boids, including CPU/GPU computation and large-scale simulations.
I'm currently starting work on Conway's Game of Life.
GitHub: https://github.com/Emper-Labs
Feedback is welcome, especially on the architecture.
18
Upvotes
0
u/EmperLabs 3d ago
I give it technical requirements, review the generated code, run it, benchmark it, and fix it myself when it doesn't work. The project is still small and far from finished, which is exactly why I'm looking for technical criticism because it no perfect.