Some Processing 4 Snippets
Here are some Processing 4 code snippets: Find pixel width of a string If you have a string text and you want to find the width of it in pixels, use: textWidth(text); // Where text is a string Fo...
Here are some Processing 4 code snippets: Find pixel width of a string If you have a string text and you want to find the width of it in pixels, use: textWidth(text); // Where text is a string Fo...
In this article, I’m going to show you how to add dark mode to your LCL application on Windows (and Lazarus IDE too!) PS: This method is for Windows only. Other platforms do not need this method...
Windows kinda sucks by default… Here are some tools and mods that allow you to tweak various Windows settings to hopefully make your Windows experience better: Windhawk It allows you to mod variou...
Here’s a quick overview of my Linux (Gnome) setup: Utilities I use I use the following utilities to extend my Gnome desktop: Gnome Sushi for quick file viewing (sudo apt install gnome-sushi) ...