Skip to content
View MauriceGit's full-sized avatar

Block or report MauriceGit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • My solutions for the advent of code puzzles (AOC)

    Python 1 Updated Dec 28, 2023
  • Small example of a project, that uses variance shadow maps with hardware Multisampling.

    Go 2 Updated Dec 19, 2023
  • skiplist Public

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

    Go 276 38 MIT License Updated Jan 31, 2023
  • compiler Public

    Compiler for a small language into x86-64 Assembly

    Go 247 21 Updated Oct 19, 2022
  • mtOpenGL Public

    Some utility functions for framebuffer and texture creation

    Go MIT License Updated Sep 13, 2022
  • Carcassonne Public

    Go Updated Dec 3, 2021
  • An interface that interacts with an XBox One controller via the usb stream. With simple methods for object or camera control (i.e. for OpenGL contexts).

    C 132 10 ISC License Updated Feb 25, 2021
  • A system independent tool for interactive image manipulation with Voronoi and Delaunay data structures.

    Go 233 16 MIT License Updated Feb 2, 2021
  • Go 1 1 MIT License Updated Jan 30, 2021
  • sweepcircle Public

    Go MIT License Updated Nov 16, 2019
  • game Public

    JavaScript 1 Updated Sep 10, 2019
  • A small but useful command for a linux shell. It makes the bash history more easily accessible than cmd+r.

    Shell 19 3 ISC License Updated Aug 27, 2019
  • quadtree Public

    Forked from asim/quadtree

    QuadTree implementation in Go. Includes remove, update and knearest functions.

    Go MIT License Updated Aug 11, 2019
  • Quick implementations of some advanced algorithms for searching, sorting and trees

    Python 77 10 ISC License Updated Aug 1, 2019
  • mtVector Public

    A short vector library with all necessary operations for a Delaunay triangulation, including optimized matrix multiplication

    Go 1 1 MIT License Updated Jun 22, 2019
  • My own implementation of a Delaunay triangulation and Voronoi partition in Python applied to images.

    Python 263 40 ISC License Updated May 17, 2019
  • mtGeometry Public

    A small utility package for creating OpenGL Array and index buffers for some predefined shapes

    Go MIT License Updated Mar 17, 2019
  • awesome-go Public

    Forked from avelino/awesome-go

    A curated list of awesome Go frameworks, libraries and software

    Go MIT License Updated Jul 25, 2018
  • advsearch Public

    A Go library for advanced searching in sorted data structures

    Go 22 MIT License Updated Jul 18, 2018
  • tree23 Public

    An implementation of a balanced 2,3-tree that allows accessing next/previous elements in O(1) at all times.

    Go 8 1 MIT License Updated Jul 18, 2018
  • A comparison of skip lists written in Go

    Go 5 2 MIT License Updated Jul 14, 2018
  • A visually appealing terrain visualization from real-world data with some extras, such as an animated energy dome, LOD tessellation and multisampling

    Go 29 2 MIT License Updated Jan 27, 2018
  • A marching cube algorithm, that is executed in parallel on the GPU, using compute shaders. This will later enable a highly parallel creation of advanced landscape/terrain structures in potentially …

    Go 10 1 Updated Nov 12, 2017
  • A Go implementation of a voronoi tessellation with the divide and conquer algorithm. It is still work in progress and not yet working properly!

    Go 2 1 1 issue needs help Updated Aug 3, 2017
  • One particle per pixel on the screen with an orthogonal projection in OpenGL. All particles are then initially colored according to an image. On space, some physics are applied to the particles.

    Go Updated Jun 6, 2017
  • Go Updated Nov 19, 2016
  • Small vector library in C, containing all basic vector operations.

    C 4 ISC License Updated Oct 10, 2016
  • Basic Python library for training and prediction of a neural network with backpropagation and gradient descent.

    Python Updated Oct 6, 2016
  • A C++ client for our programming challenge (2016) supporting an X-BOX-Controller.

    C++ 1 Updated Sep 10, 2016
  • 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.

    C 39 4 ISC License Updated Sep 7, 2016