HipByte/RubyMotionSamples
{ "createdAt": "2012-05-03T15:13:19Z", "defaultBranch": "master", "description": "A collection of RubyMotion applications for code samples.", "fullName": "HipByte/RubyMotionSamples", "homepage": "http://www.rubymotion.com", "language": "Ruby", "name": "RubyMotionSamples", "pushedAt": "2021-04-28T18:55:05Z", "stargazersCount": 1208, "topics": [], "updatedAt": "2025-11-20T09:02:44Z", "url": "https://github.com/HipByte/RubyMotionSamples"}RubyMotion Samples
Section titled “RubyMotion Samples”This repository contains a collection of RubyMotion examples.
Requirements
Section titled “Requirements”- RubyMotion 4.0 or greater (see http://www.rubymotion.com).
Projects
Section titled “Projects”Each one of the sub-directories in this repository is a genuine RubyMotion project that demonstrates one or more particular features of iOS, OS X, watchOS, tvOS or Android.
The game directory includes samples using the new RubyMotion 4.0 cross-platform game API. Make sure to install the motion-game gem before building them.
Check their README files to know more. Type rake from there to build and try the sample in the simulator. You can find the full source code from their app directory.
For instance, to try the iOS RedditSearch sample:
$ cd ios/RedditSearch$ rakeIf you have a sample to contribute, please create a pull request!
License
Section titled “License”All samples are covered by the MIT license. Feel free to reuse the source code in your projects.
Copyright (c) 2012 HipByte SPRL and Contributors
Permission is hereby granted, free of charge, to any personobtaining a copy of this software and associated documentationfiles (the “Software”), to deal in the Software withoutrestriction, including without limitation the rights to use,copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom theSoftware is furnished to do so, subject to the followingconditions:
The above copyright notice and this permission notice shall beincluded in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIESOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHTHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISINGFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OROTHER DEALINGS IN THE SOFTWARE.