Understanding Dragonruby Game Toolkit Performance
Exploring Dragonruby Game Toolkit Performance reveals several interesting facts. Source code is here: https://gist.github.com/amirrajan/e26fc9de3c20e7c395f6809a9946d1b9#file-unity-cs.
Key Takeaways about Dragonruby Game Toolkit Performance
- Shows how many sprites can be rendered with
- Looking for a code focused, cross platform, performant
- Shows off
- Walkthrough of the sample app that was created for the Gauntlet classics jam. Jam Page: ...
- Talk given by Amir Rajan at the RUG::B Meetup on February 4th, 2021.
Detailed Analysis of Dragonruby Game Toolkit Performance
Collision of many sprites. Source code: https://gist.github.com/amirrajan/08d3971613a29b6f322353cc9dc33e89. Side by side comparison of SD, HD, and HighDPI - SD is great for lowrez Coming soonish to
Shows off the difference between 720p rendering and HD rendering.
Stay tuned for more updates related to Dragonruby Game Toolkit Performance.