IUP

Version, currently master branch1 version
  • master branchlatestFeb 27, 2022

github.com/dscottboggs/IUP_for_crystal

Bindings to the IUP application UI library in Crystal

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  IUP:
    github: dscottboggs/IUP_for_crystal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
Scott Boggs

Dependencies

Runtime Dependencies

README

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