All Projects → infinitered → Rmq

infinitered / Rmq

Licence: mit
RMQ - RubyMotionQuery

Labels

Projects that are alternatives of or similar to Rmq

prettype
An easy to use text stylizer for your desktop!
Stars: ✭ 14 (-95.5%)
Mutual labels:  style
editorjs-style
Inline-style Tool for Editor.js
Stars: ✭ 23 (-92.6%)
Mutual labels:  style
Eslint Config Standard With Typescript
An extension of eslint-config-standard, made for TypeScript.
Stars: ✭ 269 (-13.5%)
Mutual labels:  style
stylizeapp
A flask website for style transfer
Stars: ✭ 34 (-89.07%)
Mutual labels:  style
standard-packages
List of packages that use `standard`
Stars: ✭ 32 (-89.71%)
Mutual labels:  style
C Code Style
Recommended C code style and coding rules for standard C99 or later
Stars: ✭ 252 (-18.97%)
Mutual labels:  style
GENERIS
Versatile Go code generator.
Stars: ✭ 32 (-89.71%)
Mutual labels:  style
Easydialog
通过封装DialogFragment实现的dialog,非自定义view,纯净原生!
Stars: ✭ 280 (-9.97%)
Mutual labels:  style
Themeable
Easy, type-safe UI theming in Swift
Stars: ✭ 38 (-87.78%)
Mutual labels:  style
Focus Beamertheme
Focus: a minimalist presentation theme for LaTeX Beamer.
Stars: ✭ 263 (-15.43%)
Mutual labels:  style
ColorPick.js
A simple and minimal jQuery color picker plugin for the modern web.
Stars: ✭ 48 (-84.57%)
Mutual labels:  style
Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
Stars: ✭ 94 (-69.77%)
Mutual labels:  style
Stylist
Define UI styles in a hot-reloadable yaml or json file
Stars: ✭ 260 (-16.4%)
Mutual labels:  style
qaffeine
Decaffeinate your JS-powered CSS stylesheets
Stars: ✭ 22 (-92.93%)
Mutual labels:  style
Input Range Scss
Styling Cross-Browser Compatible Range Inputs with Sass
Stars: ✭ 272 (-12.54%)
Mutual labels:  style
svelte-style-directive
A custom Svelte preprocessor to add support for style directive.
Stars: ✭ 19 (-93.89%)
Mutual labels:  style
assets
Inpsyde Assets is a Composer package (not a plugin) that allows to deal with scripts and styles in a WordPress site.
Stars: ✭ 30 (-90.35%)
Mutual labels:  style
Uber go guide cn
Uber Go 语言编码规范中文版. The Uber Go Style Guide .
Stars: ✭ 4,277 (+1275.24%)
Mutual labels:  style
Parser Lib
Collection of parsers written in JavaScript
Stars: ✭ 274 (-11.9%)
Mutual labels:  style
Division
Simple to use yet powerfull style widgets with syntax inspired by CSS.
Stars: ✭ 262 (-15.76%)
Mutual labels:  style

RMQ logo


RMQ - RubyMotion Front-end Library

Dependency Status Build Status Gem Version Crusher.io optimized

A fast, non-polluting, chaining, front-end library. It’s like jQuery for RubyMotion plus templates, stylesheets, events, animations, etc.

One of RMQ's goals is to have the best documentation of any RubyMotion UI library.

RMQ is maintained by Infinite Red, a web and mobile development company based in Portland, OR and San Francisco, CA.





image

Read the RMQ Documentation here

If you like RMQ, check out RedPotion, the ultimate gem for RubyMotion.





Requires SDK 7 or higher, and iOS 7 or higher

Quick Start

gem install ruby_motion_query
# Create an app
rmq create my_app
# Then
cd my_app
bundle
rake

rbenv rehash after gem install if you use rbenv


Installation

RMQ requires no other gems. If you use stuff like scale and certain animations it will require some frameworks (like QuartzCore or CoreGraphics)

  • gem install ruby_motion_query

If you use rbenv

  • rbenv rehash

Require it

  • require 'ruby_motion_query'

or add it to your Gemfile:

  • gem 'ruby_motion_query'

for edge RMQ, add this to your Gemfile:


License

RMQ is available under the MIT license. See the LICENSE file for more info.


Created by Todd Werth (http://toddwerth.com)


Contributors


Contributing

  1. Fork it
  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 new Pull Request

Read the RMQ Documentation here


Premium Support

RMQ, as an open source project, is free to use and always will be. Infinite Red offers premium RMQ support and general mobile app design/development services. Email us at [email protected] to get in touch with us for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].