Skip to content

keesjankoster/Presenter

Repository files navigation

Presenter 2.0.0

Presentation Application for LUKE Theatre Group (http://luketheatre.co.uk) based on openFrameworks (http://openframeworks.cc). Presenter runs on Desktops (tested on Windows) and during shows on a Raspberry Pi.

Presentations

Presentations are stored in /bin/data/Presentations/[PRESENTATION] The PRESENTATION directory contains a presentation.xml file for configuration and all other assets like pictures and videos.

An example:

<?xml version="1.0" encoding="UTF-8"?>
<slides>
  <slide backgroundcolor="#000000" backgroundimage="slide01.jpg" transition="none"/>
  <slide backgroundcolor="#000000" backgroundimage="slide02.jpg" transition="fade"/>
  <slide backgroundcolor="#000000" backgroundimage="slide03.jpg" transition="scrolling"/>
  <slide backgroundcolor="#000000" backgroundimage="slide04.jpg" transition="fadetoblack"/>
  <slide backgroundcolor="#000000" backgroundvideo="background.mp4" transition="fade"/>
    <item type="title" font="MyriadPro-Bold.otf">Father God, you're by my side</item>
    <item type="lyric" font="MyriadPro-Bold.otf"><![CDATA[Father God,
you're by my side
And you will never,
ever leave me
Father God,
you're by my side
And you will never,
ever leave me]]></item>
	  <item type="lyric" font="Amble-Bold.ttf"><![CDATA[When the road is really tough
And it's very hard to walk
When I'm feeling really rough
And it's even hard to talk to you]]></item>
  </slide>
  <slide backgroundcolor="#000000" backgroundvideo="video.mp4" transition="fade"/>
    <pause time="00:00:25" />
    <pause time="00:05:00" />
    <pause time="00:07:30" />
  </slide>
</slides>

Screenshots

alt tag

alt tag

alt tag

alt tag

Codecs

It seems that on Windows Codecs need to be installed: Download K-Lite Codec Pack - Version 12.1.0 https://filehippo.com/download_klite_codec_pack/67445/

About

Presentation Application for LUKE Theatre Group (http://luketheatre.co.uk) based on openFrameworks (http://openframeworks.cc).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published