No description
Find a file
2022-02-11 09:58:38 -06:00
build Added readme and cleaned up some ui pieces 2022-02-11 09:58:38 -06:00
src Added readme and cleaned up some ui pieces 2022-02-11 09:58:38 -06:00
CMakeLists.txt some basic ui pieces 2022-02-08 10:14:00 -06:00
CMakeLists.txt.user making slide work regardless of other things 2022-02-10 15:14:43 -06:00
README.org Added readme and cleaned up some ui pieces 2022-02-11 09:58:38 -06:00

Church Presenter

Church Presenter

This is an attempt at building a church presentation application in Qt/QML. QML provides a very powerful and easy declarative way of creating a UI so it should also be a very simple method of creating on screen slides and presentations. This experiment is to see how difficult it is to rebuild these applications in QML as opposed to other more complicated systems. After digging through the source code of OpenLP, I discovered they are essentially created a web server and rendering a page onto the screen to show slides. This felt like a waste of resources and added complexity when something so simple and useful as QML exists.

Features (planned are in brackets)

  • Presents songs lyrics with image and video backgrounds
  • Presents slides
  • (Custom slide builder)
  • (Simple song creation with a powerful text parser)

Build and Run

First get the source code

Then into the root directory.

cd church-presenter

Then build.

cmake -B build/ . && cmake --build build/

Then run.

./build/bin/presenter