Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Ry v2.0.9: Start of OOP, Beginning of Pureness

Choose a tag to compare

@johnryzon123 johnryzon123 released this 01 Mar 12:46
· 13 commits to main since this release

Ry is now leaner, faster, and more independent than ever.

What's New:

  • Pure Ry Standard Library: Strings are now handled within Ry itself.

  • RyLibDK (Ry Library Development Kit): Introducing rylib-dk.h. Write C++ extensions that is not sure if works.

  • Stable Loops: Fixed the IP Desync bug that caused global variable loops to crash.

  • Escape Characters: Full support for \n, \t, and " in string literals.

  • OOP: Added support for classes and inheritance in RY!