Samuel Nicholas
Samuel Nicholas
**Channel** Is this a "The [Fill in the Blank] Programmer" episode request **Topics** First look codebase investigations, for various open source software, often times getting from zero to one is...
removed dependency on aubio This pull request is just so you know i'm looking into it. I will update it as i get further along.
### Godot version 4.2 ### godot-cpp version 4.2 ### System information windows 11 - mingw64 ### Issue description Initial compilation of the godot-cpp takes upto 17 minutes to link when...
I compile on Windows with MSYS2-ucrt64 While testing this out I would get a segfault on startup when Tracey wanted to intialise. Looking around I found this issue of someone...
This PR builds on https://github.com/godotengine/godot-cpp/pull/1595 In this PR, I hope to consolidate all the existing code into one style so that we can start adding things that exist in the...
### godot-cpp version 27ffd8c6be614b283b1228c3f8476db25070c00f ### System information Windows 11, Msys2/clang64 ### Issue description Compiling for Windows on Windows using the MSys2/clang64 environment shell. Using compile command: `scons verbose=yes use_mingw=yes use_llvm=yes`...
A recently submitted issue i godot-cpp highlighted the fact that for emscripten builds need a specific inclusion to occur prior to the project command , but after the updating of...
While testing the ai generated commit messages using ollama, i noticed that after a certain point the AI just ignores the instructions and goes off on crazy tangents. This happens...
This is really rough atm, its late and I just wanted to get what I had up in case its a completely wrong direction to take. I've been trying to...