Giter Site home page Giter Site logo

presentation-assistant's Introduction

Snips RevealJS and Key-based Presentation Assistant πŸ‘©β€πŸ« πŸ‘¨β€πŸ«

Action code and template for my RevealJS presentation assistant and action code for any slideshow software using keyboard inputs. Use your voice to control your slideshow!

Setup πŸ’»

Install the associated Snips app on your assistant :

  • πŸ‡«πŸ‡· French : Diaporama
  • πŸ‡¬πŸ‡§ English : Coming Soonβ„’

Install the Snips platform and your assistant on your device. Start the action code and open your Reveal JS presentation on a webserver or your favorite slideshow software.

Build πŸ› 

The action code consists of a Rust crate. To build a Rust crate, install Rust with Cargo, change your current directory to the root of the repository and type :

cargo build --release

Run πŸƒβ€β™‚οΈ

If you want to run your action code, type:

cargo run --release

Notes for the RevealJS action code ❗️

Because of security restrictions on your browser, you should run your RevealJS presentation on a webserver to be able to access the action code. If you have Python 3 on your computer for example, set your current directory to the RevealJS folder and use the following command to host a webserver:

python3 -m http.server

The webserver should be accessible on the 8000 port. Just access it on your browser using the address localhost:8000.

How (RevealJS)? πŸ•Ή

The special RevealJS template included in the template folder includes some Javascript code to open a websocket. The action code includes a websocket server responsible to relay any intents related to the presentation app to the RevealJS app which will react accordingly.

How (Key-based inputs)? ⌨️

The action code will use the left and right arrow keys to get to the next or previous slide (those keys should be commonly supported by any presentation software). The slideshow software should be in focus for this method to work.

presentation-assistant's People

Contributors

deluvi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.