#ddnet #teeworlds #graphics

bin+lib twgpu-tools

Collection of tools about rendering Teeworlds and DDNet maps

3 unstable releases

0.3.1 Jul 18, 2024
0.3.0 Jun 5, 2024
0.2.0 Aug 2, 2022

#361 in Graphics APIs

Download history 2/week @ 2024-07-22 5/week @ 2024-07-29 6/week @ 2024-09-16 9/week @ 2024-09-23 10/week @ 2024-09-30

153 downloads per month

AGPL-3.0-only

265KB
6.5K SLoC

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/.

Dependencies

~26–66MB
~1M SLoC