image

RedPotion

Dependency Status Build Status Gem Version

We believe iPhone development should be clean, scalable, and fast with a language that developers not only enjoy, but actively choose. With the advent of Ruby for iPhone development the RubyMotion community has combined and tested the most active and powerful gems into a single package called RedPotion

RedPotion combines RMQ, ProMotion, CDQ, AFMotion, MotionPrint and MORE!. It also adds new features to better integrate RMQ with ProMotion. The goal is simply to choose standard libraries and promote best practices, allowing you to develop iOS apps in record time.

The makers of RMQ at InfiniteRed and the creators of ProMotion at ClearSight as well as David Larrabee have teamed up to create the ultimate RubyMotion library.

image               image

ProMotion for screens and RMQ for styles, animations, traversing, events, etc.





image

Read the RedPotion Documentation here





Quick start

gem install redpotion

potion create my_app
bundle
rake pod:install
rake

Installation

  • gem install redpotion

If you use rbenv

  • rbenv rehash

add it to your Gemfile:

  • gem 'redpotion'

Contributing

  1. Create an issue in GitHub to make sure your PR will be accepted.
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request


Read the documentation at docs.redpotion.org