quakeworld

Crates.ioquakeworld
lib.rsquakeworld
version0.2.3
sourcesrc
created_at2022-11-12 01:42:11.229931
updated_at2022-11-29 22:28:54.24972
descriptionA collection of quakeworld related libraries.
homepagehttps://github.com/jogi1/quakeworld
repositoryhttps://github.com/jogi1/quakeworld
max_upload_size
id713236
size175,472
Jürgen Legler (jogi1)

documentation

README

quakeworld

A rust library for working with quakeworld.

available features

Features that are enabled by default are protocol, mvd, and util.
Everything is serializable via serde (json,...). Supports wasm as target ('it compiles' cargo build --target wasm32-unknown-unknown)

Goals

probably in order of being implemented too

  • qwd - qwd format parsing
  • mvd - creating a mvd from states

Documentation

could be better, aka non existing at the moment

Example

Commit count: 22

cargo fmt