RubyMotion Query: A jQuery-like library for RubyMotion
GitHub: https://github.com/infinitered/rmq
Docs: http://rdoc.info/github/infinitered/rmq
A fast, muggle, nonpolluting, zero-dependency, jQuery-like library for RubyMotion.
The RMQ Introductory Guide and other info is a great place to start.
Some of the very cool features:
- selecting (querying) views
- traversal through view hierarchy (moving around the tree)
- tagging
- events and gestures
- animations
- stylers and stylesheets
- colors
- fonts
- image utilities
- app
- device
Tested on iOS, not OS X (nor is there any OS X specific code)
Other wrapper libraries
There are a lot of great wrappers out there such as Teacup and Sugarcube. I've used these and I enjoy them. However, many of the wrappers heavily pollute the standard classes, which is great if you like that sort of thing. RMQ is designed to have minimal pollution, to be very simple and high performance (it will be when it's done). RMQ shouldn't conflict with anything.
RMQ doesn't require any other wrapper or gem.
If you preferred jQuery over Prototype, you'll love RMQ.
Some of the code in RMQ came from BubbleWrap and Sugarcube. Not too much but some did. I thank you BubbleWrap and Sugarcube teams for your work.
'프로그래밍 > Web' 카테고리의 다른 글
[HTML] Embed Curl: Embeddable curl commands (0) | 2014.01.03 |
---|---|
[Framework] Brainy.io: Share Backbone code between server and client (0) | 2013.12.31 |
웹 페이지 성능 측정 사이트 주소 - http://www.webpagetest.org/ (0) | 2013.12.24 |
[Extjs] ExtJS4 MVC 설치하기 (0) | 2013.12.23 |
[Chrome] Chrome Add-ins/extensions (0) | 2013.12.23 |