Go to file
RTSDA dd3d171e3a Add LICENSE and update README for new repository
- Add MIT LICENSE file
- Update README.md to reflect new API integration
- Include all recent changes to migrate from PocketBase to church API
2025-08-16 18:48:02 -04:00
.github Create FUNDING.yml 2025-05-28 13:40:24 -04:00
icons Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
src Fix Unicode character display by loading symbol fonts 2025-06-28 20:22:32 -04:00
.gitignore Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
beacon-source.tar.gz Fix Unicode character display by loading symbol fonts 2025-06-28 20:22:32 -04:00
beacon.desktop Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
Cargo.lock Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
Cargo.toml Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
digital-sign.desktop Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
install.sh Initial commit: Beacon digital signage application 2025-02-06 00:12:04 -05:00
LICENSE Add LICENSE and update README for new repository 2025-08-16 18:48:02 -04:00
README.md Add LICENSE and update README for new repository 2025-08-16 18:48:02 -04:00

Beacon

A modern digital signage application for displaying church events, built with Rust and Iced.

Features

  • Real-time event display with automatic updates
  • Smooth image loading and transitions
  • Modern, clean interface design
  • Automatic event filtering based on date/time
  • Support for high-resolution displays
  • Efficient memory management for images

Requirements

  • Rust 1.70 or higher
  • A running church API instance with events endpoint

Configuration

Create a config.toml file in the application directory with the following settings:

api_url = "http://your-church-api-url"
window_width = 1920
window_height = 1080
slide_interval_secs = 10
refresh_interval_mins = 5

Building

cargo build --release

Running

./target/release/beacon

Development

The application is built using:

  • Iced for the UI framework
  • Tokio for async runtime
  • Reqwest for HTTP requests
  • Chrono for date/time handling

License

MIT License