Version Timelapse

Every Reox release, from the beginning. Download any version for any platform.

← Back to latest download

Reox 0.5.1-beta: UI Framework

stablelatest

January 28, 2026

Highlights

  • Declarative widgets: button(), text(), input(), slider(), checkbox()
  • Layout containers: vstack(), hstack(), window()
  • Theme colors: color_primary(), color_success(), color_danger()
  • Animation easing: ease_in(), ease_out(), ease_in_out(), lerp()
  • Standard library: core.rs, io.rs, ui.rs, ai.rs
  • UI widget calls compile to REOX FFI (reox_button_create, etc.)

REOX v0.5.0-beta - Beta Stabilization

pre-release

January 19, 2026

Highlights

  • Expanded test coverage: 10 comprehensive smoke tests
  • Fixed view modifier stubs: 10+ view modifiers now store values
  • Timer system: proper storage and unique IDs
  • Desktop integration: proper static desktop app pattern
  • 74 tests passing
  • Runtime library (libreox_runtime.a) builds successfully