Theo Paris

Results 155 comments of Theo Paris

Alright, I'll try debugging it further. Also, I just ran the blade bunnymark demo with GLES and it worked fine 🤔

Would adding pkg-config support also be acceptable, maybe with the vendored jemalloc sources being used as a fallback?

I was going to test this PR myself but I noticed that when `-DENTT_MODULE=ON` it causes an error when `-DENTT_INSTALL=ON` is also set. ``` CMake Error at CMakeLists.txt:307 (install): install...

I also encountered these errors when compiling Clay with Oglo's C99 project with Clang: ``` FAILED: [code=1] CMakeFiles/zynth.dir/src/node.c.o /usr/bin/cc -DGRAPHICS_API_OPENGL_ES3 -DPLATFORM_DESKTOP -I/Users/theo/Documents/zynth/src/build_mode_headers/debug -I/Users/theo/Documents/zynth/deps/clay -I/Users/theo/Documents/zynth/deps/clay/renderers/raylib -I/Users/theo/Documents/zynth/deps/oglo-lib/src/include -I/Users/theo/Documents/zynth/build/include -I/Users/theo/Documents/zynth/deps/raylib/src -I/Users/theo/Documents/zynth/deps/raylib/src/external/glfw/include -I/Users/theo/Documents/zynth/deps/nfde/src/include -g...

I ran into this as well when compiling [jj-cli](https://github.com/jj-vcs/jj) with rust 1.87.0 using `cargo install jj-cli --no-default-features --features git,watchman`...