• nvim-magic

    Screenshot of a Neovim text editor session with a Python script open. The script defines a simple program that prints a random color from a predefined list of colors in a main() function. There is a modal window titled "Suggested Alteration" with a properly formatted docstring explaining the purpose, parameters, return value, and raised exceptions of the function, as well as the function itself. At the bottom of the modal window, there are indicators for keyboard shortcuts to take action - a to append, p to paste over.

    Neovim plugin using the OpenAI Codex model for in-editor code assistance, with some premade prompt templates. Built to explore AI-driven developer tooling while Github Copilot was still in closed access.

  • infinigen

    Screenshot of a Minecraft-like landscape rendered inside an application window; the scene features green terrain with hills and mountains, patches of brown dirt, and white snow at higher elevations. A blue body of water, resembling an ocean or lake, occupies the central area. Performance stats and a world inspector panel are visible in the top left corner, showing FPS, entities, and chunk coordinates, along with controls for adjusting camera speed and view distance.

    Experimental Rust project exploring Minecraft-style procedural generation using the Bevy game engine, where a finer level of detail is generated as you zoom in.