redstrate.com/content/software/physis.md

26 lines
987 B
Markdown
Raw Normal View History

2022-09-12 10:53:19 -04:00
---
title: "Physis"
2022-09-21 10:49:57 -04:00
date: 2022-07-19
2022-09-12 10:53:19 -04:00
draft: false
2022-10-25 17:28:04 -04:00
layout: "project"
2023-06-23 14:42:45 -04:00
projtags:
2022-09-12 10:53:19 -04:00
- FFXIV
2022-11-07 08:57:27 -05:00
- Rust
2024-02-23 22:35:59 -05:00
- Reverse Engineering
aliases:
- /projects/physis
source: "https://git.sr.ht/~redstrate/physis"
license: GPLv3
2023-03-01 14:02:08 -05:00
summary: "Modding and data framework for FFXIV."
2022-09-12 10:53:19 -04:00
---
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.
2022-09-21 10:49:57 -04:00
You can read more on it's [dedicated webpage on xiv.zone](https://xiv.zone/physis/). It's also published on [crates.io](https://crates.io/crates/physis)!