This is a project for creating fun animations, like "starting soon" scenes, which live streamers can use to make their streams a touch more visually appealing and interactive. The concept is simple, use JavaScript to create an animation that connects to Twitch Chat and displays emotes in real time using fun animations.
The end result is a browser source streamers can easilly plug into OBS!
View some example animations made for MOONMOON.
Check out the example code:
- ThreeJS starter template
- Uses the Three.JS library
- More performant than the Canvas template
- Capable of 2D + 3D scenes
- Canvas starter template
- Uses the browsers built in Canvas API
- Great if you're already familiar with Canvas
Guidelines - Some helpful tips on the technical and visual composition.