Daniel Collin

Results 448 comments of Daniel Collin

It would be great if this feature could be added

Have a look at these https://github.com/nicbarker/clay/blob/main/clay.h#L70-L74 It allows you to do `CLAY_IDI("name", value)` where `value` is an internal counter you you can set to a arbitrary value (such as a...

The idea is that you use it like this ```C Clay_ElementId element_id = CLAY_IDI("button", 0); Clay_ElementId element_id = CLAY_IDI("button", 1); etc ... ```

The reason that `CLAY__ENSURE_STRING_LITERAL` is there is because of lifetime issues with strings. Take this example ```C { char temp_data[10]; sprintf(temp_data, "name %d", count); CLAY({ .id = CLAY_ID(temp_data) ... }...

Hey, Thanks for the report. I will take a look at it today.

Ok I think this was broken in https://github.com/emoon/rust_minifb/commit/b212316ae658619961e25e7f82305ee8126204ad @StefanoIncardone I have commit a new fix to master here: https://github.com/emoon/rust_minifb/commit/d62b0f506191539b1baed0f658d8fa324e9efb67 please give it a spin and see if it fixes the...

Thanks for the report. It might be related to some resources that isn't freed correctly during the close down of the Window. While not ideal as long as it doesn't...

It was introduced in this PR https://github.com/emoon/rust_minifb/commit/2b2540067cc01e061e1716e9a43712eba463fd45 by @john01dav I'm not really sure what the correct solution would be here.

Hey, Thanks for the report. I will try to have a look at it when I can.

https://github.com/ocornut/imgui/issues?q=is%3Aissue+is%3Aopen+dpi+label%3Adpi