Skip to main content

About me

·378 words·2 mins
Adrian Has A Blog
Author
Adrian Has A Blog

I’m a WebXR developer pursuing my PhD in computational visualistics. My passions are computer graphics, image processing and visualization. In my free time, I love learning Mandarin Chinese and Korean.

Projects
#

  1. Japanese-Alphabet learning app

    12.2023 - 05.2024

    An app for learning the Japanese scripts which unlocks lessons step by step similar to the Korean learning app. The characters of these scripts are taught through multiple choice and rearrangement lessons. The app can be found in the following article.

    Learning the Japanese Scripts
    ·308 words·2 mins
    Japanese Study
  2. Korean number learning app

    10.2023 - 01.2024

    A language learning app that teaches about the Korean number systems. The content is split in smaller lessons that are unlocked successively. The app can be found in the following article.

    Learning Korean Numbers
    ·317 words·2 mins
    Korean Study
  3. Animal Chess

    12.2022 - 05.2023

    Typescript implementation of a Chinese board game called Animal Chess or Jungle that features a simple heuristic AI. The game can be found in the following article.

    Animal Chess
    ·460 words·3 mins
    Game
  4. Real-time Grass Rendering

    05.2018 - 10.2018

    GLSL
    Implementation of Eddie Lee's real-time grass rendering written in Go. The project consists of an infinitely repeating landscape that gets populated with grass blades. The application uses a LOD approach that simplifies grass blades in the distance. The grass blade movement is controlled by some wind vector field induced by the camera movement. The project can be found on Github.

    adrianderstroff/realtime-grass

    My implementation of Eddie Lee’s real-time grass demo

    Go
    7
    3