Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.09 KB

README.md

File metadata and controls

55 lines (39 loc) · 2.09 KB

Winter Vibes JS

Simple, no build OBS winter overlay!
Github Pages · Docs · Report Bug

About

This is a simple winter overlay you can use for your Twitch stream or for anything else! What does it do? It adds snow that you can adjust, and a small plow that will clear all the accumulated snow. The easiest way to use it for your stream is by adding it as a browser source in OBS, and boom, it's snowing!!

You can find it at GitHub pages.

Once on the page, you can right-click, and a context menu will appear, from which you can navigate to settings.

What all can you adjust:
  • Window size
  • Snow (max, size, speed)
  • Plow (speed, direction WIP, scale)
  • Ground (accumulator max, accumulator slices)

You can run it locally if you want to change sprites or any other code. It has 0 dependencies; the only dependency in the package.json is Vite for HMR purposes while developing.

To run it, use:

   pnpm run dev

or any other way you would like to render index.html

Optionally, if you want to use dependencies:

   pnpm install

WIP

Keep in mind that this project is still a work in progress. Some features are not yet implemented.

  • Plow direction - Right
  • More customization
  • More weather types...

Contributing

If you would like to contribute to the project, please fork the repo and create a pull request. All suggestions are appreciated! For any bugs, you can open an issue and provide more information about the bug, so we can fix it as quickly as possible!