Crates.io | twgpu-tools |
lib.rs | twgpu-tools |
version | 0.3.1 |
source | src |
created_at | 2022-08-02 11:15:13.629863 |
updated_at | 2024-07-18 12:48:17.416237 |
description | Collection of tools about rendering Teeworlds and DDNet maps |
homepage | |
repository | https://gitlab.com/Patiga/twgpu |
max_upload_size | |
id | 637288 |
size | 155,702 |
Powered by the twgpu library!
All tools are command line argument based and explain their usage with --help
.
twgpu-map-inspect
: View rendered maps in a windowtwgpu-map-photography
: Snap pictures of maps via the command linetwgpu-demo-viewer
: Demo playertwgpu-encode-demo
: Convert demos into video files via the command lineYou need Rust installed on your system.
Simply do cargo install twgpu-tools
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/
.