Maurice Tollmien

Results 15 repositories owned by Maurice Tollmien

Voronoi_Image_Manipulation

233
Stars
16
Forks
Watchers

A system independent tool for interactive image manipulation with Voronoi and Delaunay data structures.

skiplist

276
Stars
38
Forks
Watchers

A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist

compiler

245
Stars
21
Forks
Watchers

Compiler for a small language into x86-64 Assembly

Delaunay_Triangulation

257
Stars
39
Forks
Watchers

My own implementation of a Delaunay triangulation and Voronoi partition in Python applied to images.

Partikel_accelleration_on_GPU

256
Stars
22
Forks
Watchers

Particle accelleration with OpenGL 4.3, using the compute shader to calculate particle movement on graphics hardware.

Advanced_Algorithms

77
Stars
10
Forks
Watchers

Quick implementations of some advanced algorithms for searching, sorting and trees

advsearch

22
Stars
0
Forks
Watchers

A Go library for advanced searching in sorted data structures

Cloth_Simulation

83
Stars
16
Forks
Watchers

Cloth-Visualization via particle-simulation.

Energy-Dome_Terrain

29
Stars
2
Forks
Watchers

A visually appealing terrain visualization from real-world data with some extras, such as an animated energy dome, LOD tessellation and multisampling

Quaternion_Library

40
Stars
4
Forks
Watchers

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.