Ruby2D is a simple and elegant 2D graphics library for the Ruby programming language, designed to make it easy to build games, simulations, and interactive applications. Built atop SDL2 and OpenGL, Ruby2D abstracts away the complexity of low-level graphics programming while exposing enough control for performance and flexibility. It supports images, text, sounds, and basic geometric shapes, making it ideal for learning graphics or quickly prototyping ideas with Ruby. The library is cross-platform and lightweight, staying true to Ruby’s principle of developer happiness.
Features
- Simple Ruby API for drawing 2D shapes and images
- Supports OpenGL and SDL2 for fast, hardware-accelerated rendering
- Audio playback for WAV, MP3, and OGG formats
- Built-in support for displaying text using TTF fonts
- Window management and input handling for mouse and keyboard
- Cross-platform support for Windows, macOS, Linux, and Raspberry Pi
- Animation and update loops for real-time apps and games
- Image and sprite rendering with transparency
- Optional integration with Ruby gems like Gosu and FFI
Categories
Build ToolsLicense
MIT LicenseFollow Ruby 2D
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Ruby 2D!