My Projects

Personal projects that are not confidential (patents) or research.
Version v0.0.4
Updated
Author Tiernan Lindauer License MIT
Lofall screenshot
Lofall
A four-dimensional platformer that runs in any browser — no install. You navigate 3D cross-sections of 4D space: rotating the w-axis reshapes the world, revealing hidden platforms and vanishing others. Procedurally infinite seeded universe with named biomes, 4D geometry, and a von Neumann drone swarm to sever at its root. Email me if you're curious.
JavaScript HTML
Redsim screenshot
Redsim
Discrete-time simulation of an early Mars outpost. Models environmental physics, life-support systems, power generation, resource loops, agent physiology, and base operations — all exposed via a REST API, a Next.js dashboard, and a Java 3D graphical client.
Java Typescript Python
Intellistream screenshot
Intellistream
Real-time predictive conversational intelligence for meetings, with a free tier available.
Java Typescript AI
Syngrafi screenshot
Syngrafi
Universal scripture study with highlights, notes, and tags, powered by semantic search. Supports the Bible, Koran, Bhagavad Gita, The Book of Mormon, and more.
Typescript AI
Wormhole Simulation
Wormhole Simulation
C++ OpenGL
photo-library
A sophisticated photo management system that enables semantic search, facial recognition, and temporal organization of your photo collection. The system processes images to extract embeddings using CLIP, detects and clusters faces using face_recognition, and stores everything in a LanceDB database for efficient retrieval.

With this system, you can store and search through your family photos locally! There are NO API calls and NO internet connectivity is required. Your personal photos stay private.
Python Typescript
Project 2
kinect-terrain-tracker
A fast and efficient floor detection system using raw depth data from the Xbox One Kinect, projecting the detected floor into a bird's-eye view with dynamic calibration.
C++
4D to 3D Projector
4d-projection
Loads 4D meshes and renders them in 3D using hyperplanar slices.
Python
3D chess board
chess-3d
A true 3D chess game, allowing pieces to move in 3D, w/ toptobes.
Python Typescript
Driver code
coyote
A pathing and control library for 2-wheel differential swerve drives. I also used CAD to design the drivetrain & built it.
Java
Driver code
motor-lib
A library for PWM-based control of 12V DC motors in Python. Requires a GPIO device.
Python
turing-machine-language
An instructional language based on Alan Turing's original conception of a Turing machines.
Java
space-mission-planner
Demo project that calculates trajectories and fuel requirements for different transfers.
C++