raylib-nuklear-cr

Version, currently master branch1 version
  • master branchlatestOct 14, 2024

github.com/and3md/raylib-nuklear-cr

Raylib-Nuklear Bindings for Crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  raylib-nuklear-cr:
    github: and3md/raylib-nuklear-cr
    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
>= 1.13.3
License
MIT
Author
and3md

Dependencies

Runtime Dependencies

README

raylib-nuklear-cr

Not usable yet, work in progress

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      raylib-nuklear-cr:
        github: and3md/raylib-nuklear-cr
  2. Run shards install

Usage

require "raylib-nuklear-cr"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/raylib-nuklear-cr/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

  • and3md - creator and maintainer