github.com/dscottboggs/IUP_for_crystal
master / published Feb 27, 2022 / repository
Bindings to the IUP application UI library in Crystal
IUP for Crystal 💎
This is just bindings to libiup. I forgot I wrote it. I don't know if it works. There might have been a reason why I stopped working on it. There might not have been.
Installation
- Add the dependency to your
shard.yml:
dependencies:
IUP:
github: dscottboggs/IUP_for_crystal
- Run
shards install
Usage
require "IUP"
See the examples directory for usage samples.
Contributing
- Fork it (https://github.com/dscottboggs/IUP_for_crystal/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
Contributors
- scott - creator and maintainer