https://github.com/regebro/hovercraft
Make dynamic impressive presentations from text files!
https://github.com/regebro/hovercraft
Last synced: about 1 year ago
JSON representation
Make dynamic impressive presentations from text files!
- Host: GitHub
- URL: https://github.com/regebro/hovercraft
- Owner: regebro
- License: mit
- Created: 2013-01-28T08:02:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T14:35:12.000Z (over 4 years ago)
- Last Synced: 2025-04-13T23:54:22.578Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hovercraft.readthedocs.org
- Size: 1000 KB
- Stars: 1,501
- Watchers: 69
- Forks: 207
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-research - hovercraft
- awesome-research - hovercraft
- awesome-presentation-tools - Hovercraft - Create impress.js presentations from reStructuredText. Python-based with 3D effects. (Open Source)
README
Hovercraft!
===========
*The merge of convenience and cool!*
Hovercraft! is a tool to make impress.js_ presentations from
reStructuredText. For a quick explanation, see the demo_.
Features
--------
* Write your presentations in a text markup language. No slow, limiting GUI, no annoying HTML!
* Pan, rotate and zoom in 3D, with automatic repositioning of slides!
* A presenter console with notes and slide previews!
* Support for showing mathematical formulas.
* Styling is easy with CSS.
* The slide show generated is in HTML, so you only need a web browser to show it.
* Easy sharing, as it can be put up on a website for anyone to see!
Full documentation is available at readthedocs.org_, and also in the
documentation subdirectory.
Installation
------------
Hovercraft requires Python 3 and can be installed like any Python package.
The easiest way is to install pip_, and then run::
$ pip3 install hovercraft
Juan Bondi has made videos of how to install:
* Installation on Ubuntu and Debian based computers: https://www.youtube.com/watch?v=tHSJLF9OnKQ
* Installation on Windows: https://www.youtube.com/watch?v=I63I8Az24d8
Hovercraft is untested on Windows, but there is no reason it shouldn't work, at least in theory.
.. _impress.js: http://github.com/bartaz/impress.js
.. _demo: https://regebro.github.io/hovercraft
.. _readthedocs.org: https://hovercraft.readthedocs.io/
.. _pip: http://www.pip-installer.org/en/latest/