Ketchetwahmeegwun T. Southall

Results 13 comments of Ketchetwahmeegwun T. Southall

Feel free to ignore this input as I haven't used this library, however it is relevant to SolarLune's previous statement. Using one or more of the fs interfaces (https://pkg.go.dev/io/fs) would...

String comparisons are slower than most other basic type comparisons. This compounds very quickly with 60 TPS and more than a handful of physics objects. As far as ignoring the...

The exact version where this becomes a problem is c54504072dd530e7af76a461c8423afa606016a4.

Looks well thought out and usable. In regards to scale: I think it would be useful to store scale as well. In my own use-case I'll likely be applying the...

I would prefer `StoreState()`/ `RestoreState()` / `AssertMaxStoredStates()` for clarity.

This should be possible by creating a new function that only searched to see if the `acTL` chunk exists. I'll look into the most idiomatic way to present this.

Would need a helper func to scan only as far as acTL or until first IDAT. We could, as a convenience, return the acTL information if it exists as well....

It is probably unnecessary to have the above convenience function, as the end-user can actually extract the data if they need more information. I believe `isAPNG() bool` or `isAnimated() bool`...

Can confirm that go 1.23.0 on Windows crashes when using the file dialogs. 1.22.6 works fine.

~WAIT: Might be a user-error, double-checking~ ~Unfortunately crashes.~ It works, forgot to update go.mod to refer to cloned repo. Open file and save dialogs worked fine.