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
- 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.
- Simple GUI
- Dark mode / Light mode
Improve text resizing- Rewite in
GDNative
/c++
- Accept command line parameters
Toggle slide number- Config file?
- Custom Font support?
- 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
This project is licensed under the GPLv3 License - see the LICENSE.md file for details