Not yet a gem. Working on it.
A port of Hotcocoa Graphics / MacRuby Graphics to be used with RubyMotion. See MacRuby Graphics Info here: https://github.com/mattetti/macruby_graphics and here http://github.com/drtoast/macruby_graphics
To run the examples uncomment them one by one in the app_delegate and then build.
A description of how they are supposed to look can be found at dr.toast's site: http://hcg.drtoast.com
Enjoy!
Add this line to your application's Gemfile:
gem 'rubymotiongraphics'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubymotiongraphics
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/rubymotiongraphics/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