package

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

  1. Add the dependency to your shard.yml:
dependencies:
  IUP:
    github: dscottboggs/IUP_for_crystal
  1. Run shards install

Usage

require "IUP"

See the examples directory for usage samples.

Contributing

  1. Fork it (https://github.com/dscottboggs/IUP_for_crystal/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • scott - creator and maintainer

API