AurieFramework / YYToolkit

The definitive internal modding tool for GameMaker games
GNU Affero General Public License v3.0
72 stars 10 forks source link

YYToolkit v3 #44

Closed Archie-osu closed 9 months ago

Archie-osu commented 2 years ago

A massive re-factor of YYToolkit, built from the ground up for performance and stability. Everything is now designed with both x86 and x64 in mind.

Code is now full of comments in an effort to reduce the learning curve needed to start contributing to the project. Effort has also been made to reduce the use of STL types in the API for easier portability to other languages (for example C# or Rust bindings).

The core of YYToolkit's API now relies on the RTK Framework, which allows for a consistent development experience, no matter the game.

Current missing features are:

Archie-osu commented 2 years ago

It was decided to not rewrite the whole project (as that's a task far too big for a lone developer), instead opting to refactor stuff part-by-part as time goes on. Progress of this may be seen in the beta2 branch. The beta branch will be deleted once beta2 gets merged.

Archie-osu commented 9 months ago

Didn't come to fruition. See the next branch.