Holger Arndt

Results 40 comments of Holger Arndt

I added `Image.from_blob` - mainly for viewing the blob differences from the CI but I can imagine some cool images/textures could be generated from random strings as well. ( In...

Ok so many response....Hope I don't miss anything :smile: > tl;dr my plan was to build image.scale(5).rotate(5, 0.5, 0.5).draw(x, y, z) instead of using an arguments hash. Didn't knew that....

@jlnr Now that the screenshot is gone (#451) most of this PR could be removed I think, because the "tests" relied on it. So basically only keep the Renaming of...

Ok. I can live with a not working windows, because some tests are better than none. I'll rework/rebase it later today and report back!

> Considering that #287 was a bit hairy because of the existence of Window#tick, maybe it is time to evaluate whether #tick is really worth all the trouble? Can Gosu...

> Do you feel that the current backlog contains too many new features? Thats not that easy to answer. At the moment there are 36 open issues labeled with enhancement...

I vote for upcase, so: `DEFAULT_FONT_NAME` all (?) our "other" constants are all like that: `Color::RED`, `KB_BACKSPACE`, ...

I'll look into this. This is be one of the oldest issues but resolving this might resolve other issues (#390) as well or at least make things a little easier...

> Song (for backward compatibility) is a simple wrapper around a Sound and a SampleInstance (should be renamed to Channel while we are at it - #314). When you call...