twgpu-tools

Crates.iotwgpu-tools
lib.rstwgpu-tools
version0.3.0
sourcesrc
created_at2022-08-02 11:15:13.629863
updated_at2024-06-05 13:57:48.586445
descriptionCollection of tools about rendering Teeworlds and DDNet maps
homepage
repositoryhttps://gitlab.com/Patiga/twgpu
max_upload_size
id637288
size155,467
(Patiga)

documentation

README

TwGpu Tools

Powered by the twgpu library!

Overview

All tools are command line argument based and explain their usage with --help.

  • twgpu-map-inspect: View rendered maps in a window
  • twgpu-map-photography: Snap pictures of maps via the command line
  • twgpu-demo-viewer: Demo player
  • twgpu-encode-demo: Convert demos into video files via the command line

Installation

You need Rust installed on your system.

Simply do cargo install twgpu-tools

Manual Building

You need Rust installed on your system.

To compile the tools in release mode, execute the following command in this directory:

cargo build --release

The executable files will be located in the project/workspace root in target/release/.

To compile the debug build instead, omit the --release flag. Note that debug binaries will be significantly slower. The executable files of debug builds will be located in target/debug/.

Commit count: 139

cargo fmt