Skip to content
View douira's full-sized avatar

Highlights

  • Pro

Organizations

@IrisShaders
Block or Report

Block or report douira

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
douira/README.md

Hello there 👋

I very recently completed my Master's of Computer Science at the University of Lübeck and am now looking for a job. Let me know if you have something exciting! I'm interested in algorithm development, complexity theory, generative art, game technology, and interface design.

My Projects

  • My Master's thesis: Implementation and Analysis of Geometric Algorithms for Translucency Sorting in Minecraft. You can download the thesis text and accompanying presentation.
    These two PRs #2016 #2352 are the implementation of translucency sorting in Sodium.
  • The Resolution Editor is a document management and editing software for use at MUN conferences like MUNOL.
  • glsl-transformer: A GLSL program transformation Java library based on ANTLR 4, used in Iris.

Pinned

  1. CaffeineMC/sodium-fabric CaffeineMC/sodium-fabric Public

    A Fabric mod designed to improve frame rates and reduce micro-stutter

    Java 4.5k 744

  2. IrisShaders/glsl-transformer IrisShaders/glsl-transformer Public

    An advanced Java library for GLSL parsing, program transformation, and printing that uses ANTLR4. Developed and maintained by @douira.

    GLSL 40 4

  3. island-tiles island-tiles Public

    A simple island themed tile based puzzle game

    JavaScript 1

  4. image-3d-histogram image-3d-histogram Public

    displays the color frequencies of an image as a cloud of colored cubes in 3d space

    Processing 3 1

  5. parenthis-lang parenthis-lang Public

    (parenthis) is an esoteric programming language

    JavaScript 1

  6. chess-uni chess-uni Public

    Chess engine, UIs and a simple chess AI made for a university project course

    Java