RAUI — Renderer Agnostic UI
RAUI is a renderer agnostic UI, written in Rust, that is heavely inspired by React declarative UI composition and UE4 Slate widget components system
Get startedRAUI is a renderer agnostic UI, written in Rust, that is heavely inspired by React declarative UI composition and UE4 Slate widget components system
Get startedEasily integrate with your favorite Rust game engine or toolkit.
RAUI features a built-in tesselator renderer that allows easily hooking into any renderer that can render triangles!
If triangles aren't your thing, you can implement custom rendering of RAUI's WidgetNode
however you want.
Easily create your own widget components simply by defining functions
RAUI is being used in Oxygengine and Bevy Retro, but slowly new integrations will be made.