Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1 KB

File metadata and controls

50 lines (27 loc) · 1 KB

Introduction

This project aims to allow rapid prototyping of game ideas across multiple platforms.

By using mruby this project will allow the developer to maximise code re-use across projects. Performance sensitive components can still be written in any of asm, c, c++, or objc and integrated to be called through the ruby interface.

Installation

gem install qgame

Useage

Create a new project

qgame new <PROJECT_NAME>

Run the game

qgame run

Run the game on a specific platform

qgame run --PLATFORM=iOS

Profile the game (currently just displays some basic information about object allocation)

qgame analyse

Notes

This project is still in heavy development, please use it at your own caution!

Examples

A basic example can be found in game

Supported Platforms

  • MacOSX
  • iOS

Coming Soon

  • Windows
  • Linux

License

This project is distributed under the MIT License. See LICENSE for further details.