Responsive Pixel Art
41–50 of 132 posts
Re: Responsive Pixel Art
#42Would love to read some explanation on how this is made. Very impressive!
Re: Responsive Pixel Art
#43Re: Responsive Pixel Art
#44This is really cool! If you look at the source, it appears that the images themselves are defined as JS code, almost like a vector image. For example, Zeus: http://essenmitsosse.de/pixel/scripts/zeus.px The author then has a renderer to turn these into pixel data. It seems to render them down to an actual pixel image on the fly.
Re: Responsive Pixel Art
#45Besides moving your mouse around, zooming in and out also works beautifully (might put a bit of a strain on your system though). Given the sheer amount of work for one piece, with The Three Graeae appearing to be around 1000 lines of code, I'm also quite amazed he managed to produce seven. Brilliant, and Art indeed.
Re: Responsive Pixel Art
#46Re: Responsive Pixel Art
#47This is incredible stuff. Zeus in particular is amazing. It all seems to be done with weighted objects and a clever way of rendering them, but it's indistinguishable from magic from where I'm sitting.
Re: Responsive Pixel Art
#48Re: Responsive Pixel Art
#49Should've been tagged
Re: Responsive Pixel Art
#50Besides moving your mouse around, zooming in and out also works beautifully (might put a bit of a strain on your system though). Given the sheer amount of work for one piece, with The Three Graeae appearing to be around 1000 lines of code, I'm also quite amazed he managed to produce seven. Brilliant, and Art indeed.
Zooming just decreases the resolution for me. I'm on Windows+Chrome. What does it do for you?