Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khang-nd/bubbles
A recreation of Windows Bubbles screensaver.
https://github.com/khang-nd/bubbles
js p5js screensaver windows
Last synced: about 1 month ago
JSON representation
A recreation of Windows Bubbles screensaver.
- Host: GitHub
- URL: https://github.com/khang-nd/bubbles
- Owner: khang-nd
- Created: 2021-08-08T05:13:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T05:17:36.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:30:04.912Z (2 months ago)
- Topics: js, p5js, screensaver, windows
- Language: JavaScript
- Homepage: https://khang-nd.github.io/bubbles
- Size: 2.21 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-os - bubbles - nd](https://github.com/khang-nd) | [here](https://khang-nd.github.io/bubbles/) | (<img src="media/icons8-windows-11-48.png" alt="logo" width="36"/> WINDOWS)
README
# ![Screensaver icon](img/icon.png) Bubbles
> A Windows Bubbles screensaver recreated for the web. Use [**p5.js**](https://p5js.org/), made for fun...
[**Click here to see it live**](https://khang-nd.github.io/bubbles)
I know, this looks no where near the actual screensaver, but I tried... Feel free to improve it :)
## Development / run locally
* Run `yarn` or `npm i` to install dependencies.
* Run `yarn start` or `npm start` to run a local web server.
* Open the address in your browser.## Other cool screensavers
* [3D Maze](https://github.com/ibid-11962/Windows-95-3D-Maze-Screensaver)
* [Pipes](https://github.com/1j01/pipes)
* [FlowerBox](https://github.com/kevin-shannon/3D-FlowerBox)