Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quqionfree/tarkovchargecalculation

Calculating for trading of Escape from Tarkov
https://github.com/quqionfree/tarkovchargecalculation

application cpp cpp17 escape-from-tarkov tarkov-tools tax-calculator trading

Last synced: 5 days ago
JSON representation

Calculating for trading of Escape from Tarkov

Awesome Lists containing this project

README

        

# TarkovChargeCalculation
This is an app for calculating the charge for trading of Escape from Tarkov.

## Theories for calculation
1. [Tax calculation](https://escapefromtarkov.fandom.com/wiki/Trading)
2. [Tarkov API](https://tarkov-market.com/dev/api)

## How to build it
1. Install vcpkg
```cmd
vcpkg install
```

2. Build with cmake
```cmd
cmake -S . -B build
cmake --build build --config=Release
```

## How to use it
[Video on Bilibili](https://www.bilibili.com/video/BV1bm421G7nY) (Chinese)