Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imvexed/thunderview
- Owner: ImVexed
- License: mit
- Created: 2022-11-02T17:56:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:23:48.000Z (7 months ago)
- Last Synced: 2024-04-13T18:11:56.875Z (7 months ago)
- Topics: datamine, visualization, warthunder
- Language: HTML
- Homepage: https://thunderview.net/
- Size: 2.57 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Thunderview
A War Thunder data mine visualization projectTo 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