From f11293a513e92a9f920d77dc3cc06a0238ef2ad6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 12 Sep 2022 10:53:19 -0400 Subject: [PATCH] Misc changes to some software pages --- content/software/astra.md | 9 ++++++--- content/software/libxiv.md | 8 +++++--- content/software/novus.md | 8 +++++--- content/software/physis.md | 22 ++++++++++++++++++++++ 4 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 content/software/physis.md diff --git a/content/software/astra.md b/content/software/astra.md index 2c47739..a776f0a 100644 --- a/content/software/astra.md +++ b/content/software/astra.md @@ -4,9 +4,12 @@ date: 2021-12-01T22:29:22-05:00 draft: false tags: - FFXIV -layout: "redirect" -new-url: "https://xiv.zone/astra" featured: yes --- -Cross-platform FFXIV launcher, designed for Wine users. \ No newline at end of file +Cross-platform FFXIV launcher, designed for Wine users. + + +--- + +You can read more on it's dedicated webpage on xiv.zone. \ No newline at end of file diff --git a/content/software/libxiv.md b/content/software/libxiv.md index e12a740..a603486 100644 --- a/content/software/libxiv.md +++ b/content/software/libxiv.md @@ -4,8 +4,10 @@ date: 2022-01-05T22:29:22-05:00 draft: false tags: - FFXIV -layout: "redirect" -new-url: "https://xiv.zone/libxiv" --- -Custom FFXIV modding and data-mining library. \ No newline at end of file +Legacy FFXIV modding framework. I originally wrote this in C++, but eventually rewrote it in Rust and that turned into +[Physis]({{< ref "physis" >}}). + + +--- \ No newline at end of file diff --git a/content/software/novus.md b/content/software/novus.md index 58fbaac..06a521d 100644 --- a/content/software/novus.md +++ b/content/software/novus.md @@ -4,8 +4,10 @@ date: 2022-01-05T22:29:22-05:00 draft: false tags: - FFXIV -layout: "redirect" -new-url: "https://xiv.zone/novus" --- -Collection of FFXIV modding and data-mining tools. \ No newline at end of file +Collection of FFXIV modding and data-mining tools. + +--- + +You can read more on it's dedicated webpage on xiv.zone. \ No newline at end of file diff --git a/content/software/physis.md b/content/software/physis.md new file mode 100644 index 0000000..2c73db9 --- /dev/null +++ b/content/software/physis.md @@ -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. + + +--- + +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. \ No newline at end of file