Skip to content

mazdabat/swift_cast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift_cast

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.

Prerequisites

  • GCC supporting C++ standard 17 or later
  • CMake 3.31+
  • SDL 3

Build

  1. Fetch SDL3 source code

    git submodule update --init --recursive

  2. Create build directory in the project root

    mkdir build

  3. Navigate to build directory

    cd build

  4. Build the project using cmake

    cmake --build . --target=all

Run the applicaiton

./bin/swift-cast

About

tv signage app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published