Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)