pkhead
pkhead
I have compiled some code from Haxe to C, but I am unable to build it on Windows using gcc. I am using gcc installed from MSYS2's mingw-w64-x86_64-gcc package. This...
This is a pretty neat library, but I have one minor qualm about it. It would be nice if, in the case where the pack function could not find a...
This pull request updates the generator to work with newer versions of Love2D, and also to work on Windows. Here is a comprehensive list of the changes I've made: 1....
i am unable to build on linux mint 22.1 cinnamon. this is the output of my latest static build: ``` ++ uname -m + cpu=x86_64 + case "$cpu" in +...
It would be nice if there were methods to obtain direct pointers to Lua strings. These would be an alternative to `CheckBuffer` and `ToBuffer`, though I wouldn't mind if `OptBuffer`...
This uses the same method as request_callback to make request_restart thread-safe. The restart will chronologically occur after the UI callback request is handled.
For context, I'm making a plugin which has a parameter that controls the generator type. For each generator type is a different set of parameters with different names, default values,...
Currently, when World:getEntities() is called after creating some entities but before a World:emit, the returned list in World:getEntities() does not actually reflect the current world state. I feel like this...