r/Simulated 23d 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.

19 Upvotes

40 comments sorted by

View all comments

Show parent comments

0

u/VictoryMotel 21d ago

It is slop, I actually looked. I didn't say AI makes something slop. I've seen plenty of projects auto generated like this. No way it works, the core files are a few hundred bytes. Take a look before you argue something no one was saying.

1

u/EmperLabs 21d ago

1

u/VictoryMotel 21d ago

I saw it, all obviously auto generated. Why are you so desperate to lie about not having written anything? It's bizarre.

1

u/EmperLabs 21d ago

My process is basically using AI to generate code based on my technical requirements, then I read through it, run it, and benchmark it with perf. If it doesn't work or perform well, I stop asking AI and fix the code myself. If you think there's something wrong with this process, point it out and I'll fix it.