Andre Weissflog
Andre Weissflog
Just found this because GCC gave me a "sequence point" warning (note how inComment is assigned twice): https://github.com/BalazsJako/ImGuiColorTextEdit/blob/0a88824f7de8d0bd11d8419066caa7d3469395c4/TextEditor.cpp#L2345 Not sure if this is a simple typo, or whether there should...
Hi, I just started using ImGuiColorTextEdit and I'm seeing a weird behaviour when backspacing a Tab, however since it's such an obvious thing I'm not sure if the problem is...
The current samples all seem to wait for the GPU to finish before going on to the next frame (e.g. they do a vkQueueWaitIdle() after submitting command buffers. Both in...
See here: https://github.com/philsquared/Catch It's header-only so probably doesn't require all the complicated build system support that UnitTest++ does...
If an item to be added is a reference to an item in the same container, and the container needs to grow, the item reference will be invalid and a...
Chrome uses the F1 key for opening the help page. The Input module already filters a few keys (Tab, Enter, Backspace), all the function keys should be added as well.
There is now a fips-libs organization meant as central hub for fips wrappers: https://github.com/fips-libs In Oryol fips.yml must be updated: - [ ] **fips-glm**: already moved, only update fips.yml -...
## General - update oryol-shdc with latest SPIRVCross - cleanup vertex declaration bind slot "guessing": - sokol_gfx vertex declaration in sg_pipeline_desc must be changed to flat attributes array and separate...
see here: https://developer.apple.com/documentation/foundation/url_loading_system?language=objc