Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaxplanta/dvdscreensaver
A simple DVD Screensaver Simulator website using HTML canvas in JavaScript with purposes of learning.
https://github.com/jonaxplanta/dvdscreensaver
Last synced: about 2 months ago
JSON representation
A simple DVD Screensaver Simulator website using HTML canvas in JavaScript with purposes of learning.
- Host: GitHub
- URL: https://github.com/jonaxplanta/dvdscreensaver
- Owner: JonaxPlanta
- License: mit
- Created: 2024-09-10T00:29:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T19:17:19.000Z (4 months ago)
- Last Synced: 2024-09-16T03:23:13.717Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### DVD Screen Saver Simulator WebSite
This is a DVD screensaver simulator website. It uses HTML, Javascript and Canvas API to generate a Website with a DVD screensaver classic animation.---
### Requires
###### Node.js
```
https://nodejs.org/en/download/package-manager/
```---
### How to run
1. Download **Index.html**, **Style.css**, **Script.js** files and **Assets** folder2. Create a folder called **dvd-screensaver**
3. Move **Index.html**, **Style.css**, **Script.js** files and **Assets** folder to **dvd-screensaver** folder
4. Open the **dvd-screensaver** folder
5. Click with the *Right Mouse Button* on **Index.html** file
6. Select the *Open with* option and select your *Browser*
7. Wait for the site to load completelly and test it
#### or acess it with the following URL
```
https://jonaxplanta.github.io/DVDScreensaver/
```