Skip to content
/ flui Public

Library for creating lightweight declarative UI's in Java using imgui Java bindings

License

Notifications You must be signed in to change notification settings

newk5/flui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flui

flui is a library for creating lightweight cross platform UI's in Java using jimgui, the highly efficient dear imgui Java binding. flui includes many of the widgets commonly used in desktop applications and allows you to build your code in a declarative manner. flui widgets are just abstractions over already existing imgui widgets with some changes. Custom widgets will also be created in the future which will be a combination of existing widgets. A declarative style is the prefered "flui way" of building your UI but is not mandatory. If you prefer to create your UI using an imperative style approach instead, that is also possible.

At the moment this project is still a work in progress, there are no releases yet because there's some core features that need to be implemented first and the API is still changing very frequently.

About

Library for creating lightweight declarative UI's in Java using imgui Java bindings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages