Patryk27 / strolle

Experimental real-time renderer with support for dynamic global illumination
MIT License
392 stars 14 forks source link

simpleGui&fxaa #35

Closed DnecLv closed 7 months ago

DnecLv commented 7 months ago

FXAA is independent of the render pipeline, and is better than without any anti-aliasing. I've wrapped FXAA's switches and some others into a bevy_egui-based plugin. It only has a little bit of functionality right now, and you can add it as needed if you think this pr useful. #27 FXAA on/off image image

Patryk27 commented 7 months ago

Amazing, thanks! 🚀

I've been planning on implementing something similar (https://github.com/Patryk27/strolle/issues/27), so that it's possible to e.g. tune ReSTIR parameters and see how it affects the scene in real time - having the foundations done by you it'll be much easier to plug other stuff in there 🙂