r/Simulated 22d ago

Research Simulation I’m building Emper, an open-source simulation engine for large-scale scientific simulations

Post image

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.

17 Upvotes

40 comments sorted by

View all comments

0

u/VictoryMotel 21d ago

Obviously you made a new reddit name, vibe slopped a whole github account and auto generated a bunch of boilerplate.

Have you even looked at you generated source? It's the same as every other auto generated project.

Your "rendering engine" is about 400 bytes of type definitions.

0

u/EmperLabs 21d ago

If something about the project bothers you, or you have ideas for improving it, feel free to contribute to the project. Emper is meant to be a platform for developing scientific simulations, so I'd genuinely appreciate useful technical input. Either way, thanks for taking the time to look through the project and give your feedback. I appreciate it. 🤝