@icculus I was looking into libvorbis docs just now. And, yes. I'll tackle that later and keep my SDL_mixer dependency for a while longer. physfs -> libvorbis -> SDL_AudioStream wasn't a 30 min hacking session quick swap.
@icculus Granted your mind might be other places today.
I just checked out the new audio system in SDL3. Awesome work BTW. Does this put SDL_mixer in an odd place? Seems like the new virtual device system and simplicity of it all puts SDL_mixer in an odd place?
I wonder if @elonmusk is happy with the renaming of "Twitter" to "X, formerly Twitter". The latter doesn't really roll off the tongue, does it? #twitter#TwitterX
Every post-ap movie or tv-show usually has the classic derelict building leaning on another derelict building. Do architects and construction engineers take this into account when building sky scrapers? #movies#construction#engineering
@pikuma The backslash continues the line and will mess up initialization of ‘c’.
The fact that a,b and c are copies from vertices and not pointers annoys me though. Such a waste of memory.
Someone in the graphic design department at the FBI is really loving their job lately: “in a unique display, law enforcement took an unconventional approach by also featuring handcuffs added to Pompompurin's avatar in the seizure banner” https://t.co/08JCHmBRpo
I've coded and worked with C/C++ for a very long time at this point. Still, today was the first time I ever opened a core dump in gdb. Who'd have known how handy those can be? #dev#segfault
Changing SDL's dynamic API environment variable to accept a colon-separated list of libraries, so you can specify both a 32-bit and 64-bit library, and thinking about all the people said that FatELF was a solution in search of a problem.