Simple DVD screen program
Report a bug
.
Install/use instructions
This project creates a replica of the DVD screen saver, which we all know and love. Not sure what you might want to use it for, maybe stream backgroud? Doesn't matter because its a fun little project for me to pass time.
Download the latest version from releases and run the DVD_Setup-X.X.X.exe
file.
You'll only need the instructions below if you wish to contribute to this project, otherwise just follow the installation instructions above.
These are the things you will need to install in order to start developing this project
npm install yarn -g
** Note that none of the project is written in python, however you will need it because some packages require it. If you are looking to develope in python, I have a python version that you may find equally as dumb.
- Clone your fork
git clone https://github.com/KadenBiel/DVD-TS.git
cd DVD-TS
- Install all the packages
yarn install
- Running the project
yarn start
Not sure how much anyone will be able to contribute, this is a simple program but all contributions are appreciated
- Fork the repository
- Create your branch (
git checkout -b feature/MyAmazingJavaScript
) - Commit changes (
git commit -m 'add my javascript'
) - Push to your branch (
git push origin feature/MyAmazingJavaScript
) - Open a pull request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.