Skip to content

greggman/vertexshaderart.com

Repository files navigation

vertexshaderart.com is now a static site

Saving

To save your work. Bookmark the URL or copy it to your blog/instagram/gist or this github issue etc...

Music Tracks

Options:

  • random

    chooses a random track

  • <some-url-to>.mp3

    The mp3 file must have the correct permissions to stream. Ideally you'd pick public domain or CC0 track and add it to this repo.

  • <some-url.to>.json

    A json file in the following format

    {
      name?: string,    // name of track, if not provided it will be the base name of the url
      author?: string,  // name of author/artist/band
      url?: string,     // url for author's page
      infoUrl?: string, // url for info about the track 
      trackUrl?: string, // url for .mp3 file. if not provided assumes the path
                         // is the same as the .json file just with .mp3 instead
    }

License

The site is license MIT but the individual shaders belong to their respective users.

About

vertexshaderart.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published