qalc.nvim

Image showing qalc.nvim evaluating arithmetic, derivatives, and reporting errors in user input.

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
Image showing three objects: a matte sphere, a reflective sphere, and a reflective surface. The reflective objects can be seen within each others' reflections. On the left, there are two floating windows for modifying the scene.

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
Image showing two windows open on a desktop accompanied by a thin information panel on the left; one is a code editor editing a TypeScript file, and the other is a GTK widget inspector showing the widget hierarchy.

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
Image showing a voxelized sphere rendered in lvox.

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
Image showing two function definitions in arp, for updating a Game of Life grid.

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.