willhart.io ALL POSTS ALL TAGS

All posts

Tauri and Create React App Part 1 - Setup code tutorials

Part 1 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we set up tauri and CRA ready for dev.

Read More

Recreating the blog in NextJS random projects

Its that time again when I rewrite my blog, but this time its statically generated using NextJS

Read More

Thesis writing in Markdown - pandemic and pandoc tutorials phd

A description of the build system I'm using to build my PhD thesis in markdown and LaTeX

Read More

Replacing Electron with C# WebView (Windows Only) tutorials phd

A brief look at the WebView libraries coming to C# WPF

Read More

Creating a REPL for hacking on a firestore backend code tutorials

Using a node REPL to simplify playing around with a firestore backend.

Read More

First impressions: converting a React/Firebase project to GraphQL code

I've recently moved a firebase project to GraphQL, here I talk about the my first impressions of migrating to GraphQL.

Read More

Connecting Players with Firebase and Unity [Part 2] code gamedev

Part 2 of a tutorial on hacking firebase support into Unity (for desktop builds)

Read More

Connecting Players with Firebase and Unity [Part 1] code gamedev

Part 1 of a tutorial on hacking firebase support into Unity (for desktop builds)

Read More

Making game assets using OpenSCAD tutorials code gamedev

Using a surprising tool to build game assets, based on some work I did building samples for experiments at the Australian Synchrotron

Read More

The Perils of Unity's execution order code gamedev

A deep and confusing dive into Unity's execution order

Read More