Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/bouncing-dvd-logo
:dvd: Bouncing DVD Logo
https://github.com/remarkablemark/bouncing-dvd-logo
dvd-logo p5js replit website
Last synced: 3 months ago
JSON representation
:dvd: Bouncing DVD Logo
- Host: GitHub
- URL: https://github.com/remarkablemark/bouncing-dvd-logo
- Owner: remarkablemark
- License: mit
- Created: 2021-01-11T04:29:09.000Z (about 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-10-14T15:09:44.000Z (over 1 year ago)
- Last Synced: 2024-10-11T15:13:35.201Z (3 months ago)
- Topics: dvd-logo, p5js, replit, website
- Language: JavaScript
- Homepage: https://b.remarkabl.org/bouncing-dvd-logo
- Size: 14.6 KB
- Stars: 11
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bouncing DVD Logo
[![Run on Replit](https://replit.com/badge/github/remarkablemark/Bouncing-DVD-Logo)](https://replit.com/github/remarkablemark/Bouncing-DVD-Logo)
![GitHub last commit](https://img.shields.io/github/last-commit/remarkablemark/Bouncing-DVD-Logo)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)[Bouncing DVD Logo](https://remarkablemark.org/Bouncing-DVD-Logo/). Read the [blog post](https://b.remarkabl.org/35BJAXb), [Medium story](https://b.remarkabl.org/3bCboyu), or run it on [Replit.com](https://replit.com/@remarkablemark/Bouncing-DVD-Logo).
Built with:
- HTML/CSS/JS
- [p5.js](https://p5js.org/)## Run
Clone repository:
```sh
git clone https://github.com/remarkablemark/Bouncing-DVD-Logo.git
cd Bouncing-DVD-Logo
```Start a static server:
```sh
python3 -m http.server
```Open http://localhost:8000/:
```sh
open http://localhost:8000/
```To stop the server, press `Ctrl + C`.
## License
[MIT](LICENSE)