https://github.com/kociumba/wf_damage_calc
Warframe damage calculation in a simple package
https://github.com/kociumba/wf_damage_calc
companion-app go wails2 warframe
Last synced: 8 months ago
JSON representation
Warframe damage calculation in a simple package
- Host: GitHub
- URL: https://github.com/kociumba/wf_damage_calc
- Owner: kociumba
- Created: 2023-09-13T17:47:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T17:58:44.000Z (almost 3 years ago)
- Last Synced: 2025-10-05T11:58:58.518Z (8 months ago)
- Topics: companion-app, go, wails2, warframe
- Language: Svelte
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warframe Damage Calculator
## About
This is a personal side project, sponsored by the *silly foundationTM*. I cannot guarantee its completion.
Unfortunately wails doesn't currenly support cross compile so anyone on mac and linux will have to compile themeselves (and windows too until a working version is realesed)
## Compile
To compile or develope locally:
1. Install the [Wails CLI](https://wails.io). Note that you'll also need Go and Node.js.
2. Clone this repo
3. Run ```npm install``` *(this should be done in the ```/frontend``` directory)*
4. Run ```wails dev``` for a dev version or ```wails build``` to build a platfor specific binary
## Features
- Availible:
1. look up warframe weapons and display their stats
2. search works with non exact names
3. beginnings of a damage calculator
- Planned:
1. finished damage calculator
2. a system for displying conditional modifiers
3. some kind of icon or image display
## Notes
I am avoiding the use of the go bindings that wails provides as I want to make this hostable as a website in the future, but I am much more comfortable in go than in js so I might go back to that if i get hardsruck on something