Code Monkey home page Code Monkey logo

brainsliders's Introduction

BRAINSLIDERS

Quickie keyboard controlled slideshow w/ mp3 and video and autotimer support.

After watching people struggle while projected on a giant screen in front of an audience navigating Finder + Preview + View > Enter Full Screen, sometimes trying to queue up songs on iTunes, and even worse, switching back to Finder to open a video mid-slideshow, I put this together.

Not terribly user-friendly atm, but I built it for myself. Still handy as a jumping point if you want a quick, customizable slideshow to run locally off your laptop. (Just double click index.html after putting up your own images and editing slides.js.)

Starts with a placeholder page (that I change like a total nerd for every show). You can click on it to start, or press right arrow or space to progress to next slide. Left arrow goes back a slide. Esc reloads the site/app/whateverthisis, jumping you back to the placeholder page.

Mp3s will only play if you are progressing forward, so you can go back a few slides without restarting the music if you skipped ahead accidentally.

Upload images to /img/, mp3s to /mp3/, and videos to /videos/, then edit the slides array in /js/slides.js.

Per-slide options:

bgcolor: '#000'

sets the background color for the slide

image: 'black.png'

slide image filename, loads from /img/filename

mp3: ''

optional mp3 filename, will load from /mp3/filename

mp3_start: 0

optional ability to start midway into an mp3, in seconds

video: ''

if image is not set and video is set, it will load & autoplay a video from /videos/filename

auto: 0

will set a autotimer to jump to next slide if > 0.


There are also a few options at the top of slides.js:

var full_screen_images = false;

set to true for fullscreen images (otherwise it will center the image, best for smaller panels)

var cross_fade = false;

set to true for crossfaded images (this felt weird for comics but it can be nice if you use this for something else)

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.