Welcome to the software that powers the LED light display on the front of the Infolab.
If you're here to write an effect for the display, have a play around with The Playground.
When you've written your effect, fork the repo and add the effect as a js file alongside the others in web/priv/js_effects/, then submit a PR!
If you're submitting an effect, please make sure it follows these rules:
- Effects must not display explicit/ offensive content.
- Effects must not fetch external resources.
For obvious reasons, PRs containing effects that violate these restrictions will be rejected.
Author | Effect | Description |
---|---|---|
@simmsb | Rainbow | Just a simple rainbow effect to demo things |
@JohnVidler | Conway | The classic Conway's Game of Life sim |
@JohnVidler | Colorway | Another Conway's Game of Life sim, with trails! |
@simmsb | Fireworks | A fireworks simulation. |
@JohnVidler | Cheerworks | A web-connected fireworks simulation (cheerlights) |
@simmsb | Snowman | A nice snowman |
@LukesterWad | Sine Wave | A moving sine wave that changes amplitude and spins. |
@NinjaMandalorian | Gradients | Uses current time values to generate gradients over blue diagonal strips, using trigonometric functions and the date object. |
@SuitYourselfGames | A* Visualizer | A* algorithm path finding Visualizer |
@Eric-zhang-1111 | Shift | Shift between two colours over time |
@mrgwbland | Colour changing spiral | Spiral works inwards changing colour, when it reaches the end (near centre) it goes back to the start. |
@james1236 | Matrix rain | Matrix style falling rain that gets longer and more frequent with time |
@SuitYourselfGames | Blobs | Some colourful blobs! |
@lcjb360 | Bad Chess | Google en passant |
@james1236 | Word Game | Word game animation |