Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkatron/mauerfall-art
https://github.com/funkatron/mauerfall-art
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/funkatron/mauerfall-art
- Owner: funkatron
- License: other
- Created: 2024-02-26T19:19:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T21:56:17.000Z (9 months ago)
- Last Synced: 2024-03-01T22:33:18.398Z (9 months ago)
- Language: CSS
- Size: 32.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Dead Agent - Mauerfall Artwork Repository
This repository is dedicated to storing the artwork for the Dead Agent - Mauerfall album. It contains SVG animations that are used in the album's visuals, among other tidbits.
## Contents
- [Introduction](#introduction)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
[Dead Agent - Mauerfall](https://deadagent.bandcamp.com/album/mauerfall-vco-berlin-deconstructed) is an album of remixes of [Dead Agent](https://deadagent.net) songs by other artists. This repository serves as a centralized location for storing the artwork associated with the album.
## Usage
To use the artwork in your project, simply clone this repository or download the desired SVG animations. You are free to modify and adapt the artwork to suit your needs, as long as you comply with the license terms (see [License](#license) section).
If you want to view them in a browser and see animations, you may want a simple dev http server. You can use Python's built-in http server:
```bash
python -m http.server
```_You may need to use `python3` instead of `python` depending on your system._
Then navigate to `http://localhost:8000` in your browser and click on the SVG files to view them. You will need to manually reload the page to see changes.
## Contributing
Contributions to this repository are welcome. If you have any artwork that you would like to contribute, please follow the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## License
The artwork in this repository is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE). Please make sure to review and comply with the license terms before using the artwork.