Rob Loach

Results 396 comments of Rob Loach

Thanks, @webpro ! Didn't catch the notification. And yes, it's more of a generic package manager handled through dotfiles than a way to manage dotfiles. Good call! Thanks again.

Serializing the whole state would be awesome, but I'm unsure how we could actually implement it. I'd opt to closing this, as it's not even something that TIC-80 does by...

I won the game! Played on Firefox 113.0.2 (64-bit) Linux, didn't experience any slowdown. Fun game! Brought me back to playing Lemmings as a kid.

I don't believe this is an issue. The frames are read to the tile descriptor's `animation`... ``` cute_tiled_read_animation_frames(m, &tile_descriptor->animation, &tile_descriptor->frame_count); ``` In `cute_tiled_free_map_internal()`, the `desc->animation` is freed... ``` if (desc->animation)...

Actually, could we make use of the horizontal bar in one of the demos?

This is fantastic. Thanks so much, all.

I believe this has been fixed. ``` #if defined(__x86_64__) || defined(__ppc64__) || defined(__PPC64__) || defined(__aarch64__) ```

This discussion got a bit off what was originally intended. All the /demo examples provide something like the following as a basic example... ``` c /* GUI */ if (nk_begin(ctx,...

See the docs too! Nice work, all https://github.com/Immediate-Mode-UI/Nuklear/wiki/Window

Feel free to suggest follow ups as you wish!