Description
Hi there!
Long time Gosu app builder here (15 years)!
I hope I'm not over-complicating things, but I have been using the latest Ruby App Wrapper wrapper since 2019 - yes, silly me: I never updated to newer versions of Ruby, Gosu, RMagick, and many other modules/libraries that can be integrated. Because of how easy it is to use, I develop the game while it's in its wrapper so I can quickly run to test the game (I get a bit tired of running ruby Main.rb
on every moment to test. Call me lazy! lol). The way I catch error messages - I wrote exception code to output them in an error.log file.
Now that I am seeing many Gosu changes in the documentation, I got a bit frustrated with the issue link that the Ruby Wrapper is no longer being maintained and it seems that most people took the Homebrew lipo'ing route (please correct me if I'm wrong). If there could be some step-by-step instructions on how to do the process of building our own wrappers (I'm willing to work with Platypus, btw), I would absolutely love that! This way, I thought it would benefit everybody in doing this process with our power to choose versions of Ruby, Gosu, RMagick, etc. :)
Thanks so much in advance,
Taylor