How about Sozi? its an extension for inkscape - http://sozi.baierouge.fr/
Guessing it may also be possible to do some of the heavy lifting in another vector drawing app (e.g. sketch) then finish the presentation aspects in Inkscape/Sozi
51–60 of 100 posts
How about Sozi? its an extension for inkscape - http://sozi.baierouge.fr/
Guessing it may also be possible to do some of the heavy lifting in another vector drawing app (e.g. sketch) then finish the presentation aspects in Inkscape/Sozi
It has a pretty big map (though not infinite) for you to add shapes and text to, has support for adding and editing paths, plenty of tutorials and you can make slides in the paid version (free 2 week trial). Disclaimer: I made Breakdown Notes
I don't know if this satisfies your infinite canvas requirement, but I've used https://slides.com/ quite a bit. Similar to reveal.js. edit: as pointed out elsewhere in the thread, "slides.com is a front-end for reveal.js, made by the authors of reveal."
I love the websocket feature that let's you use your phone as a slide changer. It feels very professional but free.
No one has mentioned LibreOffice?
I'll second LibreOffice. It's much more polished than OpenOffice, and it's quite functional and mature. It has definitely gotten the TLC that OpenOffice so desperately needed about 10 years ago. I'm not sure if it has the infinite canvas that the OP is looking for, but it's definitely nothing to sneeze at.
Same as what happened with MySQL -> MariaDB.
Additionally, Keynote Live allows you to play a presentation and have viewers join via a URL, where they can view the presentation in sync on any device (macOS/iOS/Web), with feature parity to normal Keynote presentations.
Make sure you're logged into your Prezi account, then go to this link: https://prezi.com/instant-prezi An editor or a 404 page may appear. Either way, Prezi classic is now enabled. You can access your dashboard again on the top right and switch between the two products in a drop down on the left.
Source: https://prezibase.com/activate-prezi-classic-account/
org-mode with beamer output. For me there are a couple of large benefits: - You can include LaTeX directly in documents and preview LaTeX inline in Emacs. This is not restricted to LaTeX math, but any kind of LaTeX environment. I often use this for including TikZ figures. - You can include snippets of code in your document, execute them inline and include the results in your presentation. For instance, you can use th…