GaryHuan9 / Echo

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

40 feature request remove codehelpers dependency #41

Closed GaryHuan9 closed 2 years ago

GaryHuan9 commented 2 years ago

What is the reason for this pull request? Resolves #40.

What was added, removed or changed in this pull request? Removed CodeHelpers, forked needed features to Echo.Core.Common.

Contributors @GaryHuan9

GaryHuan9 commented 2 years ago

This PR is the preliminary migration of features from CodeHelpers into Echo.Core.Common. No major changes to the features themselves; only files copied, names changed, and compiler errors fixed and tested. In the future, we will gradually remove the old workarounds from CodeHelpers and add improved implementations.