SkillAgentSearch skills...

CppTexturePacker

A C++ Texture Packer Toolkit

Install / Use

/learn @wo1fsea/CppTexturePacker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CppTexturePacker build status

A C++ Texture Packer Toolkit (The C++ version of PyTexturePacker)

Build

  1. Install vcpkg
> git clone https://github.com/Microsoft/vcpkg.git
> cd vcpkg

PS> .\bootstrap-vcpkg.bat
Linux:~/$ ./bootstrap-vcpkg.sh
  1. Use Vcpkg to Install Dependencies
PS> .\vcpkg install boost-test boost-format boost-filesystem cimg libpng libplist libjpeg-turbo pybind11 utfcpp
Linux:~/$ ./vcpkg install boost-test boost-format boost-filesystem cimg libpng libplist libjpeg-turbo pybind11 utfcpp
  1. Use CMake to Build
> cd CppTexturePacker
> mkdir ./build
> cd ./build 
> cmake -DCMAKE_TOOLCHAIN_FILE="[your_vcpkg_root]/scripts/buildsystems/vcpkg.cmake" ../ 
> cmake --build ./
> ctest
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C++

Security Score

92/100

Audited on Dec 24, 2025

No findings