Sha256: b8e7d9aba808cc4edb92f734cb372a731edc00c271d33a6324ea8ce1fece712c

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# Nakor

Nakor is a Ruby gem for generating a template application for [Corona SDK](http://www.coronalabs.com). It creates a template app with a splash screen, a menu with four buttons (Play, Settings, Help, About), and one scene for each of the four buttons. It uses Corona SDK's built-in Storyboard to manage scenes.

The generated app also includes [RadLib](http://radamanthus.github.com/radlib/), a library of utility Lua functions to support Corona SDK development.

If you're not familiar with Ruby, or you just want the template code without this wrapper gem, please check out [Corona Game Template](http://radamanthus.github.com/corona-game-template/).

# Installation

    gem install nakor


# Usage

    nakor generate awesome_app

This will create the awesome_app directory in the current directory. To run it in Corona simulator:

    /Applications/CoronaSDK/simulator awesome_app

# Development

To release a new version:

    gem bump
    gem release

# Credits

This code is MIT licensed, see http://developer.coronalabs.com/code/license

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nakor-0.0.12 README.md