Tag Archives: Coding

Character Movement Enhanced Input System in Unreal Engine 5.3

By | March 29, 2024

The days of using the old input system in Unreal Engine are behind us. The new Enhanced Input system might seem daunting at first, but once you get started, it will make sense, and you can add all sorts of input in seconds! In this article, we will make a basic character movement system using… Read More »

Spring Boot Web as Standalone App

By | October 8, 2023

I created a very simple starter project for create web app with embedded Tomcat. This project is supposed to be runnable with just the war file. If you want to create it from scratch here are the steps. Step 0. Requirements I’m using the following: Step 1. Project/Code Structure Create the following code structure. I’m… Read More »