Spraymaker5000

Looking for Spraymaker? You probably want Spraymaker version 2 instead! Spraymaker5000 Spraymaker5000 is a GUI tool to create custom high quality sprays for Source engine games. Version 1 is written in C# .NET and uses WPF for the GUI. Version 2 is written in C++ and uses the Qt framework for the GUI. I recommend using Spraymaker version 2 unless you have a specific reason to prefer this version. The tool makes calls to external binaries (FFMpeg and crunch) to import, transform, and convert the image data. These images are then stitched together into the VTF format. It’s all rather crude, but it was only intended to be a prototype! ...

A Foul Dev

Spraymaker 2

Spraymaker 2 Spraymaker 2 is an improved version and complete rewrite of Spraymaker5000. It is open source software published on GitHub under the GNU GPLv3.0 license. The code is written in C++23 with the Qt framework, and uses CMake for building. It runs on both Linux and Windows, and might run on OSX, too, if somebody feels like trying that out. It uses libvips, FFMpeg, and crnlib to handle the loading, processing, and conversion of the images. ...

A Foul Dev