Giter VIP home page Giter VIP logo

showly-desktop's Introduction

Logo

Showly desktop

Showly is an app to display your slides to other people if you do not have large screens or projectors to show it easily. Showly desktop supports Linux and Windows, it has not been tested on MacOS yet.

How it works

When you run Showly desktop you will need to be connected to a LAN network, so your slides can be shared through that network. All participants of your talk will connect to the showly instance that is running on your pc using their web browsers on their pc or smartphones and they will see every single slide on it.

The following diagram shows how it would be:

Logo

How to run

To run Showly desktop you will need to have JDK 17 installed on your system. You can check if you have the correct JDK version running:

java --version

Then you have to download the latest version of Showly desktop from the releases page. Now, to run the program you have to open your Terminal in the same directory where you downloaded the showly app and execute the following command:

java -jar name_of_the_file_you_downloaded.jar

If you have configured your system to open .jar files, then you could open the program double clicking the .jar file.

Troubleshooting

if the participants of your talk are unable to see the slides on their web browsers you can try these things to fix the problem:

  • Assert that the showly process is showing the slides.
  • Check you are connected to the same LAN network as your participants.
  • Assert the showly program is allowed through your firewall.
  • Check the port you are using to run showly is allowed through your firewall.

Contribute and Development

Showly desktop is a GUI wrapper of showly package, so if you are a developer and want to make your own Showly GUI, you are able to do it wrapping that package as I did.

The requirements of this project are:

If you wish to contribute with new features, ideas and bug fixes you can always open an issue.

To run this project you have to execute the next command:

mvn javafx:run

To package this as a .jar file execute:

mvn compile package

The output .jar file will be in ./target/shade directory.

License

This project is under MIT LICENSE.

Contact

You can find my contact info here.

showly-desktop's People

Contributors

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