Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Philip-Scott/Spice-up
Presentations App for the modern Linux Desktop
https://github.com/Philip-Scott/Spice-up
Last synced: 8 days ago
JSON representation
Presentations App for the modern Linux Desktop
- Host: GitHub
- URL: https://github.com/Philip-Scott/Spice-up
- Owner: Philip-Scott
- License: gpl-3.0
- Created: 2016-09-05T22:02:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T23:36:23.000Z (over 2 years ago)
- Last Synced: 2024-10-25T09:17:07.970Z (14 days ago)
- Language: Vala
- Homepage:
- Size: 8.88 MB
- Stars: 600
- Watchers: 21
- Forks: 32
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-vala - Spice-up - Presentations App for the modern Linux Desktop. (Apps / Productivity)
- awesome-elementaryos - Spice-up - Create simple and beautiful presentations on the Linux desktop [:white_check_mark:](https://appcenter.elementary.io/com.github.philip-scott.spice-up) (Applications / Productivity)
README
Spice-up
Create Simple and Beautiful presentations
Create presentations that stand out! Spice-Up has everything you need to create simple and beautiful presentations. Get your ideas across with beautiful designed templates, or start from scratch with a blank canvas. Either way, you will add some spice to your presentations with a wide variety of background patterns and a beautiful color palette.
### Spice Presentations Look Amazing!
Images, Shapes, Text, as well as beautiful background patterns and easy to make custom gradients!
Easy-to-design slides and powerful features:
- **Exporting to PDF:** Share your presentation with anyone, no matter the platform they're at.
- **Presentation Browser:** Scroll though the presentations you have made and jump right into them with one click!.
- **Controller Support:** If you have a USB or Bluetooth controller, plug it in and control your slides!
- **Web Viewer:** Presentations can now be viewed from a web browser if Spice-Up is not installed, even if you're not using Linux. No extra software needed!
- **Edit images** in your favorite editor, and it will automatically update when saved
- **Templates:** a touch of creativity is all you need to make presentations in a blink of an eye.
- **Presenter Notes:** Present like a pro with slide-by-slide notes only viewable by you!
- And much more!
## Installation
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.philip-scott.spice-up)
On elementary OS? Hit the button to get Spice-Up!
#### Not on elementary?
You can install Spice-Up from a PPA. But be aware that your results may varysudo add-apt-repository ppa:philip.scott/spice-up-daily
sudo apt-get update
sudo apt-get install com.github.philip-scott.spice-up## Dependencies
These dependencies must be present before building
- `gtk+-3.0>=3.9.10`
- `granite>=0.4.1`
- `json-glib-1.0`
- `gee-0.8`
- `gudev-1.0`
- `libevdev`
- `libsoup-2.4`## Building
```
mkdir build/ && cd build
cmake ..
make && sudo make all test install
```