Scrollbars are awesome
Today I hacked my scrollbar to work as it does on the browser. Hacked because, I couldn't get the math right and kept missing the bottom by a bit. So when it reaches the end I just put it in the right place. I know it's…
Today I hacked my scrollbar to work as it does on the browser. Hacked because, I couldn't get the math right and kept missing the bottom by a bit. So when it reaches the end I just put it in the right place. I know it's…
Till about three weeks ago, I had no idea about raylib. Now I'm absolutely loving it. To be fair I had no idea about how text actually got rendered on the screen, how fonts worked and so on. Did you know that font files (.ttf) have actual curves…
It was the simplest of all windows. Just a white background, but it was something I was so terrified of, since I've been a web developer primarily for the last five years. Even as a concept I had no idea, how I could get the OS to open…
Usually I take Mondays off. I don't know what it is about this day, but it just makes me quite anxious. I've written about it a few times before. Today was no different. Woke up the same time as always, that was the only thing that…
Read a comment on Ziggit that just made my day. One of the things I've been enjoying while learning Zig has been that it's a fairly new language. This has some unusual and unforeseen benefits. Also I've been able to see first hand how…
Last month I was building a browser in Go because I came across this book, it is safe to assume that a lot less work was done last month. That would have been okay on its own. It would definitely qualify as getting nerd sniped. After writing all the network…
I decided to dive deep into Zig on the 26th of October 2024 with an approach I've stumbled across and got inspired by others over the years of learning languages. It is quite simple a process, read the language reference, use the standard library and it's…
I've called it grome, outside of a fun exploration it's not very useful. Credit to the Browser Engineering book, I've pre-ordered my copy and can't wait to continue working on the browser when it arrives. The code is pure spaghetti, and I…