A signage application built with SDL3. This project will continue to evolve with additional digital signage features.
NOTE: The project currently runs only on Linux and requires GCC 10 or newer.
- GCC supporting C++ standard 17 or later
- CMake 3.31+
- SDL 3
-
Fetch SDL3 source code
git submodule update --init --recursive -
Create build directory in the project root
mkdir build -
Navigate to build directory
cd build -
Build the project using cmake
cmake --build . --target=all
./bin/swift-cast