One single static C# class implementation to rule them all.
The other day I found an example of Mandelbrot implementation for Silverlight. I have created this example solution to serve as a reference implementation.
This single Mandelbrot implementation is reachable for these platforms:
- Windows Forms
- Windows Presentation Foundation
- Silverlight (3.0 beta)
- Java Applet
- Flash
- Javascript (Firefox, Safari)
For those of you who are new, jsc compiler is going to generate source code for you. While you write your algorithm in C# in current case it can be retranslated to java, actionscript, c and javascript to enable other platforms. Do leave a comment if you would like to know more about it.










