mirror of https://github.com/kurisufriend/0x40-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
css | 10 years ago | |
fonts | 10 years ago | |
img | 10 years ago | |
js | 10 years ago | |
old | 10 years ago | |
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
Makefile | 10 years ago | |
README.md | 10 years ago | |
favicon.ico | 10 years ago | |
index-min.html | 10 years ago | |
index.html | 10 years ago |
README.md
0x40-web
A fairly complete HTML5/CSS3 Canvas + Web Audio clone of the 0x40 Hues Flash.
Should work on most modern browsers.
Example pages:
Default Hues
420 Hues
Halloween Hues
You can also have animations that sync perfectly with the beats of the songs. Inspired by Kepstin's Integral experiments.
420 Hues, Snoop Edition
"Montegral"
Make your own Hues
- Start by downloading the latest release. These are minified and load faster.
- Put your respack zips somewhere they can be found by your web server. My hues have a
respacks/
folder under the main directory. - Edit the Javascript that runs on page load
- If your html is in a different location to your
js
folder: * Editzip.workerScriptsPath
to point to the correct (relative) location. * Add themp3WorkerPath
setting to thedefaults
object and change it from its default value of"js/mp3/"
- Edit the
defaults
object so therespacks
list contains the respacks you wish to load. - Optional: Add any extra settings to the
defaults
object. - Upload everything to your server!
Example settings
var defaults = {
respacks : ["./respacks/Defaults_v5.0.zip",
"./respacks/HuesMixA.zip",
],
firstSong : "Nhato - Miss You",
};
Settings object
See HuesSettings.js for the possible options you can put into the defaults
object.