Skip to content

Releases: osui-rs/osui

v0.2.0

31 Jan 21:17

Choose a tag to compare

Wow, 2 years into this project, i was 14 years old when i started this project.

Screenshot 2026-01-31 at 10 02 57 PM

Performance

The performance is much better and it's more predictable, however i do not have a clue on why the spikes appear on those specific iterations.

3dplot-gen (8) 3dplot-gen (9)

Scoping

Scoping allows for the separation of dynamic and static DOM, for a more flexible UI, this makes for loops and if statements work perfectly without any bugs.

Dynamic scope

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Aug 20:45
6569a9e

Choose a tag to compare

Screenshot 2025-08-03 at 10 44 50 PM

What's Changed

  • Better state management by @kleo-dev in #12
  • Code cleanup by @kleo-dev in #14
  • Demos module by @kleo-dev in #16
  • Rsx patch args by @kleo-dev in #21
  • Functional foreground #22 by @kleo-dev in #23
  • More elements by @kleo-dev in #24
  • More elements by @kleo-dev in #25

Full Changelog: v0.0.9-alpha-2...v0.1.0

v0.0.9.alpha.2

29 Jul 19:39

Choose a tag to compare

v0.0.9.alpha.2 Pre-release
Pre-release
Screenshot 2025-07-29 at 8 56 47 PM

⚠️ Notes

The current documentation of OSUI is yet to be developed or updated, i will spend my time on documenting rather than coding. Also OSUI isn't yet recommended for production use, i've yet proven any bugs or un-added features, if you experience any unwanted bugs or features please submit an issue i will take a look at it.

⚡️ Changes

  • 🧠 New thought process, less like frontend but still contains simple rsx!.
  • 🔑 Rewrote the entire codebase.
  • ⚙️ OSUI engine is now OSUI itself, frontend parts like rsx! and css will be included in future versions with more advanced features.
  • 📌 Modularity and reliability improvements, due to the new design we now have a dramatic increase in reliability and modularity.

⚛️ OSUI Components and extensions

OSUI Components and Extensions are a important design choice for OSUI, They store specific data to a element that a Extension can use for a specific purpose.

Extensions

A OSUI extension extends the functionality of the current elements and program, a good example is in the Hello World App With Velocity example, where we use the built in VelocityExtension as well as the Velocity(x, y) component, by design it is required for a extension to have the components be optional for the elements, unless there is a very specific reason not to make it optional.

Components

A OSUI component is simply data that a extension or the default OSUI runtime may find useful, A good example is Transform which like the name suggests, it transforms the element into it's parameters

Full Changelog: v0.0.8-alpha.2...v0.0.9-alpha-2

v0.0.8-alpha.2

12 Jan 13:18

Choose a tag to compare

v0.0.8-alpha.2 Pre-release
Pre-release
Screenshot 2025-01-12 at 2 17 14 PM

NOTE: this release is only meant for feedback.

Features

  • Css
  • State management
  • Dynamic formatted strings

What's Changed

New Contributors

Full Changelog: https://github.com/osui-rs/osui/commits/v0.0.8-alpha.2