basvanrossem.com
projects log contact
$
    ↑↓ navigate ↵ open esc close / or ⌘K open

    projects

    8 things built

    tool ● active

    Tracr

    A personal time tracker built because nothing else fit the way I actually work.

    • TypeScript
    • SQLite
    • Bun
    • Node.js
    game ○ complete

    Ball of Sound

    A Unity AR game using Vuforia marker tracking and a custom HLSL shader to create a sound-reactive ball that responds to microphone input in augmented reality.

    • Unity
    • C#
    • Vuforia
    • HLSL
    esoteric ○ complete

    WTFZOMFG

    A Python interpreter for the WTFZOMFG esoteric programming language, written in a functional style for the ATP course.

    • Python
    game ◌ archived

    The Holy Bread of Takatiki

    A school project game with a database backend and some combat. Mostly ends up being a menu simulator.

    • C#
    • SQL
    other ○ complete

    Matrix screen

    That one part of the matrix with the symbols raining down. Made in JavaScript with p5.js — the characters actually fall, they don't just change in place.

    • JavaScript
    • p5.js
    other ◌ archived

    Homepage

    A personal browser start page with a clock, quick-access links, and a Google search bar.

    • JavaScript
    • HTML
    • CSS
    tool ◌ archived

    MPU6050 Arduino Library

    An Arduino Due library for the MPU6050 gyroscope/accelerometer chip, built on top of the hwlib library.

    • C++
    • Arduino
    tool ◌ archived

    Tilemap Editor

    A tilemap creator and editor written in C++ with the SFML library. Supports saving and loading files.

    • C++
    • SFML