Misc changes to some software pages

This commit is contained in:
Joshua Goins 2022-09-12 10:53:19 -04:00
parent 32a0a7e4be
commit f11293a513
4 changed files with 38 additions and 9 deletions

View file

@ -4,9 +4,12 @@ date: 2021-12-01T22:29:22-05:00
draft: false draft: false
tags: tags:
- FFXIV - FFXIV
layout: "redirect"
new-url: "https://xiv.zone/astra"
featured: yes featured: yes
--- ---
Cross-platform FFXIV launcher, designed for Wine users. Cross-platform FFXIV launcher, designed for Wine users.
<!--more-->
---
You can read more on it's dedicated webpage on xiv.zone.

View file

@ -4,8 +4,10 @@ date: 2022-01-05T22:29:22-05:00
draft: false draft: false
tags: tags:
- FFXIV - FFXIV
layout: "redirect"
new-url: "https://xiv.zone/libxiv"
--- ---
Custom FFXIV modding and data-mining library. Legacy FFXIV modding framework. I originally wrote this in C++, but eventually rewrote it in Rust and that turned into
[Physis]({{< ref "physis" >}}).
<!--more-->
---

View file

@ -4,8 +4,10 @@ date: 2022-01-05T22:29:22-05:00
draft: false draft: false
tags: tags:
- FFXIV - FFXIV
layout: "redirect"
new-url: "https://xiv.zone/novus"
--- ---
Collection of FFXIV modding and data-mining tools. Collection of FFXIV modding and data-mining tools.
---
You can read more on it's dedicated webpage on xiv.zone.

View file

@ -0,0 +1,22 @@
---
title: "Physis"
date: 2022-07-19T22:29:22-05:00
draft: false
tags:
- FFXIV
---
Collection of FFXIV modding and data-mining tools. Rust-based, and aiming for a stable C API.
<!--more-->
---
This is the successor to [libxiv]({{< ref "libxiv" >}}), which I originally wrote in C++. The language is not the only
difference however, as I learned a lot since originally writing libxiv which I have fixed in Physis. Compared to other
modding frameworks, this one is aiming to be all "batteries included" instead of exclusively focusing on texture modding,
data scraping, etc.
Physis features a C api which is accessed through the [libphysis](https://git.sr.ht/~redstrate/libphysis) library. This
library should be usable through any language that can access the C FFI.
You can read more on it's dedicated webpage on xiv.zone.