If you've taken a look at the front page recently, you might have noticed that the Download MegaZeux icons are kinda garish. We need new icons! Search the Internet or whip up your own, it doesn't really matter, but we'd like only the best of the best! We need icons for:
Windows x86
Windows x64
DOS (hey, it's in the list, don't ask me)
Mac OS X
Ubuntu i386
Ubuntu AMD64
Source code
potentially other platforms!
Preferably, the icons would say "Source" or "x64" or whatever on them, just to distinguish them (as long as you don't do what the creator of the current icons did and write it over a part of the image that makes it unreadable). edit: Thanks for clarifying, ajs
Page 1 of 1
Download MegaZeux Icons
#1
Posted 02 October 2011 - 08:46 PM
"Let's just say I'm a GOOD hacker, AND virus maker. I'm sure you wouldn't like to pay for another PC would you?"
xx̊y (OST) - HELLQUEST (OST) - Zeux I: Labyrinth of Zeux (OST) (DOS OST)
w/ Lancer-X and/or asgromo: Pandora's Gate - Thanatos Insignia - no True(n) - For Elise OST
MegaZeux: Online Help File - Keycode Guide - Joystick Guide - Official GIT Repository
xx̊y (OST) - HELLQUEST (OST) - Zeux I: Labyrinth of Zeux (OST) (DOS OST)
w/ Lancer-X and/or asgromo: Pandora's Gate - Thanatos Insignia - no True(n) - For Elise OST
MegaZeux: Online Help File - Keycode Guide - Joystick Guide - Official GIT Repository
#2
Posted 02 October 2011 - 09:04 PM
Quote
maybe somebody could specify what's Proper
"x64" is a horrible Microsoft name for the AMD64 architecture. "Ubuntu x64" doesn't exist.
Canonical refer only to "Ubuntu 32bit" or "Ubuntu 64bit" on their website, and the install ISOs are named "ubuntu-11.04-desktop-i386.iso" and "ubuntu-11.04-desktop-amd64.iso" respectively. The Debian architectures from which these distros are derived are called "i386" and "amd64".
"OS X" is close enough. In reality, the OS X ABI changes enough that the MZX binaries don't work all the way back to 10.0, but they should work back to 10.3. I'm not maintaining the binaries any more (I don't have a Mac), so I can't comment on versions beyond 10.5.
--ajs.
#3
Posted 03 October 2011 - 09:37 PM
Quickly threw these together.
<html><head><style type="text/css"> .button { width: 70px; padding: 5px 10px; margin: 5px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.5) 0 1px 2; color: white; font-size: 14px; font-weight: bold; font-family: sans-serif; text-decoration: none; text-align: center; vertical-align: middle; } .b0 { border-top: 1px solid #e5d272; background: #ccb751; background: -webkit-gradient(linear, left top, left bottom, from(#7f7233), to(#ccb751)); background: -webkit-linear-gradient(top, #7f7233, #ccb751); background: -moz-linear-gradient(top, #7f7233, #ccb751); background: -ms-linear-gradient(top, #7f7233, #ccb751); background: -o-linear-gradient(top, #7f7233, #ccb751); } .b1 { border-top: 1px solid #d6e572; background: #bbcc51; background: -webkit-gradient(linear, left top, left bottom, from(#757f33), to(#bbcc51)); background: -webkit-linear-gradient(top, #757f33, #bbcc51); background: -moz-linear-gradient(top, #757f33, #bbcc51); background: -ms-linear-gradient(top, #757f33, #bbcc51); background: -o-linear-gradient(top, #757f33, #bbcc51); } .b2 { border-top: 1px solid #b3e572; background: #96cc51; background: -webkit-gradient(linear, left top, left bottom, from(#5e7f33), to(#96cc51)); background: -webkit-linear-gradient(top, #5e7f33, #96cc51); background: -moz-linear-gradient(top, #5e7f33, #96cc51); background: -ms-linear-gradient(top, #5e7f33, #96cc51); background: -o-linear-gradient(top, #5e7f33, #96cc51); } .b3 { border-top: 1px solid #91e572; background: #72cc51; background: -webkit-gradient(linear, left top, left bottom, from(#477f33), to(#72cc51)); background: -webkit-linear-gradient(top, #477f33, #72cc51); background: -moz-linear-gradient(top, #477f33, #72cc51); background: -ms-linear-gradient(top, #477f33, #72cc51); background: -o-linear-gradient(top, #477f33, #72cc51); } .b4 { border-top: 1px solid #72e576; background: #51cc55; background: -webkit-gradient(linear, left top, left bottom, from(#337f35), to(#51cc55)); background: -webkit-linear-gradient(top, #337f35, #51cc55); background: -moz-linear-gradient(top, #337f35, #51cc55); background: -ms-linear-gradient(top, #337f35, #51cc55); background: -o-linear-gradient(top, #337f35, #51cc55); } .b5 { border-top: 1px solid #72e599; background: #51cc7a; background: -webkit-gradient(linear, left top, left bottom, from(#337f4c), to(#51cc7a)); background: -webkit-linear-gradient(top, #337f4c, #51cc7a); background: -moz-linear-gradient(top, #337f4c, #51cc7a); background: -ms-linear-gradient(top, #337f4c, #51cc7a); background: -o-linear-gradient(top, #337f4c, #51cc7a); } .b6 { border-top: 1px solid #72e5bb; background: #51cc9f; background: -webkit-gradient(linear, left top, left bottom, from(#337f63), to(#51cc9f)); background: -webkit-linear-gradient(top, #337f63, #51cc9f); background: -moz-linear-gradient(top, #337f63, #51cc9f); background: -ms-linear-gradient(top, #337f63, #51cc9f); background: -o-linear-gradient(top, #337f63, #51cc9f); } </style></head><body> <div class="button b0">Windows x86</div> <div class="button b1">Windows x64</div> <div class="button b2">DOS</div> <div class="button b3">Mac OS X</div> <div class="button b4">Ubuntu i386</div> <div class="button b5">Ubuntu AMD64</div> <div class="button b6">Source</div> </body></html>
#4
Posted 04 October 2011 - 12:39 AM
Maxim's submission:
nooodl: I like the gradients but I don't think it fits with the current vault theme very well... I'll get a screenshot up after my bike ride.
nooodl: I like the gradients but I don't think it fits with the current vault theme very well... I'll get a screenshot up after my bike ride.
"Let's just say I'm a GOOD hacker, AND virus maker. I'm sure you wouldn't like to pay for another PC would you?"
xx̊y (OST) - HELLQUEST (OST) - Zeux I: Labyrinth of Zeux (OST) (DOS OST)
w/ Lancer-X and/or asgromo: Pandora's Gate - Thanatos Insignia - no True(n) - For Elise OST
MegaZeux: Online Help File - Keycode Guide - Joystick Guide - Official GIT Repository
xx̊y (OST) - HELLQUEST (OST) - Zeux I: Labyrinth of Zeux (OST) (DOS OST)
w/ Lancer-X and/or asgromo: Pandora's Gate - Thanatos Insignia - no True(n) - For Elise OST
MegaZeux: Online Help File - Keycode Guide - Joystick Guide - Official GIT Repository
#5
Posted 04 October 2011 - 03:49 AM
More Maxim icons:
Nooodl's icons:
Nooodl's icons:
"Let's just say I'm a GOOD hacker, AND virus maker. I'm sure you wouldn't like to pay for another PC would you?"
xx̊y (OST) - HELLQUEST (OST) - Zeux I: Labyrinth of Zeux (OST) (DOS OST)
w/ Lancer-X and/or asgromo: Pandora's Gate - Thanatos Insignia - no True(n) - For Elise OST
MegaZeux: Online Help File - Keycode Guide - Joystick Guide - Official GIT Repository
xx̊y (OST) - HELLQUEST (OST) - Zeux I: Labyrinth of Zeux (OST) (DOS OST)
w/ Lancer-X and/or asgromo: Pandora's Gate - Thanatos Insignia - no True(n) - For Elise OST
MegaZeux: Online Help File - Keycode Guide - Joystick Guide - Official GIT Repository
Share this topic:
Page 1 of 1