A test program to verify pixel-perfect positioning of textures and geometric primitives (lines and points).
Dependencies: The project uses the cmake build system
and SDL 2.0. They can all be installed on a Debian-based
distribution using the following command:
apt install cmake libsdl2-dev libsdl2-ttf-dev
Build commands:
cmake -S. -Bhostbuild
cd hostbuild
make
Dependencies: the devkitPro toolchain and the SDL2 package installable from the devkitPro repositories.
Build commands:
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Wii.cmake
cd build
make
If building for the GameCube, replace Wii.cmake with Cube.cmake.