Giter Site home page Giter Site logo

wonderfulcat / aetherometer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ff14wed/aetherometer

0.0 1.0 0.0 31.99 MB

Framework that allows plugins to easily process network-level information from FFXIV

License: MIT License

JavaScript 1.03% Go 92.77% TypeScript 0.02% CSS 0.05% HTML 0.05% Svelte 6.09%

aetherometer's Introduction

Aetherometer

Test

Now updated for Endwalker

Aetherometer is a framework that parses network data for FFXIV and presents the parsed data stream through a GraphQL API that allows plugins to access and display this information.

preview

Getting Started

Download for the latest release

Download the zip file to a place with sufficient space on your system, and extract it. Then run aetherometer.exe.

Then try out some plugins!

Because Aetherometer fundamentally does not read memory, you should either start Aetherometer before starting any instance of FFXIV, or simply switch zones if you are already logged in. Otherwise, Aetherometer will not have a complete set of data from the game.

If you're a developer interested in Aetherometer, see here.

Features

Aetherometer is capable of supporting many different use cases, including parsing live combat data for trigger or DPS logging purposes, display of player and enemy movement on the map, crafting progress, etc.

While Aetherometer does not read memory to capture information from the game, it is capable of retrieving extremely useful information just from reading data from the network. This also has the advantage of potentially being faster than the game itself can process the data.

Plugins

Plugins are mini-applications that process data from a specific instance of the game. They open as new "tabs" on the navigation drawer and you can navigate between them without losing data on any other tab.

Techincally plugins are able to process data from mulitple instances of the game, but Aetherometer's Stream handling abilities aim to reduce boilerplate Stream switching code.

Plugins List

Here are some plugins that you can try to get an idea for Aetherometer's capabilities:

Installing Plugins

preview

  1. Click on the Settings button in the top right of the window.
  2. Select a preset from the dropdown or enter in the plugin name and URL.
  3. Click the "Add Plugin" button (plus sign).

Removing Plugins / Closing Panes

If you want to close the page for a plugin, simply go back to the settings popup and click the "Remove Plugin" button (trash can) next to the plugin you like to remove.

For Developers

Creating plugins

See the docs/plugin_work.md document.

Contributing to Aetherometer

Aetherometer uses Wails to build the project.

Once you have Wails installed, run wails doctor to ensure you have all dependencies. Namely, Go 1.17+, Node 14+, and the WebView2 runtime.

To run in live development mode, be sure to have run wails build beforehand. Then run wails dev to start the live development mode.

Building

For a production build, use wails build.

Plugin Development

Go to the documentation here.

Testing

Currently, we use Ginkgo which is a neat BDD framework for testing Golang.

To run all tests, simply run ginkgo -r -p -race (flags are recursive, in parallel, turn on race detector).

aetherometer's People

Contributors

ff14wed avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.