Added a projects post

This commit is contained in:
2026-08-13 18:54:39 -05:00
parent e142ef542b
commit 2b2ab3a115
2 changed files with 77 additions and 1 deletions

75
posts/projects.md Normal file
View File

@@ -0,0 +1,75 @@
---
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.
## // Software
### Critterfolio
[View on Gitea](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 on Gitea](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
### 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'.
[Play in your browser!](../dev/blight/index.html)
### 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
Nothing planned yet
## // 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". Idk I was bored one day.
[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.
[View in your browser](../dev/interactive-angular-map/index.html)