Plugins I have made for use in Paint.NET
Projects a 2D image into 3D based on the intensity of the colors in the image. Mostly built as a test of my own matrix algebra memory, but it works pretty well. It's basically a simple raycasting tool. The user can define the angle the viewer is looking at the projection of the image from, and how much fog distance should add.
Just generates Perlin noise given user specifications. I couldn't help but notice that there are many PDN plugins that utilize Perlin noise, but none so far as I could tell, that generate it. Well, that's what this does. Additionally, I added a few cool features to color the noise that generate maps, the pattern on composition notebooks and other stuff
Turns a selected area into a mandala-like radial symmetry pattern based on the largest possible radius that can fit into that selection. User can select between 2 and 180 slices per half of the circle (4-360) and may adjust the angle that the slices repeat using the angle slider.
Similar to the Photoshop select color range tool. My first real PDN plugin. Better tools that do the same thing exist, but this one is mine.
While working through the CodeLab tutorial by BitBot, I placed example plugins in the Codelab-Tutorial folder. Nothing interesting to see here