Add physis page, fix up faq and astra links

This commit is contained in:
Joshua Goins 2022-07-27 22:22:03 -04:00
parent d15bebf161
commit ec8eb046b5
4 changed files with 30 additions and 21 deletions

View file

@ -5,7 +5,7 @@ layout: "single"
A FFXIV launcher that supports multiple profiles and Dalamud plugins. It also supports Windows, macOS and Linux natively! A FFXIV launcher that supports multiple profiles and Dalamud plugins. It also supports Windows, macOS and Linux natively!
I recommend reading up the [FAQ](/astra/faq). I recommend reading up the [FAQ](/astra/faq)!
![Main Screenshot](main-screenshot.png) ![Main Screenshot](main-screenshot.png)
@ -23,7 +23,8 @@ I recommend reading up the [FAQ](/astra/faq).
{{< begin-grid >}} {{< begin-grid >}}
{{< blurb title="Download" description="Install the latest version on your preferred operating system." url="/astra/install" >}} {{< blurb title="Download" description="Install the latest version on your preferred operating system." url="/astra/install" >}}
{{< blurb title="Get Source" description="The full source code for Astra is available on sourcehut." url="https://sr.ht/~redstrate/astra" >}} {{< blurb title="Get Source" description="The full source code for Astra is available on sourcehut." url="https://sr.ht/~redstrate/astra" >}}
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/astra-dev" >}} {{< blurb title="File Bugs" description="Submit tickets for bugs and feature requests." url="https://todo.sr.ht/~redstrate/astra" >}}
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature discussions and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}}
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}} {{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}}
{{< end-grid >}} {{< end-grid >}}

View file

@ -4,35 +4,43 @@ title: "Astra - Frequently Asked Questions"
***Why should I use this over the official launcher?*** ***Why should I use this over the official launcher?***
For **Windows** users, this launcher supports Dalamud plugins which enable useful functionality not available in the If you're a **Windows** user, this launcher supports Dalamud plugins. If you have multiple accounts, you'll find the profiles feature to be useful as well. Unlike the PC launcher, Astra allows you to save your password securely.
vanilla game client. If you have multiple accounts, you'll find the profiles feature to be useful as well. Unlike the
PC launcher, Astra allows you to save your password.
For **macOS** users, the same features from above apply, since the Astra is cross-platform. The official launcher is also ran in Wine, which is slow, buggy and somehow manages to get stuck on your cursor. Everything else applies from above. For **macOS** users, the same features from above apply, since Astra is cross-platform. Also, since Astra is native - you will no longer suffer running the launcher in Wine (which constantly gets stuck on your cursor.)
For **Linux** users, everything above applies still. For **Linux** users, you enjoy everything from above!
--- ---
***Why should I use this over XIVQuickLauncher?*** ***Why should I use this over XIVQuickLauncher/XLCore?***
For **Windows** users, you'll be happy with either since Astra, XIVQuickLauncher and FFXIV itself supports this just fine. For **Windows** users, you will be happy with either launcher since they support similar features.
For **macOS** users, XIVQuickLauncher isn't even available so tough luck there. For **macOS** and **Linux** users, Astra's interface looks completely native if that's what you're into.
For **Linux** users, you do have an easy Lutris install script to use XIVQuickLauncher - but Astra is completely native and all of the nice features listed above applies.
--- ---
***What's some other neat stuff I should know?*** ***What's some other neat stuff I should know?***
You can login into Sapphire servers using a different profile, bypassing the need for the Sapphire Launcher especially You can login into Sapphire servers, bypassing the need for the Sapphire Launcher especially
since it only supports Windows. Naturally, Dalamud injection and everything else should work as well. since it only supports Windows. Naturally, Dalamud injection and everything else should work as well!
If you're looking for an even better and out-of-box FFXIV experience on macOS, check out XIV on Mac! They have a similiar feature set and provide own bundled Wine with modern DXVK and other goodies. For those who do not want to set up Wine manually on macOS, check out [XIV on Mac](https://www.xivmac.com/)! Their native Swift launcher has a similar feature set and provide their own bundled Wine with modern DXVK and other goodies. For those who wish to use XIV on Mac's bundled Wine, but still want to use Astra - that's possible too!
--- ---
***How secure is this? Can I trust Astra with saving my credentials and launching my game?*** ***How secure is this? Can I trust Astra with saving my credentials and launching my game?***
The code is open source, and the boot/launcher portion is contained here and here for your code reading pleasure. For saving passwords, we leverage qtkeychain which uses your already secure system wallet and will not put anything in plaintext. The code is [open source](https://git.sr.ht/~redstrate/astra), and the boot/launcher portion is contained here and here for your code reading pleasure. For saving passwords, we leverage qtkeychain which uses your already secure system wallet and will not put anything in plaintext.
---
***Help?? Something broke??***
If you have an issue, please report it on the [bug tracker](https://todo.sr.ht/~redstrate/astra)!
---
***Nothing broke, but I want a feature implemented!***
You can either discuss it on my [mailing list](https://lists.sr.ht/~redstrate/public-inbox), or report it through the [tracker](https://todo.sr.ht/~redstrate/astra). Please note that I work on this on my free time, so [monetary support](https://ko-fi.com/redstrate) is appreciated if possible. :-)

View file

@ -1,16 +1,16 @@
--- ---
title: "libxiv" title: "Physis"
layout: "single" layout: "single"
--- ---
A modding framework for FFXIV written in C++. This is used in Novus (my custom modding tool) and Astra (my custom launcher) but can easily be integrated into your own projects. A modding framework for FFXIV written in Rust. This is currently used in [Astra](/astra) but can easily be integrated into your own projects.
**Note:** This is still an experimental and in-development library. Thus, I have not tagged any stable releases. It's recommended just to checkout from main. **Note:** This is still an experimental and in-development library. Thus, I have not tagged any stable releases. It's recommended just to checkout from main.
## Get Involved & Support ## Get Involved & Support
{{< begin-grid >}} {{< begin-grid >}}
{{< blurb title="Get Source" description="The full source code for libxiv is available on sourcehut." url="https://sr.ht/~redstrate/libxiv" >}} {{< blurb title="Get Source" description="The full source code for Physis is available on sourcehut." url="https://sr.ht/~redstrate/physis" >}}
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}} {{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}}
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}} {{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}}
{{< end-grid >}} {{< end-grid >}}

View file

@ -14,8 +14,8 @@ Cross-platform launcher
Cross-platform modding tools Cross-platform modding tools
</a> </a>
<a href='/libxiv' class="blurb-button"> <a href='/physis' class="blurb-button">
<h4>libxiv</h4> <h4>Physis</h4>
Custom modding framework Custom modding framework
</a> </a>