DragonRuby Game Toolkit 3.0 GM Released
DragonRuby Game Toolkit 3.0 GM (Golden Master) has been released. We are one step away from 3.0 going RTM (Release to Market). The GM release includes a couple of new sample apps, mouse wheel fixes (for real this time… hopefully), and rendering fixes for labels.
The Pro version includes a number of bugfixes related to Android + Http.
Last but not least, we are in the final phases of completing a new Pro feature: DragonRuby Replay.
DragonRuby Replay (Pro Feature)
Here is a YouTube video Ryan put together that shows DragonRuby Replay in action:
This feature will ship as a new executable, allowing you to record a replay of your game. Once the gameplay has been recorded, a data file will be generated which can be converted to an MP4 (we include a trimmed down version of ffmpeg so you don’t have to download any external dependencies to generate the MP4).
Having a zero dependency/self-contained encoding process is nice and all, but there’s a unique aspect of this replay format:
You can take this
generated replay file, the dragonruby-replay
executable, and only
your assets folder (excluding any code files).
Zip it up, and send just that subset of your game to an artist.
The artist can change assets, and run the replay. The new assets will be rendered instead.
Having a data format that serializes what was rendered to the screen is a big deal. It will allow us to do some really interesting things in the future.
Note: When this replay capability ships, we will be raising the price of the Pro license (last chance to lock in the discounted price).
Files
Get DragonRuby Game Toolkit
DragonRuby Game Toolkit
An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded.
Status | Released |
Category | Tool |
Author | DragonRuby |
Tags | 2D, dragonruby, Game engine, Moddable, ruby |
More posts
- DragonRuby Hits v6.048 days ago
- 2023 Year End ReviewDec 25, 2023
- Mid-year Update: Quacks, Steam Distribution, Sound Synthesis, and Pixel ArraysJun 08, 2023
- DragonRuby 2023 RoadmapFeb 11, 2023
- DragonRuby + Steam DeckNov 12, 2022
- 3.0 RTM, Oculus VR, Indie Tier, and Black Friday DiscountsNov 22, 2021
- Oculus Quest and DragonRubyNov 10, 2021
- DragonRuby Game Toolkit 3.0 Release CandidateOct 16, 2021
- Beta 2 released for DragonRuby Game Toolkit 3.0Oct 05, 2021
Comments
Log in with itch.io to leave a comment.
This software has gotten me into coding with Ruby! I'm amazed at it's flexibilty!