Project Page
A website where you can find an overview of my recent projects
Java Libraries
Projects I did for fun
I have created three libraries for Java. Two that improve console outputs and one that simplifies
the creation of graphical menus.
JavaLogger is a library, that simplifies the
creation of logs. It can print to the console, create log-files and send events to Mixpanel.
The design, layout and information of each log-line can be highly customized.
JavaConsoleGraph is a library, that
makes it very easy to create tables and graphs in the console.
JavaGUIMenu is a library, that makes it very
easy to create simple GUI menus.


RecipeView
University project
This was a project during my studies that I did together with another student. It is a website that shows a lot of different recipes, that get loaded from a database-api. The source-code of the project is available in a GitHub-repository and the website is hosted here.


Creative Coding
University project
This project was part of my studies. It is a collection of multiple small artistic programs,
written with Processing. Most of these programs are
variations of exercises, that we were given in the lecture.
The project also contains two larger programs: A synthesizer and a MIDI-sound-mixer. Both use
completely custom GUIs. The entire source-code is available in a
GitHub-repository and the compiled project
can be downloaded here.


Space Games
University projects
During my studies, I created multiple games, of which I will introduce two of them here. Both of
them were made in Unity.
The first one is a 3D first-person space-shooter called
'Asteroid Starfighter'. It was created in
one semester with the help of three other students. In the following semester, me and
one of the other students continued to polish and
improve the game. The final version can be downloaded
here.
The second game is called 'Build a Shoot.
It is a 2D game where you first have to build a spaceship and then control that spaceship in a
Space-Defender-like way. I created this game with the help of three other students. The final
version of the game can be downloaded
here.


Language Generator and EDCT
Projects I did for fun
I made these two tools, to simplify some tasks I had to do.
The EDCT was a tool for a video-game. It collected
data from various online-sources and used it to calculate trade-routes within the game. The tool
no longer works, because the websites, where data was collected, changed their layout, and I did
not update the tool anymore.
The Language Generator is a tool, that I
have developed, to create random words. It is very useful for world-building, which is what I
created it for.


Deep-Magic Minecraft Mod
Project I did for fun
This project is a mod for the video-game Minecraft. It is a very large project that changes a lot in the game. I never had enough time to finish it, but a playable version can be downloaded here. The source-code of the project is available in my GitHub-repository.

