alinebee / Boxer

The DOS game emulator that's fit for your Mac.
http://boxerapp.com/
769 stars 138 forks source link

Additional shaders? #88

Closed almeath closed 3 years ago

almeath commented 6 years ago

Is it possible to manually add additional shaders? I looked inside the .shader files and they appear to use GLSL code from shaders with the .glsl file extension.

It looks like it could be possible, but would take substantial manual editing, rather than being just a drag and drop process.

gphilipp commented 2 years ago

@almeath @MaddTheSane I can see the list of shaders under resources/Shaders but how do you switch shaders besides the default CRT Geom one?

gphilipp commented 2 years ago

Nevermind, I found out that the shader selection is hard coded in https://github.com/MaddTheSane/Boxer/blob/maddsV2/Boxer/Metal%20Rendering/BXMetalRenderingView.m#L121