Crate quake3_qvm

Source
Expand description

A library to handle Quake 3 virtual machines.

Re-exports§

Modules§

  • Types for the compiled format of a QVM.
  • Error and Result types of this crate.
  • Operation codes for QVM instructions. TODO: Does this have to be in its own mod?
  • Parsers for the different QVM and related formats.

Structs§

  • A Quake 3 virtual machine image.

Enums§

  • The different segments/sections in a QVM file.