Giter Site home page Giter Site logo

ayyoub-essadeq / slidy Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 435 KB

Offline controller for your PowerPoint presentation.

License: MIT License

HTML 5.45% JavaScript 19.29% CSS 10.59% Kotlin 64.67%
android-application powerpoint powerpoint-add-in productivity remote-control

slidy's Introduction

Slidy

Offline controller for your PowerPoint presentation.

Hello world

How it works

  • The application relies on a websocket server that is created when you open the mobile application. When you click "connect" on the powerpoint plugin, the plugin will be connected to the websocket server. The phone will act as a server and a client such that the plugin and the mobile application will exchange messages to preform certain actions like going to the next slide or going back to the previous slide.

  • The application is highly extentensibole, sol you can take advantages from the office.js available methods and associate them to certain messages to make custom actions.

Guide

  • The project in composed from two directories :

    1. ./PowerPoint Plugin : contains the plugin that will allow us to manipulate the presentation.
    2. ./Slidy Android App : is the android application that will be responsible for controlling the presentation remotly.
  • To run the application :

    1. Make sure to activate plugins in PowerPoint.
    2. navigate to ./PowerPoint Plugin (you can use cd ./PowerPoint Plugin) and run npm install. When all the packages are installed, execute npm start. At this point, a PowerPoint instance will be created and the plugin will appears in a side panel.
    3. Click on inspect in the side panel, and navigate to https://{your_phone_ip_address}:8887. Click on that link and accept the certificate. This is necessary, because PowerPoint plugins doesn't allow connection over http, so I used a self-signed-certificate to create an https server on the phone. Note : your ip address will show up in the mobile application.
    4. Open ./Slidy Android App in android studio and build the application and you're ready to go.

slidy's People

Contributors

ayyoub-essadeq avatar

Watchers

 avatar  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.