Skip to content

Releases: MrScautHD/Raylib-CSharp

v2.0.0

05 May 15:38
Compare
Choose a tag to compare

Logo

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 use Font.Load("path").
  • All Variables and Methods utilizing pointers are allocated their own individual Span Variable or Method.
  • Refactored Namespaces (by @danilwhale).

Full Changelog: v1.0.5...v2.0.0

v1.0.5

01 May 20:51
fb388e1
Compare
Choose a tag to compare

Logo

Greetings to Raylib-CSharp-v1.0.0! 🎉

Explore the changelog detailing the enhancements and updates introduced in the 1.0.0 release!

📚 Changelog:

  • Fixed some issues

v1.0.2

01 May 18:38
bbb2349
Compare
Choose a tag to compare

Logo

Greetings to Raylib-CSharp-v1.0.0! 🎉

Explore the changelog detailing the enhancements and updates introduced in the 1.0.0 release!

📚 Changelog:

  • Fixed some issues

v1.0.1

01 May 18:23
Compare
Choose a tag to compare

Logo

Greetings to Raylib-CSharp-v1.0.0! 🎉

Explore the changelog detailing the enhancements and updates introduced in the 1.0.0 release!

📚 Changelog:

  • Fixed some issues

v1.0

01 May 16:02
Compare
Choose a tag to compare

Logo

Greetings to Raylib-CSharp-v1.0.0! 🎉

Explore the changelog detailing the enhancements and updates introduced in the 1.0.0 release!

📚 Changelog:

  • First Release!