No description
Find a file
2023-02-19 21:12:46 -06:00
cmake fix naming scheme for cmake file 2023-02-15 14:06:01 -06:00
src fix dumb logic 2023-02-19 21:12:46 -06:00
.dir-locals.el fixing .dir-locals.el 2022-12-08 15:22:07 -06:00
.envrc fixing the environment containing a bad variable 2023-01-13 05:48:52 -06:00
.gitignore adding to gitignore 2022-12-11 06:54:33 -06:00
build.rs adding settings.rs 2023-01-27 15:46:35 -06:00
Cargo.lock adding settings.rs 2023-01-27 15:46:35 -06:00
Cargo.nix rearranging rust files and updating crates 2022-12-10 06:52:04 -06:00
Cargo.toml adding settings.rs 2023-01-27 15:46:35 -06:00
CHANGELOG.org admin stuff 2022-08-24 10:51:59 -05:00
CMakeLists.txt update to ffmpeg 5 2023-02-17 09:37:15 -06:00
default.nix adding ffmpeg-full to default.nix 2023-02-08 20:09:06 -06:00
flake.lock adding cargo... 2022-12-09 10:03:05 -06:00
flake.nix a lot of setup and testing work for rust 2022-12-13 09:33:47 -06:00
librepresenter.desktop moving code around for a better file structure 2022-12-09 10:55:50 -06:00
LICENSE Update LICENSE 2022-09-26 15:45:47 +00:00
present.png moving code around for a better file structure 2022-12-09 10:55:50 -06:00
qhot-profile.json MPV is working now 2022-02-18 11:33:22 -06:00
README.org fixing readme 2023-01-10 10:32:01 -06:00
shell.nix update to ffmpeg 5 2023-02-17 09:37:15 -06:00
TODO.org updating todo again 2023-02-17 10:28:54 -06: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
  • Present Slides
  • (Custom slide builder)
  • (an intuitive UI) - Still needs A LOT of polish

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 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.

If you have direnv

cd church-presenter
direnv allow

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