119 lines
2.7 KiB
HTML
119 lines
2.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html
|
||
|
class=""
|
||
|
lang="en-us"
|
||
|
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"
|
||
|
>
|
||
|
|
||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
|
||
|
<meta name="theme-color" content="#fffff" media="(prefers-color-scheme: light)"/>
|
||
|
<meta name="theme-color" content="rgb(77, 77, 82)" media="(prefers-color-scheme: dark)"/>
|
||
|
|
||
|
|
||
|
<title>xiv.zone - Physis</title>
|
||
|
<meta name="description" content="A modding framework for FFXIV written in Rust. Used in Astra and Novus but can easily be integrated into your own projects.
|
||
|
It’s also usable from C, C++ and other languages that can interface with them with libphysis."/>
|
||
|
|
||
|
|
||
|
<link rel="canonical" href="http://localhost:1313/physis/" />
|
||
|
<base href="http://localhost:1313/">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" href="http://localhost:1313/css/style.min.1e5370e0bc1b21c3bac6f2f7a3ff57d375d92258658f234019ec66906b64aafe.css" integrity="sha256-HlNw4LwbIcO6xvL3o/9X03XZIlhljyNAGexmkGtkqv4=" />
|
||
|
|
||
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<div id="center-wrapper">
|
||
|
|
||
|
<header>
|
||
|
<h1><a href="/">xiv.zone</a></h1>
|
||
|
|
||
|
<nav id="header-links">
|
||
|
|
||
|
</nav>
|
||
|
</header>
|
||
|
|
||
|
|
||
|
<div id="wrapper">
|
||
|
|
||
|
<main>
|
||
|
<h2>Physis</h2>
|
||
|
|
||
|
<p>A modding framework for FFXIV written in Rust. Used in <a href="http://localhost:1313/astra/">Astra</a> and <a href="http://localhost:1313/novus/">Novus</a> but can easily be integrated into your own projects.</p>
|
||
|
<p>It’s also usable from C, C++ and other languages that can interface with them with <a href="https://git.sr.ht/~redstrate/libphysis">libphysis</a>.</p>
|
||
|
<p>See more information on the <a href="https://crates.io/crates/physis">crates.io page</a>.</p>
|
||
|
<h2 id="get-involved--support">Get Involved & Support</h2>
|
||
|
<p><div class="buttons">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<a href='https://sr.ht/~redstrate/physis' class="blurb-button">
|
||
|
|
||
|
<h4>Get Source Code & Contribute</h4>
|
||
|
<p>The full source code for Physis is available on sourcehut.</p>
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<a href='https://docs.xiv.zone/docs/physis/' class="blurb-button">
|
||
|
|
||
|
<h4>View Documentation</h4>
|
||
|
<p>API documentation is available on XIV Docs.</p>
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<a href='https://lists.sr.ht/~redstrate/public-inbox' class="blurb-button">
|
||
|
|
||
|
<h4>Give Feedback</h4>
|
||
|
<p>Send an email on the mailing list for feature requests, bugs, and patches.</p>
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<a href='https://redstrate.com/fund' class="blurb-button">
|
||
|
|
||
|
<h4>Donate Money</h4>
|
||
|
<p>Any monetary contribution helps so I can continue working on this!</p>
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
</main>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<footer>
|
||
|
|
||
|
</footer>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</html>
|