I did this in 2020 and then again in 2021, but I’m in the mood to look around again. Let’s look through Are We GUI Yet? and see what’s up these days. (more…)
Read more »
I’ve been working on a video game for some time now. This game has a lot of 2D spacial data I want to query.But most of this data is sparse, so using a grid would waste a lot of memory.As an optimization I employed a linear Quadtree. In this post I’ll exp... (more…)
Read more »
Learning how to play guitar with Ratatui and embedded Rust (ESP32) - orhun/tuitar... (more…)
Read more »
The Raspberry Pi is a very powerful computer in a tiny package. The cheapest option, the Raspberry Pi Zero, is capable of running a fully featured Linux distribution and driving a high definition display. It is the size of 3 coins (US Quarters) and costs ... (more…)
Read more »
Installing and configuring a development environment to cross-compile rust programs for the AVR architecture and the Arduino UNO board. (more…)
Read more »