Cru is a basic UI framework based off of Fusion/libui and libui. Right now it's pretty barebones, and libui itself is still "mid alpha" software, but I hope it can eventually become a pretty decent GUI framework for Crystal.
-
Install libui
-
Add the dependency to your
shard.yml
:dependencies: cru: github: watzon/cru
-
Run
shards install
Check the control_gallery example in the /examples folder.
- Fork it (https://github.com/watzon/cru/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Chris Watzon - creator and maintainer