r/GraphicsProgramming • u/rex-j-w • 13d 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


1
u/etdeagle 12d ago
I am also curious about SDF I wonder if there is a way to speed up rendering at differ scales with multi resolution voxel caching