Added a projects post
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
<div id="sticky-posts-section">
|
<div id="sticky-posts-section">
|
||||||
<h2>Pinned posts</h2>
|
<h2>Pinned posts</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://hexstudios.co/post.html?file=about.md">About <i class="post-link-date">August 13, 2026</i></a></li>
|
<li><a href="post.html?file=about.md">About <i class="post-link-date">August 13, 2026</i></a></li>
|
||||||
|
<li><a href="post.html?file=projects.md">Projects <i class="post-link-date">August 13, 2026</i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
75
posts/projects.md
Normal file
75
posts/projects.md
Normal 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)
|
||||||
Reference in New Issue
Block a user