Header Background
World of mars3142
1 min read

Blog Rewrite

WordPress, Hugo and SvelteKit

Blog Rewrite

Years ago, I started a blog about my time in Hamburg ("Die Wahl-Hamburger"). I used a self-hosted WordPress instance, as it was the most popular blogging platform at the time. I tried to find a screenshot on the Wayback Machine, but I couldn't find one. After some time, I stopped blogging, but now I'm back at it. Today, the easiest approach for blogs is using static site generators like Jekyll or Hugo. Initially, I used Hugo, and it worked fine.

6 min read

wxWherigo

Desktop Wherigo Player with wxWidgets

wxWherigo

The Idea I have been a Geocacher for a long time, and it has always been my wish to complete electronic caches alongside the classic ones. For years, there have been so-called Wherigo Caches. As you can tell from the website, these types of caches aren't really maintained anymore. This is also evident in the technology used. They are scripts built internally using the programming language LUA in version 5.1.4.

1 min read

New Wiki

Show Off My Projects

New Wiki

For years, I've been immersed in creating various projects, and a thought has been brewing for a while: how can I best share the technical journeys and a-ha! moments behind them? Well, last month, I finally brought that idea to life! I'm thrilled to announce the launch of my brand-new project wiki – a dedicated space where I'm documenting the technical ins and outs of the creations I've developed over the years. Think of it as a peek behind the curtain, a place where I get to "show off" a little of the problem-solving and engineering that went into each one.

2 min read

Godot and Firebase - Part 2

Login with Username/Password

Godot and Firebase - Part 2

The first part of this tutorial was about the backend setup and this part will handle how to use the Godot Engine to combine the custom backend and Firebase to create a login with username and password. I highly recommend a layered architecture (like Game Development Center's playlist for Dedicated Multiplayer), but within my sample I use only a single Godot project with the minimum code to use Firebase with Godot.

5 min read

Godot and Firebase

Login with Username/Password

Godot and Firebase

Multiplayer games need some form of user authentication. To build a custom backend is a hard part, but to create secure user authentication is another story. For saving the user/game state you can use different approaches. In my case I wanted to use Firebase, but the primary authentication for Firebase is via email and password. This will be a two part tutorial for using Godot with Firebase with username and password.

© MMXXVI mars3142