Lots of fun recently with text rendering, without OpenGL this time. Still #CommonLisp, SDL3, FreeType2, Harfbuzz and FontConfig. Here rendering one of its own code file.

Rendering the cursor made me realize the need to split grapheme clusters myself. One day.

@galdor Looks damn nice. How are you liking SDL3 with CL? I've seen a couple of people start to go this route.
@zyd It just works. They really cleaned up the API compared to SDL2. And I'm using SDL in general because I'm really not interested in trying to deal with X11/Wayland/MacOS/Windows, plus the insanity of input methods.

@galdor

I'm really not interested in trying to deal with X11/Wayland/MacOS/Windows

Feel you on that. I usually default to GLFW.