cbhacks / CrashEdit

Unofficial Crash Bandicoot 1/2/3 Level Editor
https://www.cbhacks.com/tools/crashedit/
Other
135 stars 25 forks source link

merge "CrashEdit 2" and upgrade to .net 8.0 instead of .net framework #164

Closed ManDude closed 6 months ago

ManDude commented 6 months ago

Upgrades the project from .NET Framework 4.7, which is 7 years old, to .NET 8 (which was last updated like 2 weeks ago), which is the current branch of .NET that's being actively updated and has better and more modern support. This also allows usage of various the newer language features that make C# not garbage. The WinForms implementation also has better performance on .NET 8 and most libraries we use (most importantly OpenTK) have long since moved to .NET 5+.

Alongside this, the ce2-experiment branch is merged. For more CrashEdit v2 stuff, see that branch's README.md.