Nuk510

Results 6 issues of Nuk510

From the feature list in the readme: ``` Option to take longer loading but seek fast to any point before the music first loops (seeking time increases beyond this point)...

Hello! I've been messing around with Nuklear, and I have to say, this is very cool library you have here, and also very well-organized! The only real roadblock I have...

Tested against all tests in the `tests` folder on 32-bit MinGW. I tested by building the source files directly instead of using the `Makefile`, so I unfortunately cannot provide an...

This pull request adds `GPU_BLEND_MULTIPLY_COLOR`, which is functionally identical to `SDL_BLENDMODE_MOD` (see https://wiki.libsdl.org/SDL_BlendMode). ``` SDL_BLENDMODE_MOD color modulate dstRGB = srcRGB * dstRGB dstA = dstA ``` I also omitted value...

### Fix 1: Disposal method 2 clears canvas The old code was restoring pixels from an earlier frame with disposal method 2 in this test GIF. This disposal method should...

2 bug
1 stb_image

This update introduces a type `cfgpathchar_t` which will be treated as `wchar_t` and use `wchar_t` string functions if the constant `UNICODE` is defined when building for Windows; `char` and the...