Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What kind of cool graphics algorithms can I implement?

I'm going to program a fancy (animated) about-box for an app I'm working on. Since this is where programmers are often allowed to shine and play with code, I'm eager to find out what kind of cool algorithms the community has implemented.

The algorithms can be animated fractals, sine blobs, flames, smoke, particle systems etc.

However, a few natural constraints come to mind: It should be possible to implement the algorithm in virtually any language. Thus advanced directx code or XNA code that utilizes libraries that aren't accessible in most languages should not be posted. 3D is most welcome, but it shouldn't rely on lots of extra installs.

If you could post an image along with your code effect, it would be awesome.

Here's an example of a cool about box with an animated 3D figure and some animated sine blobs on the titlebar:

Tripex about box

And here's an image of the about box used in Winamp, complete with 3D animations:

Winamp about box

like image 944
Pedery Avatar asked Dec 17 '09 00:12

Pedery


1 Answers

I tested and ran the code on this page. It produces an old-school 2D flame effect. Even when I ran it on an N270 in HD fullscreen it seemed to work fine with no lag. The code and all source is posted on the given webpage.

alt text

like image 74
Pedery Avatar answered Sep 23 '22 03:09

Pedery