Skip to content

gpui-kit is an (upcoming) open-source UI toolkit for gpui, the fast, native Rust GUI library.

Notifications You must be signed in to change notification settings

iamnbutler/gpuikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpuikit

A work-in-progress modular UI toolkit for GPUI applications.

🚧 Note: Expect every release to have many, undocumented breaking changes for now. Use at your own risk and pin your verisons 🚧

Crates

Usage

Add the main crate to use all components:

[dependencies]
gpui = "SOME_VERSION"
gpuikit = "0.0.1"
# not supported yet, but in the future:
# gpuikit = { version = "0.0.1", features = ["theme", "keymap"] }

Or add individual crates as needed:

[dependencies]
gpuikit-theme = "0.0.1"
gpuikit-keymap = "0.0.1"
gpuikit-editor = "0.0.1"

License

Licensed under either of:

at your option.

About

gpui-kit is an (upcoming) open-source UI toolkit for gpui, the fast, native Rust GUI library.

Topics

Resources

Stars

Watchers

Forks

Languages