willhart.io ALL POSTS ALL TAGS

All posts

Embedded rust - comparing RTIC and embassy code electronics

Looking at the pros and cons of different approaches for running rust on STM32 microcontrollers

Read More

Adding comments with utterances random

Trying out comments via github issues

Read More

Headless bevy in a tauri app code gamedev

Use the bevy game engine as a headless backend for a tauri app, for fun and lols

Read More

3D printed flexure foot pedal project electronics

Designing a one-piece 3d printed foot pedal using mechanical flexures

Read More

Custom gaming foot pedals project electronics

I created a set of custom gaming foot pedals, basically because I had nothing better to do while in Covid isolation!

Read More

Optimising time to interactive, or rewriting my blog... again code random

What started out as experimenting with reducing the time to interactive resulted in me rewriting the blog... again. This time I've migrated to Zola.

Read More

CMOS analog clock random projects

A custom analog clock using CMOS components and LEDs for the digits

Read More

Tauri and Create React App Part 4 - Extending commands tutorials code

Part 4 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we extend our hook and command to support multiple counters.

Read More

Tauri and Create React App Part 3 - Commands as hooks tutorials code

Part 3 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we create a hook for invoking 'get/set' commands using the `useSWR` package.

Read More

Tauri and Create React App Part 2 - Commands code tutorials

Part 2 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we run through setting up and invoking a command written in rust.

Read More