Projects

This is a showcase of some of my projects and their code documentation.

Libraries

nimcatapi nim

nimcatapi allows you to request images from the thecatapi and thedogapi.

nimegenerator nim

nimegenerator is a basic name generator.

WebsiteGenerator nim

WebsiteGenerator is a library that allows you to generate static HTML and CSS. The website you are seeing right now is, in fact, also generated using this library!

CatTag nim

CatTag is also a library for generating static HTML/XML and CSS. This is the spiritual successor to WebsiteGenerator

HolidAPI nim

HolidAPI is a collection of API wrappers for Holiday APIs, which supports many countries.

Applications

gitman nim

gitman is a cross-platform application to manage and update your cloned git repositories. Useful if you build software form source and want the repositories to be kept up-to-date on your system!

brainimfuck nim

brainimfuck is a Brainfuck interpreter with built-in syntax checking and error highlighting.

CardGenerator nim

CardGenerator lets you generate playing cards, while only focussing on the art and not the tedious work of manually compiling the final card image.

HzgShowAround nim

HzgShowAround is a website for the people in the 'Herzogsägmühle' rehab, showing them around the place with the help of a map and keeping them up-to-date with the newsfeed.

FloppyBird lua

FloppyBird is a basic FlappyBird clone written in Lua using the Love2D game engine.