Ryan C. Gordon

Results 1356 comments of Ryan C. Gordon

> Can you add wiki bridge support for hints as well? I think they'll probably come with the `#define` support, but if not, yes, we can add that.

> Make a YouTube video where I upgrade [DirkSimple](https://github.com/icculus/DirkSimple) from SDL2 to SDL3. Something like ioquake3 might be cool too, while I'm thinking about it.

Spent the weekend working on the wiki bridge. Now it can do structs, unions, enums, and macros. I'm still tweaking the code, but now this is also causing a big...

> I would like to see a tutorial on a 'recommended cross-platform workflow'. Strictly speaking, this is what https://github.com/libsdl-org/SDL_helloworld is for, but it could use some more love.

Okay, I'll see if I can make a quick video for that!

> I'm still tweaking the code, but now this is also causing a big task of cleaning up stuff that was already written for the wiki for some of these...

This is intentional since it clutters up the headers, and honestly most example code you'd write for a single function is very close to useless, imho.

Generic typedefs (if they have a Doxygen-style comment right above them, mind you) are bridged to the wiki now. A lot of these are useful in the name of completeness,...

Probably. I'll take a look.