Advance Software
Advance Software
yeah, return ERR seems most sensible for the time being. then app can know request failed. got lldb running with pdcursesmod. just - not as interactive as it should be...
Going with following for the time being : // pdcurses doesn't implement define_key so we stub for the time being. int define_key(const char *definition, int keycode) { return ERR ;...
Unsure of requirement as decided personally to bail to imgui based interface. Status here : https://bugs.llvm.org/show_bug.cgi?id=51954
not a rant :) agree PDC_DLL_BUILD in the autogenerated fille is one less thing that can mess up :) & yeah, that isn't going to be cause of all input...
& a ton of other fixes in my fork, which you're welcome to pull.
Do you actually implement the wasm-c-api as stated here or is the document wrong ? https://github.com/WebAssembly/wasm-c-api Thanks
Issue is you're using OpenGL coord system (+X right, +Y up, -Z forward). DirectX tends to use +Z forward. Also if I remember the clip spaces are different so the...
Nice to know. Please could the docs here show that so noobs don't go doing things that don't need doing :) Or remove the section altogether if it's outdated.
No objection to the flag being named ImGuiConfigFlags_ConvertSRGBToLinear.
Drawing to a linear render target with this patch enabled : https://github.com/user-attachments/assets/dcbf2c5e-857f-4e4b-b7f4-e5c25bb29ed4 Drawing to a linear render target without this patch enabled : https://github.com/user-attachments/assets/ca15f2e0-dd77-4c69-8395-747278cf8b16