update projects

This commit is contained in:
Kevin Trogant 2023-03-18 10:39:24 +01:00
parent 2cf38aba76
commit 176b9b9a13

View File

@ -7,16 +7,20 @@ type: "page"
You can find the source code for some of these projects at [gitea](https://libneat.hopto.org/git). 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)
# NVR # NVR
A VR engine intended for a series of fantasy games. A VR engine intended for a series of fantasy games.
Because of a shift in focus, i recently began a rewrite of this from scratch, but it is based on a previous engine called n2. Because of a shift in focus, i recently began a rewrite of this from scratch, but it is based on a previous engine called n2.
# buildbot
Born out of dissatisfaction with existing CI tools compatible with gitea - mainly because of complicated configuration.
This is my attempt at building a very simple CI tool that does exactly what i need.
# rt_replay.h # rt_replay.h
A single header C99 library for input recording & replay. A single header C99 library for input recording & replay.