I need a break from my usual side projects, do I decided to start a new one 🤦♂️.
I love Computer Graphics, and I love interacting with drawing libraries. I also love drawing, but I’m not very good at it. Computers and math, however, let me do it.
So I’ve decided to create a drawing library from scratch. I’ll do everything from the ground up, and I’ll try to explain everything as I go.
I, of course, don’t mean to do this by first designing a computer, so, what from scratch means here? I want to get started with at least something that lets me draw pixels in a screen. Again, this could pretty much be anything that would draw from a buffer, but there is some limitation in what
I The first thing I want to do is to create a small dev