PDA

View Full Version : Winamp Classic Skin Splicer


hammerhead
22nd January 2004, 18:58
Hey,
I've been developing an application lately. It basically splices input images into components, so you would insert an image for the main windows, and it would convert it into the main windows. It is very easy to add new components - you don't have to decompile the program or anything, you just add a file to the components folder of the application.

Download it here (http://evoked.net/hammerhead/splicer.zip)

I've done part of the main window, but since I don't know enough about the layouts etc. I would appreciate it if someone did the rest of the main window, equalizer, playlist and other components.. you will get credit :)
Full instructions on how to add components provided in the zip :)

You'll need the .NET framework to run the app (about a 20MB d/l, but worth it - more people are dev'ving now in .NET languages), which you can get here (http://www.windowsforms.net/download.aspx) .

Thanks :)

StillWater
23rd January 2004, 03:35
There are already a few programs like that (eg. here (http://www.1001winampskins.com/winamp_skin_tools_buttons.html)), each working in a slightly different way. To make a really useful application, my advice would be to make sure it isn't just the same as one of those, but tries to improve on all of them. :)

hammerhead
23rd January 2004, 16:31
Damn.. didn't know that :(
Oh well, it helped me improve my C# skills :)