Posts tagged: C#

A WPF Spectrum Analyzer for Audio Visualization (C#)

UPDATE:The WPF Spectrum Analyzer is now part of the WPF Sound Visualization Library. That is where you will find source code for the latest and most-stable versions of the Spectrum Analyzer. Also, this post has been updated and superseded by this one. I’m leaving this one here for historical purposes, but check out the other [...]

Extending ZenLibrary – Creating New Rules

Hello everyone, this is an article about my ZenLibrary program aimed at those programmers who wish to either extend it or just know more about what’s going on behind the scenes. If you’re just interested in obtaining the program, click here. I’ve *attempted* to make it easy for any programmer to extend the rules in [...]

Sunday September 13th, 2009 in , , , | 1 Comment »

Custom Drawing Controls in C# – Manual Double Buffering

I feel like this article is about four years too late. All the cool kids have moved on to WPF or something really awesome, like XNA, for their graphics needs. However, there are still a lot of us playing around in the .NET 2.0 mucky muck for various reasons. Of those still doing .NET 2.0 [...]