Update projects.md

This commit is contained in:
2026-09-12 21:56:56 -05:00
parent 04fb8c44ba
commit b299339cce

View File

@@ -8,10 +8,33 @@ tags: software, games, engineering
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 on Gitea](https://git.bellsworne.tech/bellsworne/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.
@@ -20,13 +43,13 @@ A portfolio for your critters! Keep track of critter data from viewing a family
- **PLATFORMS:** Linux, Windows, Android
### SessionZero
[View website](https://sessionzero.app) | [View on Gitea](https://git.bellsworne.tech/bellsworne/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, Webassembly
- **PLATFORMS:** Linux, Windows, Android, Webassembly
### ADEPT
@@ -35,10 +58,14 @@ 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'.
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.
@@ -46,9 +73,13 @@ My magnum opus, and a secret (for now). Not in full development yet.
- **TECHNOLOGY:** Godot
- **PLATFORMS:** Linux, Windows
## // Electronics
Nothing planned yet
### ESP32-CAM System
I am working on some custom firmware for ESP32-CAM boards to chain together for a DIY home security system.
## // Other
@@ -60,16 +91,15 @@ A current, heavily customized homebrew Dungeons and Dragons campaign in which I
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". Idk I was bored one day.
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.
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)