-
This came up in gosu/gosu#361 - it's really hard to find out about the LICENSES constant right now.
jlnr updated
10 months ago
-
Currently, the GitHub default branch is master, where the last commit was in 2019. I initially took this as a sign that Gosu development had stopped and the project was abandoned.
I suspect that th…
-
hello, does gosu language has build-in REPL support, or will it be added in the future?
It would be nice, add a argv `-i` for repl. then user can use `gosu -i` to start an repl.
-
If Gosu supports metadata reading to audio files, it'll provide audio loop based on the metadata (such as loop marks) embed in the file. Gosu can handle OGG files well, and adding metadata support to …
-
Hi,
The latest version of nomad is 0.8.7 and you haven't built it to docker hub and I'm trying to build it and get the following error. I'm using CentOS 7.6. Can you please tell me what do I need t…
-
I'm probably missing something. I was expecting to actually see the window open up and I would be able to interact with it but I get some gosu message instead.
**Describe the bug**
(base) alex@…
-
I am trying to update the game "garden hero" right now.
I get lots of deprecation warnings such as:
#Called from ["gui/gosu/garden_hero/core/player/player.rb:24:in `new'"].
DEPRECATION …
-
Hello,
I’m a Guidewire employee working on IS 10.
Some time ago we hit a strange bug in our Gosu code and we were finally able to find the cause.
The problem was caused by the use of `Comparator.th…
-
Toggling fullscreen (Alt-Enter a couple times) corrects this, only happens on initial window creation.
```ruby
require "gosu"
class Window < Gosu::Window
def draw
Gosu.draw_rect(0, 0, w…
-
`Gosu::Window#button_down` and `Gosu::Window#button_up` calls d-pad (`Gosu::GpUp`) when Window is not focused. But others (`Gosu::GpButton0`) don't.
Tested Gosu 0.9.2 on OS X Yosemite, Ruby 2.2.2p95.…
ghost updated
9 years ago