Maurice Tollmien
Maurice Tollmien
Voronoi_Image_Manipulation
A system independent tool for interactive image manipulation with Voronoi and Delaunay data structures.
skiplist
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
Delaunay_Triangulation
My own implementation of a Delaunay triangulation and Voronoi partition in Python applied to images.
Partikel_accelleration_on_GPU
Particle accelleration with OpenGL 4.3, using the compute shader to calculate particle movement on graphics hardware.
Advanced_Algorithms
Quick implementations of some advanced algorithms for searching, sorting and trees
Energy-Dome_Terrain
A visually appealing terrain visualization from real-world data with some extras, such as an animated energy dome, LOD tessellation and multisampling
Quaternion_Library
A small library that capsulates most commonly used operations on Quaternions. Also a small sample implementation, that rotates an object around an axis, using Quaternions.