No description
Find a file
2023-11-29 14:38:13 -06:00
.cargo initial bits to make a ytdl addition 2023-04-21 13:42:18 -05:00
cmake fix naming scheme for cmake file 2023-02-15 14:06:01 -06:00
src adding a basic details view skeleton 2023-11-29 14:38:13 -06:00
.dir-locals.el updates to dir-locals 2023-10-25 09:36:00 -05:00
.envrc using nix flake again 2023-10-23 09:48:47 -05:00
.gitignore updating .gitignore 2023-06-28 16:11:19 -05:00
build.rs linking obs up to as a stringlist model 2023-11-17 11:02:45 -06:00
build.sh making service_item_model build 2023-06-17 06:36:16 -05:00
Cargo.lock updating to cxx-qt 6.O 2023-11-21 11:44:26 -06:00
Cargo.nix initial bits to make a ytdl addition 2023-04-21 13:42:18 -05:00
Cargo.toml updating to cxx-qt 6.O 2023-11-21 11:44:26 -06:00
CHANGELOG.org admin stuff 2022-08-24 10:51:59 -05:00
CMakeLists.txt initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
default.nix updating bits of nix stuff 2023-09-20 06:16:39 -05:00
diesel.toml setting diesel up more 2023-04-04 15:15:29 -05:00
flake.lock initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
flake.nix moving away from cargo2nix as I wasn't using it 2023-04-28 12:08:07 -05:00
guix.scm updates to guix shell 2023-10-23 09:20:44 -05:00
justfile initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
library-db.sqlite3 diesel instead of sea-orm 2023-04-04 14:29:14 -05:00
librepresenter.desktop some metadata changes 2023-04-14 08:53:52 -05:00
LICENSE Update LICENSE 2022-09-26 15:45:47 +00:00
Makefile fixing wrong name in makefile 2023-09-20 06:16:26 -05: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 update readme.org 2023-10-24 06:35:22 -05:00
rustfmt.toml using version "Two" of rustfmt 2023-11-02 06:29:51 -05:00
shell.nix updates to guix shell 2023-10-23 09:20:44 -05:00
TODO.org update todo again with some plans 2023-11-29 09:47:55 -06:00

Lumina

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 (PDF) (PowerPoint and Impress are in not implemented yet)
  • Present Reveal.js 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.

Rust and CXX-QT

CXX-QT is a bridge framework for Rust and Qt. It works by piggybacking off of CXX and is a phenomenal tool to make a Qt app using Rust. More and more, I've been porting things over to Rust in the project using this bridge.

Build and Run

First get the source code

Then into the root directory.

cd lumina

Then build.

just build

Then run.

./bld/bin/lumina

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 lumina
nix develop

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

If you have direnv

cd lumina
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