“sdl”
Making Custom Fonts With SDL
Post
August 05, 2020I've been playing around with making custom glyphs that would be translated into a SDL texture. I wanted to start out by taking an array of 8 bytes for each...
Custom Font Texture Loader With SDL
Post
August 12, 2020Last time, I went through the process of transforming bits from a series of bytes to pixels in a texture, making a custom character render on the screen. Expanding...
Render Text with SDL
Post
November 28, 2020A few months ago, I created a system to load a series of bytes and transform then into a SDL texture that could then be clipped and rendered as individual...