A GoLang + Wails application designed to integrate the CasparCG server with dynamic data sources.
CaspawCG enables real-time graphics control for live broadcasting by connecting CasparCG Server with external data sources like Google Sheets, providing a UI inspired by CharacterWorks.
- 🎨 Live Graphics Control - Real-time control of CasparCG graphics and templates
- 📊 Data Source Integration - Pull data from Google Sheets and other sources
- 🖥️ Modern UI - Built with Wails for a native desktop experience
- ⚡ Real-time Updates - Event-driven architecture for instant data synchronization
- 🎯 Layout Management - Flexible layout configuration system
- 🔧 Multi-Server Support - Connect to multiple CasparCG servers simultaneously
- Go 1.26 or higher
- Node.js 16+ and npm
- Wails v2
- CasparCG Server
- CasparCG Media Scanner
- Clone the repository:
git clone https://github.com/yourusername/CaspawCG.git
cd CaspawCG- Install dependencies:
# Install Go dependencies
go mod download
# Install Linter
make install-dev
# Install frontend dependencies
cd frontend
npm install
cd ..- Start CasparCG
# Starts CasparCG 2.5.0 with a base config
# Run each make command in a new terminal session
make caspar-scanner
make caspar-server- Run the application:
# Run in development mode
make dev- Copy the example configuration file:
cp config.example.yaml config.yaml- Edit
config.yamlwith your settings:
data_source_manager:
google_sheet_data_sources:
- spreadsheet_id: "your_spreadsheet_id_here"
credentials_file_path: "path/to/credentials.json"
casparcg_client:
- host: "localhost"
port: 5250Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- CasparCG Server - Open-source graphics server
- Wails - Go + Web UI framework
- Google Sheets API - Data source integration
For issues, questions, or suggestions:
- Open an issue on GitHub
- Check the CasparCG documentation
- Visit the Wails documentation