csgoverview
csgoverview copied to clipboard
A 2D demo replay tool for Counter Strike: Global Offensive.
Currently we use `renderer.SetLogicalSize()` in app.go to support resizing the window. The logical size we use suits 1080p displays. When resizing the window (especially when scaling it down) problems with...
In the infobar, show who won the previous rounds (+ reason: elimination, defused, exploded, time).
Display a player's amount of kills in the current round on the infobar.
When launching csgoverview.exe without an argument (path to a demo) and not by right-clicking a demo and selecting 'Open With', a file picker window should appear that lets the user...
The [demoinfocs-golang parser](https://github.com/markus-wa/demoinfocs-golang) currently does not parse timeout and pause events. This would have to be implementet in the parser in order to display `Paused` or `Timeout` in the interface...
### Status: ⚠️ This PR is still not fully ready, but have an overall idea that can be expanded upon and start discussions. Also adds the feature of dynamically downloading...
## Add de_anubis **Describe the feature you'd like** Installer should automatically download overview of de_anubis.
## Improve error message when opening non-.dem files **Describe the feature you'd like** When you open a file other than .dem you get an error message stating that the parser...
## Open demos directly from rar and gz archives **Describe the feature you'd like** FaceIt package their demos in `.gz` archives and HLTV package them in `.rar` archives. csgoverview should...