Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imvexed/thunderview

A War Thunder data mine visualization project
https://github.com/imvexed/thunderview

datamine visualization warthunder

Last synced: about 1 month ago
JSON representation

A War Thunder data mine visualization project

Awesome Lists containing this project

README

        

# Thunderview
A War Thunder data mine visualization project

To seed data:

> git clone --depth=1 https://github.com/gszabi99/War-Thunder-Datamine
> cp -r War-Thunder-Datamine/char.vromfs.bin_u/config data
> cp -r War-Thunder-Datamine/aces.vromfs.bin_u/gamedata data/
> cd data
> find . -name '*.blkx' -exec bash -c 'mv "$0" "${0%.blkx}.json"' {} \;
> cd ..
> hugo server