All Projects → twasyl → Slideshowfx

twasyl / Slideshowfx

Licence: other

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Slideshowfx

Jfoenix
JavaFX Material Design Library
Stars: ✭ 5,720 (+12611.11%)
Mutual labels:  javafx
Richtextfx
Rich-text area for JavaFX
Stars: ✭ 902 (+1904.44%)
Mutual labels:  javafx
Img2latex Mathpix
An image to LaTeX tool by MathpixOCR API and JavaFX
Stars: ✭ 872 (+1837.78%)
Mutual labels:  javafx
Prettyzoo
😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform
Stars: ✭ 671 (+1391.11%)
Mutual labels:  javafx
P2p
Practice project to demonstrate p2p file sharing.
Stars: ✭ 16 (-64.44%)
Mutual labels:  javafx
Fxgraphalgorithmsimulator
Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
Stars: ✭ 22 (-51.11%)
Mutual labels:  javafx
Scalafx
ScalaFX simplifies creation of JavaFX-based user interfaces in Scala
Stars: ✭ 555 (+1133.33%)
Mutual labels:  javafx
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-11.11%)
Mutual labels:  javafx
Controlsfx
High quality UI controls to complement the core JavaFX distribution
Stars: ✭ 887 (+1871.11%)
Mutual labels:  javafx
Pharmacy Blockchain
Open Hackathon Sep 2018 - Oran.
Stars: ✭ 13 (-71.11%)
Mutual labels:  javafx
Testfx
Simple and clean testing for JavaFX.
Stars: ✭ 699 (+1453.33%)
Mutual labels:  javafx
Everest
A beautiful, cross-platform REST client.
Stars: ✭ 785 (+1644.44%)
Mutual labels:  javafx
Chat Socket
A simple chat room using java socket with the client-server paradigm
Stars: ✭ 24 (-46.67%)
Mutual labels:  javafx
Jfreechart
A 2D chart library for Java applications (JavaFX, Swing or server-side).
Stars: ✭ 665 (+1377.78%)
Mutual labels:  javafx
Cellsim 2
Simulating complete lives of different cellular animals and plants. Evolution, inheritance, predation and more.
Stars: ✭ 28 (-37.78%)
Mutual labels:  javafx
Cljfx
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
Stars: ✭ 624 (+1286.67%)
Mutual labels:  javafx
Paletti
Create a color palette from an image
Stars: ✭ 22 (-51.11%)
Mutual labels:  javafx
Bluebub
A library for creating chat bubbles in JavaFX
Stars: ✭ 42 (-6.67%)
Mutual labels:  javafx
Tilesfx
A JavaFX library containing tiles that can be used for dashboards.
Stars: ✭ 987 (+2093.33%)
Mutual labels:  javafx
Ninjaterm
A serial port terminal that's got your back.
Stars: ✭ 24 (-46.67%)
Mutual labels:  javafx

What is SlideshowFX ?

SlideshowFX is a tool allowing you to create slide decks using HTML5 frameworks. Maybe have you heard about reveal.js or impress.js that allow you to create beautiful slideshows, entirely customizable by using HTML5 and CSS3 technologies.

The main advantage is you don't need anything else than a text editor and a browser, both tools that can be find for free. Moreover, even if tools like PowerPoint and Keynote are mostly used and are really interesting, if you are a geek, you'll fall in love with creating HTML5 slideshows. It brings you a lot of freedom like adding a YouTube video right inside your presentation, playing music, automatically syntax highlighting code example and more.

But why SlideshowFX ?

Even if you like web technologies, it could be long to completely create your presentation by writing HTML code. The goal of SlideshowFX is to facilitate that task by allowing you to use a template and then simply set titles, content, images, copying slides, moving them and more. All with a nice and simple interface. And because you may not want to write HTML code, you will also be able to set the content using Textile, Markdown and Asciidoctor. It's up to you.

But SlideshowFX also brings features that aren't provided by existing tools. Indeed you can start a chat with which your attendees can ask you questions that are resend to all others attendees connected to the chat. But questions could also be asked through Twitter with a hashtag you define.

Are you a big lover of quizs? If yes you can even create quizs in your presentations that attendees can answer to and results will be displayed live! Cool, isn't it?

And developers aren't forgotten in SlideshowFX! Sometimes you display code snippets right? You would like to see the results right? In SlideshowFX, insert executable code snippets and see the console's output directly in your presentation! Currently you can create Go, golo, groovy, Java, JavaScript, kotlin, Ruby, Rust and scala.

With SlideshowFX, bring your presentation to the next level of interactivity.

How to get started

You can build SlideshowFX manually in order to test it. In order to do so, you will need:

  • A JDK 14;
  • The JAVA_HOME system variable set to point to your JDK installation.

Building the application

Then in order to build the application:

  • Open a command line in the repository folder ;
  • Execute the command gradlew :slideshowfx-setup:distZip and wait for it to finish successfully ;
  • Go in REPOSITORY_HOME/slideshowfx-setup/build/distributions in order to find the SlideshowFX-<version>-<paltform>.zip archive containing the SlideshowFX installer

Running development version

To run the application, you can run the following command:

gradlew -q :slideshowfx-app:runApplication
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].