recreational.tech

Current Projects

rt.core is the name of my personal C base layer. It consists of a base library (rtcore.h) containing all sorts of utilities that I use for my own code and a growing collection of various other libraries.

rt.engine is my own 3d game engine. It's written from scratch in C99. Currently, it's not available to the public, but this might change in the future once the project matures a bit more.

Wolves of the Mystical Forest

A rogue like that was submitted to the 7DRL Challenge 2023. The game is themed around wilderness exploration. You can find it on itch.io.

Screenshot of Wolves of the Mystical Forest

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. The paper itself can be found here at page 63 (Link to 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, iOS & windows compatibility.