Guillaume Jacquemin
Guillaume Jacquemin
I tried here with MinGW-w64 GCC/GDB on Windows, using both CLion and the MSYS2 build of Qt Creator (I don't use VS because it can't be used with GCC and...
For the MP3 loader, I see that there's [`dr_mp3`](https://github.com/mackron/dr_libs/blob/master/dr_mp3.h), which is based on minimp3. Since I'll have a need for a MP3 loader plugin in the near future, I'll look...
Personally, I'd like to see more 2D-focused examples, as many of the current examples are 3D-focused. Things like displaying a static 2D background, or using multiple images to create a...
I have a 75Hz VGA monitor, but sadly, the only two laptops I own that have a VGA connector can't be used for testing. :/
> something similar to python's `subprocess` for launching processes and managing their input/output Not gonna lie, this is something I'd be interested in.
Sorry for the late answer! I don't check GitHub as often as I used to. 😅 > `Show()` is allowed to be called in the constructor? [...] @williamjcm, you were...
> Oh, so you're saying it's backend-dependent? In a way, yeah. On Windows, wxWidgets will assert in the same way as on GTK when calling `wxGLCanvas::SetCurrent()` when the window is...
What about GitLab ?
Framasoft, a French non-profit organisation, hosts their own GitLab instance called [Framagit](https://framagit.org).
I am also unable to statically link `libcurl` to my projects, which is gonna be an issue since I absolutely need to do static linking for them. The errors I...