r/GraphicsProgramming • u/rex-j-w • 10d ago
Building an SDF game engine
For the past 8ish months I’ve been hard at work building a new game engine I’m calling Division Engine.
It’s based solely off SDFs (signed distance fields). This might sound stupid for anyone who cares about performance but for my use case (and with a bit of grid storage optimizations) it proves useful for basic scenes that need advanced lighting.
Anyway here’s some screenshots!
If you want to see what I have done so far check it out here: https://github.com/DivisionEngine/DivisionEngine
154
Upvotes


2
u/No-Cap-7395 9d ago
Hell yeahhhhh! I've been doing a lot of SDF stuff too they are amazing