Tidbits of mind leakage
Following up on my previous post about making the Pascal IDE Lazarus look more modern by docking its floating windows into one (and arguably more comfortable to some) single program window, this time I’d like to write about a dark-mode package which makes not only the IDE itself run in dark-mode on MS Windows, but even allows you to support dark-mode in your own applications.
I hop between Windows 10 and Linux Mint constantly. The basic Lazarus components work fine without much changes need, if any at all. However, I wanted to use SDL2 as a form component because CPU rendering was too slow for my needs. I had for the first time to actually use compile time conditionals for these GTK2 specific problems to get SDL2 running without any issues on Linux Mint.
If you dislike using the Free Pascal and Delphi compatible IDE Lazarus simply because of its unique detached window layout, you can enable a package that already came with your install of Lazarus to change that.
I’m fascinated by very low-poly 3d models with low resolution textures. It’s something that I adore. Alongside it, I’m also interested in trying to combine pixel art with 3d models. Thus, I’m writing this article mostly for myself since I tend to forget this stuff.
With Heaps.io game engine’s lack of proper documentation a pinch of banging your head against the wall is needed. Especially if you’re like me and have very little knowledge about game-making or just programming in general.