Find a file
Chris Cochrun 6fcabad45c testing out svg as a text option instead of using the text element
The text element has little options for heavily styling the text. I
think I'll start to build a dedicated text element from SVGs
instead. This will ensure that I can add strokes and drop-shadows.
2025-03-17 07:26:44 -05:00
.forgejo/workflows actions update 2024-11-28 03:51:06 -06:00
migrations adding all of our core sql systems 2024-11-12 06:29:24 -06:00
src testing out svg as a text option instead of using the text element 2025-03-17 07:26:44 -05:00
.envrc trying to tweak sqlx 2025-02-27 15:30:08 -06:00
.gitignore better preview bar 2024-12-06 22:19:20 -06:00
Cargo.lock changing how each slide in the song_editor gets its video background 2025-03-16 22:49:42 -05:00
Cargo.toml changing how each slide in the song_editor gets its video background 2025-03-16 22:49:42 -05:00
flake.lock Reapply "attempt at updating a lot of things" 2024-11-21 05:23:47 -06:00
flake.nix fixed lots of bugs by return Action enums in song_editor and library 2025-03-15 22:30:19 -05:00
justfile just changes 2025-02-03 09:23:38 -06:00
readme.org udpate readme 2024-12-13 23:41:01 -06:00
rustfmt.toml idk 2024-11-13 14:20:52 -06:00
test_presentation.lisp fixing tests 2025-01-12 21:25:19 -06:00
test_presentation.ron adding ron to slide serializing... 2024-11-11 12:02:42 -06:00
test_slides.lisp fixing test having the right data 2024-11-29 21:14:26 -06:00
test_song.lisp fixing tests 2025-01-12 21:25:19 -06:00
testypres.lisp fixing tests 2025-01-12 21:25:19 -06:00
todo.org updating todo 2025-03-16 22:49:07 -05:00

Lumina

Lumina is a presentation app that works from a cli or a UI. The goal is that through a simple text file, you can describe an entire presentation and then load and control it either from the command line, or a UI. The UI also provides user friendly ways of creating the presentation to allow for flexibility for users to make something that works for developers and nerds as well as regular folk.

Why build this?

Well for one, I want more experience developing things and I don't have a good tool for this kind of thing on Linux.

Primarily, I don't think there is a good tool for this kind of thing on Linux. On Windows and Mac there is ProPresenter or Proclaim. Both amazing presentation software built for churches or worship centers and can be used by others for other things too, but incredible tools. I want to have a similar tool on Linux. The available tools out there now are often old, broken, or very difficult to use. I want something incredibly easy, with very sane or at least very customizable keyboard controls that allow me to quickly build a presentation and make it VERY easy to run it too.