Skip to content
/ daga Public
forked from radamanthus/daga

This is my personal playground for studying RubyMotion

Notifications You must be signed in to change notification settings

katipunan/daga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daga (aka RubyMotion Application Template or R.A.T)

The goal of this project is to serve as a starting point for the typical RubyMotion business app. Easy things should be easy (or built-in!) and the template should point the way on how to do the hard things.

Project features

  • Displays a splash screen on app startup. The splash screen will do nothing other than increment a progress bar by 20% every 1 second. When the progress bar reachers 100%, the main screen is loaded.
  • Demonstrates how to use ProMotion and RMQ together. All screens will be ProMotion screens

How to benefit from this project

There are several ways to benefit from this project:

  • If you're an experienced or intermediate RubyMotion programmer, you can use this as a starting point for your new project. Stuff like setting up ProMotion and adding a splash screen are already taken care of for you.
  • If you're a novice RubyMotion programmer, or just getting started with RMQ and ProMotion, you can follow HOWTO.md to build the project from scratch. You'll learn how to use ProMotion, RMQ, and how to use the two together.

About

This is my personal playground for studying RubyMotion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%