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

105 lines
3.0 KiB
Markdown

---
title: Projects
date: 2026-08-13
tags: 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](https://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](https://git.bellsworne.tech/chrisbell/hexstudios-co)
### Bellsworne
[bellsworne.com](https://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](https://git.bellsworne.tech/Bellsworne/bellsworne-website)
### SessionZero
[sessionzero.app](https://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](https://git.bellsworne.tech/bellsworne/critterfolio)
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](https://sessionzero.app) | [View Source Code](https://git.bellsworne.tech/bellsworne/sessionzero)
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](https://godotengine.org)!
[Play in your browser!](../dev/blight/index.html)
- **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](../dev/stars/index.html)
### "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](../dev/interactive-angular-map/index.html)