A fast RPG Framework for Ruby using libgosu.
-
You must have Ruby installed (2.1 or higher is recomended).
-
Install libgosu dependencies:
# apt-get install build-essential libsdl2-dev libsdl2-ttf-dev libpango1.0-dev libgl1-mesa-dev libfreeimage-dev libopenal-dev libsndfile-dev
-
Install gosu gem:
gem install gosu
It's not so easy like Linux, but here is the steps:
-
You need to have Ruby installed. I really recomend this standalone. Remember to add ruby executables to system path.
-
Download the DevKit and extract it in some directory (ex.: C:/DK).
-
Open CMD Prompt, enter in the DevKit directory and install. Example:
cd C:/DK ruby dk.rb init ruby dk.rb install
-
So install gosu gem with:
gem install gosu
Clone the repository, and run some example from the main directory. Example:
ruby example/example01.rb
Go directly through DOC and EXAMPLE folder so you can see some examples of how everything works.