No description
Find a file
2022-09-24 06:26:58 -05:00
cmake working build of new podofo pdf system 2022-09-23 15:07:21 -05:00
src adding a function for adding pdfs 2022-09-24 06:26:58 -05:00
.dir-locals.el adding in a video model and editor 2022-03-15 15:08:17 -05:00
.envrc making shell.nix not force the fish shell 2022-09-22 05:58:44 -05:00
.gitignore adding more to gitignore 2022-02-25 16:35:28 -06:00
CHANGELOG.org admin stuff 2022-08-24 10:51:59 -05:00
CMakeLists.txt working build of new podofo pdf system 2022-09-23 15:07:21 -05:00
default.nix making default.nix work 2022-09-23 05:41:50 -05:00
flake.lock adding nix-shell as a todo and tweaking the shell 2022-07-06 15:12:53 -05:00
flake.nix making default.nix work 2022-09-23 05:41:50 -05:00
LICENSE adding change and license? 2022-05-24 10:05:53 -05:00
qhot-profile.json MPV is working now 2022-02-18 11:33:22 -06:00
README.org adding info to readme about nix 2022-07-07 15:31:26 -05:00
shell.nix updating cmake to include podofo 2022-09-23 13:28:44 -05:00
TODO.org todo: audio file to songs 2022-09-21 06:24:52 -05:00

Church Presenter

Introduction

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 creating a web server and rendering a webpage 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 parentheses)

  • Presents songs lyrics with image and video backgrounds
  • Use MPV as a rendering system for videos
  • Simple song creation with a powerful text parser - Almost fully finished
  • (Present Slides)
  • (Custom slide builder)

MPV

You will need MPV installed in order to use this. All videos run through it. This, however, enables us to make videos work very well and with a lot of control and since it uses ffmpeg underneath, nearly any codec regardless of underlying system. This prevents the need for the user to install other codecs to work with Windows or MacOS. It also means a much easier control system and the potential to stream web content as well without downloading first.

Build and Run

First get the source code

Then into the root directory.

cd church-presenter

Then build.

cmake -B build/ . && make --dir build/

Then run.

./build/bin/presenter

Nix

If you are using nix to develop with, which I would try to suggest since that will make sure all the appropriate dependencies are installed, you'll need to do the following:

cd church-presenter
nix develop

This drops you into a shell with all the right dependencies.

Then just as before build and run it the way you would.

Contact Me

If, for whatever reason, you need to contact me and get something ironed out, please do so at chris@cochrun.xyz