cimgui-sokol-starterkit
cimgui-sokol-starterkit copied to clipboard
A minimal self-contained Dear ImGui starter project for Windows, Linux and macOS.
Is it some issue on my end? ``` C:\Development\C++\cimgui-sokol-starterkit\wasm>cmake --build . Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. cimgui.vcxproj -> C:\Development\C++\cimgui-sokol-starterkit\wasm\Debug\libcimgui.a...
The visual and logical positions of my mouse cursor are not the same. If I draw a software mouse at the location where imgui thinks it is, it gets quite...
Line 5 of sokol.c #define SOKOL_D3D11 doesn't build with GCC. #define SOKOL_GLCORE33 worked fine for me.
How should I go about using sokol with imgui on M1 mac with C++20? I tried naively removing the cimgui wrapper, and changing the CMAkefile, but on mac, the sokol.c...
#### System Info * macOS Ventura 13.5.2 * Xcode 15.0.1 #### Issue After updating to e63a36d31f06de4c71ffed3ff505c8b5b93e51d8, the UI window doesn't render. Building from previous commit (16c9bb188713c908240939992e239264ff2018e6) works: #### Steps to...
Hi, I have built cimgui as a library and I'm using your Nim bindings already - how would you recommend I use sokol_imgui.h with Nim?