Fork of https://github.com/moritzuehling/demoinfo-public/
The goal of this fork is to separate demo parsing and data processing. To achieve this, it will use events triggered by the parser when things happened (e.g. new team parsed, player infos update parsed, round end event parsed, ...)
CSGO protobuf updated definition : Protobuf used to parse .dem.info file : CDataGCCStrike15_v2_MatchInfo
- DemoParser-Core : CSGO .dem file parser triggering parsing events
- DemoParser-Model : contains data models and repos/services to store or compute stats of a game
- DemoParser-UI : little WPF application made to see what's possible with this library