MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 6 forks source link

Replace renderer with Trinity Engine #129

Closed SaintWish closed 10 months ago

SaintWish commented 1 year ago

Best to use the trinity render engine because it's very well documented and support the features we want to use. https://github.com/TheOverfloater/trinity-engine

SaintWish commented 1 year ago

We could also look into using this? https://github.com/hzqst/MetaHookSv/blob/main/README.md https://github.com/hzqst/MetaHookSv/blob/main/Renderer.md

SaintWish commented 1 year ago

Could also replace the renderer with this https://twhl.info/thread/view/17812 we'll have to decide what would work best for us. https://github.com/HLSources/Trinity-renderer

SaintWish commented 10 months ago

While it would be nice, Trinity renderer makes use of wglGetProcAddress which isn't linux compatible.