Currently migrating webhosts; some demo websites may not be operational.
Current Project
arcanewright.com
This is the website you're currently on, so it looks like it was successfully built! My frontend skills are getting sharper by the day. I'm going to be making some minor improvements to it over the next few weeks, but I'm trying not to overthink things.
Current Idea
Dungeon Game
A rouge-like, simple dungeon delving game. Created with a UI in React/Next/Chakra, played locally in the browser.
Previous Project
JSON Editor
A JSON generator and editor, with the capability to upload, download, and edit JSON files. Boasts drag and drop functionality, and data type selection.
Previous Project
Godot Chunked Voronoi Generator
Godot (game engine) Voronoi generation in chunks. Useful for creating maps and textures, this generator creates polygons based on a pseudo random input. A whole bunch of math went into this one, using Delaunay triangulation.