Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vikpe/mvdparser-js

Extract information from QuakeWorld MVD demos.
https://github.com/vikpe/mvdparser-js

demos mvd quake quakeworld

Last synced: 2 months ago
JSON representation

Extract information from QuakeWorld MVD demos.

Awesome Lists containing this project

README

        

# mvdparser-js [![Test](https://github.com/vikpe/mvdparser-js/actions/workflows/test.yml/badge.svg)](https://github.com/vikpe/mvdparser-js/actions/workflows/test.yml)
> Extract information from QuakeWorld MVD demos.

```ts
function getDemoDuration(data: Uint8Array) : number | null {}
function getMatchDuration(data: Uint8Array) : number | null {}
function getKtxstatsAsString(data: Uint8Array) : string | null {}
function getServerinfoAsObject(data: Uint8Array) : { [key: string]: string } | null {}
function getServerinfoAsString(data: Uint8Array) : string | null {}
function getSha256(data: Uint8Array) : string | null {}
```