Description
Don't know what ImpressJS is? Check out the ImpressJS demo presentation: http://bartaz.github.com/impress.js/#/bored
Strut alternatives and similar libraries
Based on the "Sliders" category.
Alternatively, view Strut alternatives based on common mentions on social networks and blogs.
-
Swiper
Most modern mobile touch slider with hardware accelerated transitions -
impress.js
It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. -
PhotoSwipe
JavaScript image gallery for mobile and desktop, modular, framework independent -
Glide.js
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more -
Splide
Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors. -
Sequence
The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications. -
Keen-Slider
The HTML touch slider carousel with the most native feeling you will get. -
sly
JavaScript library for one-directional scrolling with item based navigation support. -
Embla Carousel
www.embla-carousel.com — A lightweight carousel library with fluid motion and great swipe precision. -
vegas
Vegas is a jQuery/Zepto plugin to add beautiful backgrounds and Slideshows to DOM elements. -
basic-jquery-slider
Simple to use, simple to theme, simple to customise. -
vue-slick-carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay -
Swiffy Slider
Super fast carousel and slider with touch for optimized websites running in modern browsers. -
jcSlider
:snowboarder: A responsive slider jQuery plugin with CSS animations -
jQuery.adaptive-slider
A jQuery plugin for a slider with adaptive colored figcaption and navigation. -
(🧪 Early Alpha)🤙 TamoTam. HangOut. Offline.
(🧪 Late Alpha) 🤙 TamoTam. HangOut. Offline.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Strut or a related project?
Popular Comparisons
README
All new development is happening in Strut2
Strut2 is currently private until we further solidify our "open source dividened program."
Open Source Divdened is the idea that contributors to an open source project will earn revenue based on the overall usage of their contribution, relative to other contributors, in paid products.
In Strut's case specifically, we're launching a subscription service based on Strut and would like to pay our open source contributors.
Obviously there is a lot to figure out here, such as how "valuable" a contribution is and how does the "value" get dispersed as other developers make bugfixes and alterations to the original contribution. Given that, Strut2 is private until we figure out these details. Contact me if you'd like to know more.
Strut
A GUI / Authoring Tool for ImpressJS and Bespoke.js
Don't know what ImpressJS is? Check out the ImpressJS demo presentation: http://bartaz.github.com/impress.js/#/bored
Start using Strut! http://tantaman.github.io/Strut/dist/
(works in Firefox, Chrome and Safari with basic support for IE10)
Learn a bit about Strut
- http://www.youtube.com/watch?v=TTpiDXEIulg
- previous video: http://www.youtube.com/watch?v=zA5s8wwme44
Twitter: @StrutPresents
Mailing List
Development/Building
To build your own version of Strut you'll need Grunt v0.4.0 or later.
- Install the latest Grunt:
npm install -g grunt-cli
- Clone Strut:
git clone git://github.com/tantaman/Strut.git
cd Strut
- Install Strut's development dependencies:
npm install
- Run Strut:
grunt server
(the server runs at localhost:9000)
To make a production build of Strut run grunt build
.
The resulting build will be located in Strut/dist
.
RELEASE NOTES
v0.5.3 - Positioning and transformations of components in edit mode now exactly match the positioning and transformations of components in the final presentation.
Contributing
Strut
is composed of several bundles which provide distinct features to Strut
. The set of bundles that compose
Strut
are defined in https://github.com/tantaman/Strut/blob/master/app/scripts/features.js
This design allows features to be added and removed from Strut
just by adding or removing bundles from the list
in features.js. E.g., if you wanted a build of Strut without RemoteStorage
you can just remove
the RemoteStorage
bundle from features.js. If you didn't want any slide components for some reason then you can remove
strut/slide_components/main
from features.js.
Bundles contribute functionality to Strut
by registering that functionality with the ServiceRegistry
.
You can take a look at the RemoteStorage
bundle for an example: https://github.com/tantaman/Strut/blob/master/app/bundles/common/tantaman.web.remote_storage/main.js
If a service is missing Strut
continues to run without the functionality provided by that service.
New development that isn't essential to the core of Strut should follow this pattern in order to keep the code
modular and allow the removal of features that don't pan out or can only exist in specific environments. For example,
RemoteStorage
can't be loaded if Strut
is being served from a file://
url.
The ServiceRegistry
also allows for runtime modularity. I.e., services can be added and removed at runtime and Strut
will update to reflect the current set of features & services that are isntalled. Try to keep in mind the
fact that services won't necessarily be present or if they are present they might go away. This
approach allows the user to add and remove plugins from 3rd parties at runtime.
Acknowledgements
- ImpressJS https://github.com/bartaz/impress.js/
- Bespoke.js https://github.com/markdalgleish/bespoke.js
- BackboneJS http://documentcloud.github.com/backbone/
- Spectrum https://github.com/bgrins/spectrum
- Etch http://etchjs.com/
- Bootstrap http://twitter.github.io/bootstrap/
- lodash http://lodash.com/
- mousetrap http://craig.is/killing/mice
- RequireJS http://requirejs.org/
- JQuery http://jquery.com/
- HandlebarsJS http://handlebarsjs.com/
- Grunt http://gruntjs.com/