Skip to content

richardschembri/xptp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

xptp: Crossplatform Plain Text Presentation

A minimilistic presentation application that makes use of a plain text file. Every paragraph or image filepath represents a slide in the presentation.

It is essentially a cross platform implementation of sent using the Godot engine

(Non-)Features

  • A presentation is just a simple text file.
  • Each paragraph represents one slide.
  • Content is automatically scaled to fit the screen.
  • UTF-8 is supported.
  • Images can be displayed (no text on the same slide).
  • No different font styles (bold, italic, underline)
  • No fancy layout options (different font sizes, different colors, …)
  • No animations
  • No support for automatic layouting paragraphs
  • Slides with exuberant amount of lines or characters produce rendering will not fit in the slide preventing you from holding bad presentations.

Features

  • Simple GUI
  • Dark mode / Light mode

Todo

  • Improve text resizing
  • Rewite in GDNative / c++
  • Accept command line parameters
  • Toggle slide number
  • Config file?
  • Custom Font support?

Controls

  • Arrow Keys / Vim navigation keys / Swipe left or right: Navigation
  • space: Next slide
  • o: Open file dialogue
  • t: Toggle dark mode
  • n / Swipe down: Toggle slide number
  • w: Toggle window mode (windowed/fullscreen)
  • u: Unload presentation
  • q: Quit
  • Esc / Swipe up: Toggle main menu

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

Third Party Assets

About

Cross Platform Plain Text Presentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published