Marc-Alexandre Espiaut

Results 31 comments of Marc-Alexandre Espiaut

Hello, Thank you for your fast and detailed answer. I thought that the Godbolt decompiler was supporting Open Watcom, but upon inspection, this isn't the case. The project https://github.com/dethrace-labs/dethrace is...

Hello, Thank you infinitely for your answer. Before anything, I would like to precise that `zsv` has been extremely helpful, as I wanted to speed up a shell script that...

Hello, I've tried to reproduce your (@FrostKiwi) example code using the SDL2 Surface backend, and the whole context crashes when trying to display `NK_IMAGE_TILE`. https://github.com/Immediate-Mode-UI/Nuklear/assets/76531574/a5d26ac3-2021-4e93-867d-bb7324010a7a Here's my modified `nuklear/demo/sdl_renderer/main.c` with...

> I followed your example and implemented it in SDL_renderer, loaded up the texture via `SDL_Texture *texture = IMG_LoadTexture(renderer, "bin/bunny_wide.png");` and let it run in `NK_IMAGE_TILE` mode. Same deal, the...

Hello, Yes, @rohlem @Triscuit2311 I do know about the workaround of using `-Werror` to see warnings when building a C project. However, I, for one, would like to see a...

> http://tfc.duke.free.fr/coding/mdl-specs-en.html > > Looks like a pretty simple and open format. > > If youd like to contribute, I suggest joining our discord, we will assist you with the...

I have tried adding the following into `f3d/plugins/assimp/CMakeLists.txt` but, while it compiles successfully, it doesn't make F3D recognize MDL files. ``` f3d_plugin_declare_reader( NAME MDL EXTENSIONS mdl MIMETYPES model/mdl VTK_IMPORTER vtkF3DAssimpImporter...

Hello, I would like to add my support to this issue of being able to download nightly builds. I use Linux instead of Windows. But I think that it would...

``` $> scc (fd -t f -e h -e c) ─────────────────────────────────────────────────────────────────────────────── Language Files Lines Blanks Comments Code Complexity ─────────────────────────────────────────────────────────────────────────────── C 297 106736 9116 10148 87472 15459 C Header 219 52709...

There is, but the stack trace have few debug symbols, despite being compiled with `cmake -D CMAKE_CXX_FLAGS="-ggdb3 -O0" -S . -B build` ``` Version: 3.2.5 No current action Operating System:...