recreational.tech/content/projects.md
2025-04-16 14:32:32 +02:00

33 lines
1.2 KiB
Markdown

---
title: "Projects"
date: 2025-04-16T11:43:00+01:00
draft: false
type: "page"
---
You can find the source code for some of these projects at [gitea](https://libneat.hopto.org/git).
# Wolves Of The Mystical Forest
A rogue like that was submitted to the [7DRL Challenge 2023](https://itch.io/jam/7drl-challenge-2023).
The game is themed around wilderness exploration.
You can find it on [itch.io](https://fumblegames.itch.io/wolves-of-the-mystical-forest).
![Gameplay of Wolves Of The Mystical Forest](/wolves.png)
# rt_replay.h
A single header C99 library for input recording & replay.
# GPU Algorithm for Dynamic Time Warping
My bachelor thesis delt with implementing an GPU algorithm for time series comparison.
A paper describing the implementation was published at the [PARS-Workshop 2019](https://fg-pars.gi.de/veranstaltung/pars-workshop-2019).
The paper itself can be found [here at page 63](https://dl.gi.de/bitstream/handle/20.500.12116/33861/PARS-Mitteilungen_2019.pdf).
# Krimi Dinner Engine
A simple base layer for a murder mystery dinner game.
The game itself is not by me, but i contributed the basic technology for rendering and android & windows compatibility.