Benjamin Adamson
Benjamin Adamson
Hey, I got a quick question for you. I've been doing some meta programming in my game lately, and I would like to group my list of "systems" into a...
Hey, it would be great if there was documentation for the API, so it's easier to understand exactly what the API is. The "data" proxy object is really neat, but...
Hey, I for some reason can't seem to get one of my systems to run in parallel. Could you take a look at my configuration? Basically one of my systems...
Hi, I'm wondering if you can see an easier way (for me the user) to get all the necessary include paths into my project more easily. To add #include to...
Hi, for the past few days I've been trying to figure out how to pass a `[T]` through to my shaders, as the last parameter of the SSBO. ie: ```glsl...
Hey, I'm getting this error when trying to combine my own parser using any of the macros, do you have any ideas on maybe I'm doing incorrectly? ``` #[phase(plugin)] extern...
Hello, I wanted to ask you if you thought it was feasible to report errors in basic_snapshot_loader and snapshot classes, or if I am missing something obvious. I use zppbits...
I believe I narrowed down a bug that I found using SDL 2.28.2. I found the bug present in both pdcurses release 3.9.0 and latest master commit. I'm unsure if...
In this code path, SDL_GetError returns "Parameter 'src' is invalid" after the call to initscr. The error comes from this code: https://github.com/wmcbrine/PDCurses/blob/f2d31a2633eb042f7bf1f79cba81522915a04579/sdl2/pdcscrn.c#L233-L237 I guess it's not valid to call SDL_LoadBMP...
Hello, this [line](https://github.com/boost-ext/ut/blob/bf8388f61103571dee3061a4ef23292a320d9dbf/include/boost/ut.hpp#L2178) is causing my compilation to fail to compile. It happens when my test includes libfmt: ``` home/badamson/projects/rrogue/source/external/fmt/include/fmt/format.h:328:33: error: two or more data types in declaration of ‘type...