Files
hexstudios-co/posts/projects.md
2026-09-12 21:56:56 -05:00

3.0 KiB

title, date, tags
title date tags
Projects 2026-08-13 software, games, engineering

Projects (Megathread)

This post serves as a place to list all my projects, previous, ongoing, and future. It will be updated as I do more.

// Websites

Hex Studios

hexstudios.co

This website! Written fromn scratch with plain HTML/CSS and a bit of JS and PHP for the posts and RSS functionality.

View source code

Bellsworne

bellsworne.com

The website for my wife and I's small business. Written in plain HTML/CSS, with wordpress + woo commerce for the online store portion.

View source code

SessionZero

sessionzero.app

The website for my project SessionZero (listed below.) Written in plain HTML/CSS with wordpress for the "Blog" section.

// Software

Critterfolio

View Source Code

A portfolio for your critters! Keep track of critter data from viewing a family tree to storing important notes and documents, all stored locally on your device.

  • STATUS: In development
  • TECHNOLOGY: C++ with the RmlUi library using the SDL3 backend
  • PLATFORMS: Linux, Windows, Android

SessionZero

View website | View Source Code

A data-driven, user-generated, open source TTRPG companion application for managing games, game systems, and characters.

  • STATUS: In development
  • TECHNOLOGY: C++ with the RmlUi library using the OpenGL backend
  • PLATFORMS: Linux, Windows, Android, Webassembly

ADEPT

A secret project, for now. Not in development yet.

// Games

Let there be Blight

A game jam game made by a bunch of friends about a wizard saving his town from the 'blight'. Made in Godot!

Play in your browser!

  • STATUS: Finished
  • TECHNOLOGY: Godot
  • PLATFORMS: Web

Shots in the Dark

My magnum opus, and a secret (for now). Not in full development yet.

  • STATUS: In development
  • TECHNOLOGY: Godot
  • PLATFORMS: Linux, Windows

// Electronics

ESP32-CAM System

I am working on some custom firmware for ESP32-CAM boards to chain together for a DIY home security system.

// Other

Adventures in Brandari

A current, heavily customized homebrew Dungeons and Dragons campaign in which I am the writer and the Game Master.

Morality and Mortality

A book I am writing about our world, and the human condition.

// Legacy/School projects

Stars

A simple weird little webpage that procedurally generates "stars". Written with plain JS.

View it here

"Interactive world map"

A dumb school project that lists information about a continent when you hover over it. Written in Angular.js.

View in your browser