Collection of public art. Intermural is a work in progress.
Service is written in C# (ASP.Net with EF Core). Front end is Blazor WASM. Service uses OpenID to identify and authenticate users.
A toy app to demonstrate a path drawing system I created, along with basic shader, UI, and algorithm skills. Each hexagon is at a different height and paths are minimized with respect to combined distance and height change.
Created with Unity. Paths use a custom shader operating on signed distance fields (SDF) with textures used for color mapping. SDF is generated in vertex shader, allowing for fast updates to path structure.
Fast paced visual perception game for one or more players. Find a card from your hand that has a single difference with the current top card. Your opponent, however, may find one first. Works best on large touchscreens.
Graphical entities are .svg created in Inkscape. Front end is Typescript. WebRTC technology was used to get the fastest response time possible for multiplayer game. All game logic takes place on a host device. The signal server is written in C# (ASP.Net with EF Core).
Arithmetic practice for kids.
My kids needed some arithmetic practice. I took a brief look at the math exercise apps available and decided they didn't encourage reflexive responses.