Clockwiser by Team Hoi
https://bsky.app/profile/did:plc:quvmibo26dx53yc47ueikcqc/post/3mn6b4t76as2r
https://bitbucket.org/rhinoid/clockwiser_portable/src/main/releases/
MIT license: https://bitbucket.org/rhinoid/clockwiser_portable/src/main/LICENSE

Built by Andi
No warranty

Build steps:

# cmake version 3.30.3
# -- Building for: Visual Studio 17 2022
# -- Selecting Windows SDK version 10.0.20348.0 to target Windows 10.0.19045.
# -- The C compiler identification is MSVC 19.42.34436.0
# Checkout: git commit 506b3b929b129e
# Downloaded: https://github.com/libsdl-org/SDL/releases/download/release-2.32.8/SDL2-devel-2.32.8-VC.zip
# Downloaded: https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.12/SDL2_image-devel-2.8.12-VC.zip
# Downloaded: https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.2/SDL2_mixer-devel-2.8.2-VC.zip

cmake.exe -S . -B build -DSDL2_DIR="D:\work\lib\SDL2-2.32.8\cmake" -DSDL2_image_DIR="D:\work\lib\SDL2_image-2.8.12\cmake" -DSDL2_mixer_DIR="D:\work\lib\SDL2_mixer-2.8.2\cmake" -DCMAKE_BUILD_TYPE=Release
cmake.exe --build . --config Release
cp /mnt/d/work/lib/SDL2-2.32.8/lib/x64/SDL2.dll /mnt/d/work/lib/SDL2_image-2.8.12/lib/x64/SDL2_image.dll /mnt/d/work/lib/SDL2_mixer-2.8.2/lib/x64/SDL2_mixer.dll build/Release/
