An open API service indexing awesome lists of open source software.

https://github.com/you-win/ruby-gd


https://github.com/you-win/ruby-gd

godot mruby ruby

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# MRuby GD
An MRuby interpreter embedded into Godot.

## Building

1. Grab MRuby
2. Follow instructions for compiling MRuby
3. Put compiled `.lib` or `.a` files into `thirdparty/mruby/lib`
4. Copy the files in the mruby `include` directory into `thirdparty/mruby`
5. Copy `modules/ruby_gd` into Godot's `modules` directory
6. Copy `thirdparty/mruby` into Godot's `thirdparty` directory
7. Follow instructions on compiling Godot