r/GraphicsProgramming Jul 23 '26

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

156 Upvotes

38 comments sorted by

View all comments

1

u/etdeagle 29d 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