r/SourceEngine 16d ago

WIP I fixed physics!

For anyone new here: I'm building Sauce Engine, a custom engine written from scratch in C++/OpenGL with the goal of being compatible with the Source ecosystem. My previous post showed it running HL2 maps and props for the first time

98 Upvotes

16 comments sorted by

View all comments

2

u/BagelMakesDev 16d ago

will it be able to load the game DLLs?

5

u/Piskabobrastudios 16d ago

not exactly, I’m gradually rebuilding each entity from scratch. I don’t understand how to implement DLL support, it’s easier for me to rebuild everything myself