Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

DragonRuby Game Toolkit

An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By DragonRuby

How do I install on Linux?

A topic by Blad created Apr 21, 2021 Views: 752 Replies: 5
Viewing posts 1 to 3

I just got it, but how do I install it?

Just extract the zip file to wherever you want - everything is contained in the extracted directory.

If you are asking how to use it, open the extracted GTK directory in the Terminal, then use ./dragonruby name_of_your_project_directory to build your project (or leave off the project name to use the default mygame project).  I usually create a projects directory in the GTK directory to keep my stuff organized.

Deleted 2 years ago

It uses Ruby. Check the doc here or find videos on YT or the official docs. It's pretty easy to use

(1 edit)

There is also a samples directory in the download that has some examples and Ruby intros.

(+2)

https://github.com/kodywilson/learn_dragon_ruby

I have instructions for getting started on Linux in that repo. :)

thanks