Github Releases

These are my projects and plugins that I have made. They're free to use and modify. Links to download the release or source code is provided next to each program.

Crystal Keeper
Made in C# and WPF, this requires Windows 7 or better to run. Crystal Keeper is meant for cataloging and displaying minerals all in one file. You can define the look of each collection with a template editor.
Download     Source     Documentation


Brush Factory
Made in C# and Winforms, this requires Windows XP or better. Add it to the Effects folder of your Paint.NET installation to install it. Brush Factory lets you draw with dynamic brush capabilities, similar to Photoshop. It's also one of the 13 plugins pinned on the main plugins directory.
Download     Source     Documentation


Adventure Text
Made in C# and WPF, this game requires Windows 7 or better to run. It plays text adventures written in a friendly syntax using plaintext files. It supports images, sounds, and more.
Download     Source     Documentation

Endurance: The Maze
Made in C# and MonoGame, this game requires Windows Vista or better to run. It's a maze game combining many different types of maze blocks inspired by other games in a powerful level editor. You can play the campaign maze levels or make your own.
Download     Source     Documentation


Fleet Fighter
Made in C# and MonoGame, this game requires Windows Vista or better to run. It's a basic highscore-based spaceship game. Move your ship, aim your mouse, and fire your lasers at the waves of organized enemy ships.
Download     Source


Cellular Automaton Simulator
Made in C# with WPF, this simulator requires a Windows 7 computer or better to run. It simulates 1-D and 2-D automata, notably Conway's Game of Life, and Langston's Ant.
Download     Source     Documentation



Block Snake
Made in C# and MonoGame, this game requires Windows Vista or better to run. It's a twist on the classic Snake game, supporting 4-player gameplay in a Tron-like style. It supports Xbox 360 and One controllers.
Download     Source


Sharp Parser
A math expression parser, like a scientific calculator that allows you to enter full expressions before computing an answer. Supports all basic arithmetic operations, most basic functions, and identifiers. All token lists are extensible. Originally written in C++ using the Shunting-Yard algorithm with Reverse Polish Notation, it has been rewritten in C# using an infix algorithm.
Download     Source


Paint.NET Plugins

Fuzzy Edge Detect: Outlines objects with black edges.
Download     Source

Channel Ops: Performs arithmetic operations on channels, with other features.
Download     Source

Delete Selection: Deletes selected pixels without finalizing the selection.
Download     Source

Replace Colors: Replaces the chosen color with another using a tolerance-based strength.
Download     Source

Image Difference: Isolate different pixels between two identical and identically-sized images.
Download     Source

Pixel Set Replacer: Replaces all instances of one set of pixels with another of the same size.
Download     Source