Document more old software

This commit is contained in:
Joshua Goins 2024-01-03 17:13:35 -05:00
parent 166e1fb362
commit 4f8116a69f
9 changed files with 106 additions and 1 deletions

View file

@ -0,0 +1,13 @@
---
title: "arm9switcher"
date: 2016-02-01
draft: false
layout: "project"
projtags:
- 3DS
source: "https://git.sr.ht/~redstrate/arm9switcher"
license: MIT
summary: "A payload switcher for arm9loaderhax"
---
A payload switcher for arm9loaderhax with it's only purpose is to switch two files.

View file

@ -0,0 +1,13 @@
---
title: "CtrOrganizer"
date: 2016-02-01
draft: false
layout: "project"
projtags:
- 3DS
source: "https://git.sr.ht/~redstrate/ctrorganizer"
license: MIT
summary: "A 3DS File Manager"
---
A 3DS File Manager.

View file

@ -0,0 +1,13 @@
---
title: "Graphite"
date: 2016-12-01
draft: false
layout: "project"
projtags:
- C++
source: "https://git.sr.ht/~redstrate/graphite"
license: MIT
summary: "Game engine from 2017"
---
A C++ game engine that uses Vulkan to render graphics. It uses Angelscript for scripting.

View file

@ -0,0 +1,14 @@
---
title: "Kawari"
date: 2023-10-04
draft: false
layout: "project"
projtags:
- FFXIV
- Rust
source: "https://git.sr.ht/~redstrate/kawari"
license: GPLv3
summary: "Substitute for some official FFXIV servers"
---
A substitute for a few official servers such as “ffxiv.com” and “square-enix.com”. Its still early in development, but can already emulate the basic login flow.

View file

@ -0,0 +1,22 @@
---
title: "NeoStream"
date: 2017-10-01
draft: false
layout: "project"
projtags:
- FFXIV
- Rust
source: "https://git.sr.ht/~redstrate/neostream"
license: GPLv3
summary: "Open-source Android Twitch client"
---
## Features
* Watching livestreams with chat
* Ability to use external player like VLC with quality options
* Watch videos
* Search livestreams and channels
* Follow channels
* Notifications when followed channels go live
![Screenshot](screenshot2.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

14
content/software/redai.md Normal file
View file

@ -0,0 +1,14 @@
---
title: "Redai"
date: 2023-03-27
draft: false
layout: "project"
projtags:
- C++
- Qt
source: "https://git.sr.ht/~redstrate/redai"
license: GPLv3
summary: "Website gallery manager"
---
The art gallery manager application for this website! It can edit piece information such as title, date, description and more. You also have a nice preview of the art when editing, which helps writing alternative text.

View file

@ -0,0 +1,15 @@
---
title: "Shaderboy"
date: 2016-02-01
draft: false
layout: "project"
projtags:
- C++
source: "https://git.sr.ht/~redstrate/shaderboy"
license: MIT
summary: "Allows you to view shadertoy shaders offline"
---
allows you to view shadertoy shaders offline (requires GL3.3+)
doesn't support sound but it can fetch some external resources and multiple buffers

View file

@ -17,7 +17,8 @@
<div class="buttons"> <div class="buttons">
{{ range .Data.Pages.ByDate.Reverse }} {{ range .Data.Pages.ByDate.Reverse }}
<div class="blurb"> <div class="blurb">
<h3 class="project-header">{{ .Title }}</h3> <h3 class="project-header">{{ .Title }}<p style="float:right;margin:0">{{ .Date.Format "2006" }}</p></h3>
<p class="project-desc">{{ .Summary }}</p> <p class="project-desc">{{ .Summary }}</p>