Releases: MrScautHD/Raylib-CSharp
Releases · MrScautHD/Raylib-CSharp
v2.0.0
Greetings to Raylib-CSharp-v1.0.0! 🎉
Explore the changelog detailing the enhancements and updates introduced in the 1.0.0 release!
📚 Changelog:
- We took out the Manager classes and organized the methods properly within the struct. Now, instead of something like
FontManager.LoadFont("path")
, you simply useFont.Load("path")
. - All
Variables
andMethods
utilizingpointers
are allocated their own individual SpanVariable
orMethod
. - Refactored Namespaces (by @danilwhale).
Full Changelog: v1.0.5...v2.0.0