Giter VIP home page Giter VIP logo

coh3-stats-desktop-app's Introduction

Coh3 Stats Desktop App

View stats of players in the current game of Company of Heroes 3.

Setup OBS Streamer Overlay

  1. Make sure you have used the Coh3 Stats Desktop App once and it displayed stats of players in your game
  2. Start OBS
  3. In OBS Sources section click on "Add Source"
  4. Select Browser
  5. Create a new Browser Source with any name you want
  6. In the browser properties select local file
  7. In the Coh3 Stats Desktop App go into settings
  8. Copy the path to the streamerOverlay.html
  9. In the OBS properties window click on browse to set the path to the streamerOverlay.html
  10. An explorer window opens. Paste the copied path into the path field and hit enter
  11. Select the streamerOverlay.html file and click open
  12. Set the resolution to the same resolution Coh3 is running at. E.G 1920 Width and 1080 Height
  13. Click Ok to finish creating the source
  14. Scale the source to match the Coh3 source size

Development

Install rust on your system using rustup https://www.rust-lang.org/tools/install

Install all dependecies with:

yarn install

To start the development build with hot reload run:

yarn tauri dev

The first execution takes a bit longer as the rust libraries have to be compiled once. Any future restarts will be much faster!

To build the app and an installer run:

yarn tauri build

The build output can be found in src-tauri/target/release. The installer can be found in src-tauri/target/release/bundle/msi.

Project Architecture

Frontend

The frontend is run on the OS native web renderer. This frontend is build with Vite + React + Typescript. The frontend related files are at the root level of the project with the React components in the src folder.

Backend

The backend wrapping the frontend code is created with Rust + Tauri. The code can be found in the src-tauri folder.

App configuration file

The main configuration file of the app is in src-tauri/tauri.conf.json.

coh3-stats-desktop-app's People

Contributors

johannesmerkt avatar michlf avatar petrvecera 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.