No description
Find a file
2014-11-20 08:33:57 +01:00
cursors Upgrade to the Winamp 2.91 skin 2014-11-04 19:57:10 -08:00
skins Load skins from original WSZ files instead of individual BMPs 2014-11-16 17:20:25 +11:00
file-manager.js Convert file manager to object literal 2014-11-16 18:18:53 -08:00
font.js Move font stuff into skin, refactor 2014-11-20 08:21:04 +01:00
index.html Add first draft of sine wave visualization 2014-11-20 08:33:57 +01:00
media.js Add first draft of sine wave visualization 2014-11-20 08:33:57 +01:00
README.md Fix typo in readme 2014-11-17 11:20:39 -08:00
skin.js Move Font to the SkinManager 2014-11-20 07:55:26 +01:00
visualizer.js Add first draft of sine wave visualization 2014-11-20 08:33:57 +01:00
winamp.css Add first draft of sine wave visualization 2014-11-20 08:33:57 +01:00
winamp.js Add first draft of sine wave visualization 2014-11-20 08:33:57 +01:00

Winamp2-js

A reimplementation of Winamp 2.9 in HTML5 and Javascript.

Works in modern versions of Firefox, Safari and Chrome. Untested in IE.

Features

  • Drag in local sound or skin files or load them via the "eject" button
  • "Shade" mini-mode

Tested in modern versions of

  • Chrome (OS X, iOS, Ubuntu) - Perfect
  • Firefox (OS X) - Perfect
  • Safari (OS X, iOS) - Perfect

Reference

Predecessors

  • Webamp2x An impressive implementation from 2002(!). Doesn't seem to work/play in my modern browsers.

  • JuicyDrop An HTML5 implementation with less empasis on being true to the skin, but fully featured visualizations. @cggaurav is keeping it alive on GitHub

  • Spotiamp The folks at Spotify reimplemented Winamp as a frontend for Spotify. Not in a browser, and only runs on Windows.