JBJesper Bisgaardinthoughtby.me·Jul 28, 2023 · 6 min readRunners Initiative manager v2After struggling for some time with my previous Tauri app, trying to get it to stability connect to Surrealdb I have finally had to give up. I constantly ran into the app restarting because a setting in the DB had been changed, without any apparent r...00
JBJesper Bisgaardinthoughtby.me·Jun 24, 2023 · 8 min readBuilding a Tauri appFor the next project, I want to create a Tauri app to manage initiatives for one of my all-time favourite roleplaying games "Shadowrun". I created a similar app many years ago using Jquery mobile and PhoneGap, and since these technologies have been d...00
JBJesper Bisgaardinthoughtby.me·Oct 5, 2022 · 9 min readCreate Minesweeper UIFollowing up on my last article on building the minesweeper game we will now create the UI for the game. First, we will do some cleaning to make the code more readable in the future. We will move the MineSweeper struct and implementation into its own...00
JBJesper Bisgaardinthoughtby.me·Sep 6, 2022 · 8 min readCreate MineSweeper in RustFor the next exercise, I want to create the classic game MineSweeper in Rust. Microsoft MineSweeper was included in Windows 3.11 and was a copy of another game Mined-Out. You can check the wiki page here. Credit due, much of this is based on this vid...02EN
JBJesper Bisgaardinthoughtby.me·Jul 29, 2022 · 10 min readWebUI for wordle in RustFollowing up on the articles about building a wordle implementation in Rust I also wanted to understand how I could provide a web interface for the game using web assembly. There are a few ways to compile rust to web assembly there are a few packages...00Z