Tag: C

C programming language.

  • Random code from 2023

    I remember back in the old days of 2023, when I was living in my apartment alone and was kinda bored, I would write some code that didn’t really do anything, but that would outline some general techniques for writing games. I wouldn’t do much, because the laptop I was using was an extreme potato. But you gotta admit taskbar is clean.

  • Rendering a .png

    I managed to render it inside a WinAPI app. It’s a quick one, just to test for the actual application, which is Garden.
    You can check out the test app here.

    Gray, RGB(64, 64, 64) is app’s background color. If you ever need help with how to merge stbi_image and Win32, the repo is for you!