Julian
Julian
I've changed the issue title to be more general because using two Window instances in parallel is awkward right now even without `tick` - for example, `#caption=` modifies the same...
Re: Poll, good idea. Do you feel that the current backlog contains too many new features? Should we wait for someone to explicitly request #378 again, for example? Or should...
It would probably be good to also reach out to people who use Gosu for teaching. What are their pain points? These people don't seem to be very vocal in...
Okay, that sounds good 👍 I was worried that we might need to ship a whole zoo of Unix-ish libraries.
Yep, sounds good :)
One more month :) I try to support the two latest LTS versions, in April it'll be 2022.04 and 2020.04.
In light of Apple's deprecation of OpenGL (ES), this would also be a good opportunity to use MoltenGL on Apple platforms: https://moltengl.com/moltengl/ ...and OpenGL ES 2.0 on Windows: https://www.saschawillems.de/?page_id=1822 I'm...
Hmm. Basically, Sample would become `Sound.new(filename)` and Song would be `Sound.new(filename, streaming: true)`, right? I don't actually know how this issue would interact with #390 then. It's bad enough that...
Also, there is actually one supported platform where `Gosu::Song` is magic: iOS. It uses a completely different API for the song and samples because that way the song can be...
A quick braindump of suggestions: - Sample becomes Sound but gains a `streaming:` constructor parameter. It then dynamically uses one of severeal implementations: the old Sample code, and whatever code...