Mesmerizing minimalist fractals

ThumbnailThey say you can’t create fine art using fractal algorithms; but Finland-based digital artist Jukka Korhonen has set out to prove them wrong.

Fractal art is a subclass of two-dimensional visual art that produces images from the calculations of a fractal object (a fragmented geometric shape that can be subdivided into parts and is a reduced-size copy of the whole). Examples of this kind of art include the Julia set and the Mandlebrot set, which both include the fractal property of self-similarity.

Because of its mathematical nature, fractal art is primarily considered a genre of computer and digital art. Thus, the challenge for Korhonen was to impart the aesthetic qualities of an exquisite painting, done in a minimalistic style. The result is an ongoing collection of works that would look right at home in a fine art gallery.

 

Which of Korhonen’s work is your favorite? Have you ever incorporated fractals into your work? Tell us in the comments.

SpyBar: Reverse Engineer Any Website – only $7!

Source

    

Posted in Blog | Comments Off on Mesmerizing minimalist fractals

How to use HTML5 audio (part 2)

This is part two of the HTML5 audio introduction video; if you haven’t watched it already, I recommend checking out part one to get up to speed!

Today, we’ll be working on our HTML5 audio player and adding some exciting functionality to really bring our HTML5 player to life. We’ll be using a method involving data attributes, which allow for easy access to custom values for each audio element, and that’s where our titles, artists and album art come in.

By the end of this tutorial, you’ll understand the following: “Tagging” your audio elements with custom data attributes; such as track title, artist and even album art; using jQuery to manipulate this information and display it on the page, with the flexibility to style it around your own designs.

I’ll also be demonstrating my player example, and talking through how to accomplish certain effects with your data; including displaying the album art as a glossy backdrop to your player.

 

Have you featured HTML5 audio in a project? How does HTML5 audio compare with older options? Let us know your thoughts in the comments.

Featured image/thumbnail, sound image via Shutterstock.

SpyBar: Reverse Engineer Any Website – only $7!

Source

    

Posted in Blog | Comments Off on How to use HTML5 audio (part 2)