Ruby 2D is an entirely open-source project (including its dependencies) built by dedicated folks who believe creating 2D applications should be simple, natural, and joyful, in the spirit of the Ruby language itself.
Can you make a game with Ruby?
If you feel most comfortable programming in Ruby, and you are aware of the pros and cons compared to other popular languages, then by all means you can certainly develop games in Ruby!
What IDE should I use for Ruby?
Best Ruby IDE Tools in 2018
| Product | Operating System | License |
|---|---|---|
| RubyMine | Windows, Linux, macOS, FreeBSD, OpenBSD, Solaris | Proprietary |
| Aptana Studio | Windows, Linux, macOS, FreeBSD, JVM, Solaris | GPL |
| Selenium | Windows, Linux, macOS | Apache 2.0 |
| Eclipse | JVM | EPL |
What is GOSU Ruby?
Gosu is a 2D game development library for Ruby and C++. It’s available for macOS, Windows, Linux, and iOS. Gosu is focused, lightweight and has few dependencies (mostly SDL 2). It provides: 2D graphics and text, powered by OpenGL or OpenGL ES.
What games are coded in Ruby?
Read lots of Ruby game code
- Gosu Examples.
- Ruby Hop.
- Escape to RubyConf.
- Little Brat.
- Tank Island.
- Gosu Showcase.
What can I create with Ruby?
Things That You Can Make With Ruby
- Full-stack web development.
- Web scraping & crawling.
- Static website generators.
- Command-line media player (using FFI + libVLC) & other command-line tools.
- Automation, Backup & DevOps tools.
- Servers.
- Parsing, data cleaning & filtering.
- API Clients (like Twitter API or Github API)
Does Vscode support Ruby?
This extension provides improved syntax highlighting, language configuration, and snippets to Ruby and ERB files within Visual Studio Code. It is meant to be used alongside the Ruby extension.
What happened to I Am GOSU?
Gosu currently lives in Toronto, Canada. Gosu began playing League of Legends again and for good in 2010.
How do I run automated tests in Ruby 2D?
Ruby 2D uses a combination of automated tests via RSpec and manual, interactive tests to verify the correctness of visual, audio, and input functionality. Build the gem and run all automated tests using the rake command. Build and run an interactive test in the test/ directory using rake test: , for example:
Why should I contribute to @Ruby 2D?
Ruby 2D aims to support all of these use cases, even with the same app codebase. Your contribution must support a subset of Ruby that is compatible with and behaves similarly across MRI and MRuby.
How do I use rake in Ruby 2D?
Use rake dev to build referencing user-installed libraries (e.g. SDL). Ruby 2D uses a combination of automated tests via RSpec and manual, interactive tests to verify the correctness of visual, audio, and input functionality. Build the gem and run all automated tests using the rake command.