Rust immediate mode graphical user interface
Go to file
Gwen 9c06e63c96
Clean up theme macros a little bit
2024-05-06 07:46:59 -04:00
.hooks Add feature to render primitives to an SVG file 2022-10-16 20:25:02 -04:00
dev Rename UI to Surface 2024-05-04 23:14:16 -04:00
doc Add Rect::offset method 2024-04-24 08:49:08 -04:00
src Clean up theme macros a little bit 2024-05-06 07:46:59 -04:00
.gitignore Ignore emacs autosave/backup files 2022-07-04 21:08:51 -04:00
.rustfmt.toml Merge rustfmt files 2021-09-25 18:09:48 -04:00
Cargo.toml Create default test-utils feature 2022-10-17 22:37:05 -04:00
LICENSE Use MPL-2.0 License 2022-08-13 14:02:50 -04:00
README.md Add a bit of an attribution to the README 2021-10-20 19:49:36 -04:00

README.md

Immediate Mode

An immediate mode graphical user interface library.

Immediate mode started as a port of Dear ImGui, but was influenced by many other frameworks and applications along the way. Most notably, Our Machinery's IMGUI implementation and the Nom parser combinator library.