Software Development Kit
Game SDK
Overview
A Game SDK for hobbyists, that runs code on-the-fly.
It's a low memory footprint Virtual Machine based on the principal that any system designed to run games can be used to run anything else as well.
The Ruby Programming Language provides a way to move fast and break things, in an easy and flexible way, great for
all skill levels!
Use Cases:
- Hobbyist Game Development
- Hobbyist Embedded Systems Development
- Hobbyist Application Development
- Recreational Programming
Truthfully the only limit is your imagination! With this you have easy access to all that your target device can do!
Features:
- Ruby Programming Language
- Native Extension Programming for when low-level control is important
- Based on SDL3 for a portable interface to hardware and underlying systems
- Based on physfs for an extensible abstract filesystem(great for compression and archiving assets)
Download: Currently in Open Beta
Get Started (Read Documentation)
Screenshots
Example: Drag-N-Drop Program
Example: Native Programming in The C Programming Language