diff --git a/content/software/arm9switcher.md b/content/software/arm9switcher.md new file mode 100644 index 0000000..4a22081 --- /dev/null +++ b/content/software/arm9switcher.md @@ -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. diff --git a/content/software/ctrorganizer.md b/content/software/ctrorganizer.md new file mode 100644 index 0000000..30aebe0 --- /dev/null +++ b/content/software/ctrorganizer.md @@ -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. diff --git a/content/software/graphite.md b/content/software/graphite.md new file mode 100644 index 0000000..2ee4fc3 --- /dev/null +++ b/content/software/graphite.md @@ -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. diff --git a/content/software/kawari.md b/content/software/kawari.md new file mode 100644 index 0000000..54a4860 --- /dev/null +++ b/content/software/kawari.md @@ -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”. It’s still early in development, but can already emulate the basic login flow. diff --git a/content/software/neostream/index.md b/content/software/neostream/index.md new file mode 100644 index 0000000..040bbcb --- /dev/null +++ b/content/software/neostream/index.md @@ -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) diff --git a/content/software/neostream/screenshot2.png b/content/software/neostream/screenshot2.png new file mode 100644 index 0000000..5ab7d64 Binary files /dev/null and b/content/software/neostream/screenshot2.png differ diff --git a/content/software/redai.md b/content/software/redai.md new file mode 100644 index 0000000..4816752 --- /dev/null +++ b/content/software/redai.md @@ -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. diff --git a/content/software/shaderboy.md b/content/software/shaderboy.md new file mode 100644 index 0000000..c22bc01 --- /dev/null +++ b/content/software/shaderboy.md @@ -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 diff --git a/themes/red/layouts/_default/software.html b/themes/red/layouts/_default/software.html index fb1c73f..720d09e 100644 --- a/themes/red/layouts/_default/software.html +++ b/themes/red/layouts/_default/software.html @@ -17,7 +17,8 @@
{{ range .Data.Pages.ByDate.Reverse }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Date.Format "2006" }}

+

{{ .Summary }}