This is a **preview release** — Lumiera is not usable yet. Publication was again motivated by a series of major upgrades and clean-up. Compilation now requires C++23 and Debian/Trixie is considered the reference platform. The GUI is connected to the core over an asynchronous messaging bus and the timeline display has been reshaped to accommodate flexibly nested structures of media content, instructed by the session through a series of _diff messages_. A scheduler has been implemented to drive the Render Engine, but the connection to the player and UI for output is yet unfinished.
24 lines
902 B
INI
24 lines
902 B
INI
###########################################################
|
|
# ### Lumiera installation and platform configuration ###
|
|
#
|
|
# (file located relative to the Lumiera executable)
|
|
#
|
|
|
|
[Lumiera]
|
|
# Setup of the Lumiera video editor main application.
|
|
# $ORIGIN denotes the directory of the executable.
|
|
#
|
|
gui = gtk_gui.lum
|
|
modulepath = $ORIGIN/modules
|
|
configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011)
|
|
title = Lumiera
|
|
version = 0.pre.04
|
|
website = http://www.lumiera.org
|
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
|
copyright = 2007 - 2025
|
|
|
|
[Gui]
|
|
#stylesheet = lumiera.css
|
|
stylesheet = lumiera-light-theme-complement.css
|
|
iconpath = $ORIGIN/../../share/lumiera/icons:$ORIGIN/gui/icons
|
|
resourcepath = $ORIGIN/../../share/lumiera:$ORIGIN/gui
|