Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.03 KB

Quincite

Quincite は Ruby でゲーム向け GUI ライブラリを作るためのフレームワークです。

インストール

Gemfile に

gem 'quincite', :git => "https://github.com/aoitaku/quincite.git"

って書いてコマンドラインから

$ bundle

を実行する。

あるいは自分で Quincite のリリースページ から gem をダウンロードして、

$ gem install quincite.gem

のようにインストールしても OK。

今のところ Rubygems には公開していないので github からダウンロードしてお使いください。

使い方

今書いてます。

コントリビューション

  1. フォークします ( https://github.com/aoitaku/quincite/fork )
  2. feature branch を作ります (git checkout -b my-new-feature)
  3. 変更をコミットします (git commit -am 'Add some feature')
  4. branch に push します (git push origin my-new-feature)
  5. pull request を投げます
  6. 🍣!