Torphedo
Torphedo
I was recently tinkering with code patch BNPs, and was annoyed by how slow it was to test installing them (to see if the options were working). I was thinking,...
This pack calls a vanilla function every frame to put the current state of the controller at a specific point in memory. I was originally going to have each mod...
Is there some technical reason behind using a dynamic allocation for the `cgltf_data` output structure? Since it's a static size, I think it would be more convenient and practical to...
I'm trying to write an archiver with streaming write support (a simple format covered by the unpacked template). I implemented an `openWrite()` function I wanted to test, but `PHYSFS_openWrite()` never...
I'm using Speedscope to profile a small C# program (collected & converted by `dotnet-trace`), and it seems to load in Speedscope. But nothing ever renders (except some tooltips when I...