Matthew Berry

Results 20 comments of Matthew Berry

Looks like it's also missing on https://github.com/oprypin/crystal-imgui-sfml, fyi

You can force push tags to update which commit they're on, although I don't know how that plays with people pulling the repo over existing changes My approach is just...

Hey thanks so much for submitting this! This is a tricky little change that I don't think I would have thought of haha. However, I just pulled down the changes...

@ITotalJustice Thanks for the idea! Tested in 8d9c789, although I didn't see any noticeable improvement in the few games I tested

I'll happily open a PR today! I have no way to test anything more detailed though since I don't have a flash cart :/

I don't know the answer to your questions regarding SDL timers, which is why I've just added the bindings and didn't touch the crystal wrapper around them. I feel like...

I still disagree that this means we should omit the bindings. In my opinion, the bindings should be provided even if their usage is discouraged and they're not provided through...

Out of curiosity, what makes you call these "the official bindings," or is it simply because you used to be a core team member? Calling this "official" implies it's supported...

I've taken that approach before as well, but I eventually ran into an issue where the order of initialization of various fields was significant. I ended up having to take...

Is there any way that the check for instance variable initialization in a later phase of the compiler, once macros have been expanded? If initialization is checked later, maybe indirect...