GaryHuan9 / Echo

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

[Feature Request] Remove CodeHelpers Dependency #40

Closed GaryHuan9 closed 2 years ago

GaryHuan9 commented 2 years ago

Is your feature request related to a problem? Please describe. The Echo project relies heavily on my CodeHelpers library. While reusing code is certainly advantageous, originally CodeHelpers was designed to only be used by Unity projects. This dependency slowly became a large impediment to some of the new language features and optimizations. Furthermore, most a majority of the abilities provided by CodeHelpers is not used.

Describe the solution you'd like Fork CodeHelpers and incorporate the library intrinsically.