qalc.nvim
- Lua
- C++
- Neovim
- libqalculate

qalc.nvim is a Neovim plugin that provides a reactive calculation environment (like a "1-dimensional spreadsheet"), making use of the libqalculate libary's advanced functions, such as unit conversion, symbolic manipulation/algebra, and calculus.
raytracer
- Rust
- GLSL
- OpenGL
- egui

raytracer is a web and native app that can render simple objects (ellipsoids and boxes). It uses a naive stochastic path-tracing method to approximate realistic lighting, implemented as a fragment shader in OpenGL.
diatom (WIP)
- TypeScript
- JSX
- GTK
- Astal

diatom is a custom Linux desktop shell. Currently, it has the bare minimum functionality needed (indicators for workspaces and battery level, on the thin bar at the left of the image). In the future, I will be adding a clock, a calendar with an event system, a notification centre, and system controls such as WiFi and Bluetooth (in a toggleable popup). Heavy stylistic inspiration was taken from phisch's "phrame" concept.
lvox (WIP)
- Rust
- WGSL
- wgpu

lvox will be a large-scale voxel rendering engine with support for extensibility through a plugin/mod system, intended for making games. Eventually, I hope to make a physics-oriented sandbox game on top of this, although that is definitely far in the future.
arp (WIP)
- Rust
- Lua

arp will be a compiled, array-oriented programming language with an emphasis on metaprogramming and macros. It will target Lua, and eventually LLVM IR and potentially SPIR-V in the future.