GaryHuan9 / Echo

An awesome ray traced 3D renderer build in C# from scratch!
MIT License
18 stars 3 forks source link

18 feature request new compositing system #52

Closed GaryHuan9 closed 1 year ago

GaryHuan9 commented 1 year ago

What is the reason for this pull request? The entire compositing system is done! This has been about 2 months of work and now nice post processing layers can be applied to the rendered image. This also includes a partial rewrite of the entire Echo.UserInterface assembly. Closes #18 , #47 , and #31 .

What was added, removed or changed in this pull request? The compositing system, some changes to .echo files, and Echo.UserInterface.

Contributors @GaryHuan9