Ask HN: What alternatives to Powerpoint/Prezi are there?
61–70 of 100 posts
Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#62Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#63Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#64No one has mentioned LibreOffice?
The other big open-source office suite is Calligra. Although not as popular as LibreOffice, it is still actively developed. Its presentation application is Stage [1].
Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#65Earlier quoted context omitted.
The portability and co-working capabilities just can't really be matched easily, as far as i know. It's really a great tool
The fact that it is cloud-based and therefore requires an Internet connection means it is the opposite of "portable" for me. When I go to client meetings and have to deliver a presentation, I can't assume I will be connected to the Internet. That's why I use PowerPoint.
This avoids any issues with software not loading / messing up (powerpoint) too.
Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#66Earlier quoted context omitted.
The portability and co-working capabilities just can't really be matched easily, as far as i know. It's really a great tool
The fact that it is cloud-based and therefore requires an Internet connection means it is the opposite of "portable" for me. When I go to client meetings and have to deliver a presentation, I can't assume I will be connected to the Internet. That's why I use PowerPoint.
Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#67Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#68http://slides.com/vasudevram/xtopdf
S5 by Eric Meyer is good too - web-based, uses HTML, CSS and JavaScript:
https://meyerweb.com/eric/tools/s5/
Online S5 intro / demo using S5 itself:
https://meyerweb.com/eric/tools/s5/s5-intro.html
Edit:
Sorry, missed seeing your requirements for the tool, not sure if S5 has them, but leaving my comment up since I think S5 is interesting and definitely a presentation tool.
Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#69Is a commercial SaaS GUI for reveal.js: http://lab.hakim.se/reveal-js/#/
I’m a paying customer, and find it useful. Where possible, I create slides using standard open source reveal.js (or often some markdown format that compiles to it) but sometimes I’ll want to do something that’s easier with a GUI, or just run out of time/interest for design-from-the-command-line.
It’s easy to export decks to HTML, and the auto-generated code is pretty clean and sane, as these things go.
Additionally, the CEO of the company is the maintainer of reveal.js, so buying the product saustains his work in the open source library. You can also write to him with bugs and requests, he’s keen to listen and responsive. Thanks, Hakim!
Re: Ask HN: What alternatives to Powerpoint/Prezi are there?
#70https://slides.com/ Is a commercial SaaS GUI for reveal.js: http://lab.hakim.se/reveal-js/#/ I’m a paying customer, and find it useful. Where possible, I create slides using standard open source reveal.js (or often some markdown format that compiles to it) but sometimes I’ll want to do something that’s easier with a GUI, or just run out of time/interest for design-from-the-command-line . It’s easy to export decks to…