Lisandro Alarcón

Results 6 comments of Lisandro Alarcón
trafficstars

mdbook-katex looks good, though, looking at its API, it doesn't seem to support changing font color? This would render it incompatible with our themes. MathML doesn't look like its widely...

I think the "Common concepts" section should precede everything else, otherwise, really good job!

Yes, you're right, I was actually looking for arcade fonts for another project, and didn't realize these fonts were solely for use on the Playdate. I just found them useful...

First of all, thank you for taking the time to diagnose this! Support for SetTextureScaleMode seems to be somewhat hit-or-miss. It's only been available since SDL 2.0.12 (I had to...

Funnily enough, I've been working on a PlayStation emulator for about a year now, I had to write a fairly competent [BIN/CUE parser/loader](https://github.com/allkern/psxe/blob/cdrom-rewrite/psx/dev/cdrom/cue.c), so I could even help with that...

I created a [standalone repo](https://github.com/allkern/cue) for my BIN/CUE loading library with a couple extra bugfixes. The library is written in C and has no external dependencies. It should also work...