https://github.com/you-win/ruby-gd
https://github.com/you-win/ruby-gd
godot mruby ruby
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/you-win/ruby-gd
- Owner: you-win
- License: apache-2.0
- Created: 2022-07-17T02:32:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T02:36:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T13:14:17.041Z (over 1 year ago)
- Topics: godot, mruby, ruby
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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