Messages - Eóin [ switch to compact view ]

Pages: prev1 ... 270 271 272 273 274 [275] 276 277 278 279 280next
1371
Developer's Corner / Re: The Hunt for the Best CMS
« on: May 20, 2006, 06:55 AM »
Rover is right, mono is an excellent opensource .NET implementation. However I've read there are some legal ambiguities over its attempt to implement ASP.NET and the Windows.Forms as they are not part of the documented open standards core of .NET (such as C# and the System modules).

I had read this in a Linux Format Interview: the men of Mono however the snippet online doesn't contain the relevant parts.

1372
Can't get past level 12 :mad:

1373
Thanks, but it could be a while. Being honest my project is meant as an extension to Apophysis not a replacement. The idea was that you'd design your fractal in Apophysis as it is a really excellent tool for doing so (as is Fyre possibly, I hadn't heard of it before this so havn't tested it). Then you export the .flame file and load it into my app for rendering and output tweaking. At the end of the day though my renderer gets less and less special if you have enough RAM to throw at Apophysis as you just render a larger image and resize in any old app which will also get rid of the aliasing pretty well.

Also unfortunately I was overly ambitious with the project in the beginning, I made it completely modular so that people could rewrite the entire rendering process with plugins. I got it working but it feels a bit like a kludge, I'm sure all developers can empathize when have a program which works, but your still not happy with how it works.

I may yet go back to it, but my current project is happily occupying my time for the moment.

1374
To give some background :) this type of fractal has been dubbed Flame Fractals. It is an evolution of more classic chaotic fractals such as the Sierpinski Triangle or Barnsley's Fern. It expands on these in two key ways, first it adds shading based on the log density of plots, secondly it adds trigonometric transformations on top of the linear ones.

This technique was apparently developed by Scott Draves of Cosmic Recursive Fractal Flames but popularized among fractal artists with the release of Apophysys. There are some really lovely examples to be found in the fractal sections of DeviantArt.

I'm a big fans of these fractals myself (obvious from the above :D ) and have written a renderer myself called Amethyst which I believe produces technically superior images through the use of anti-aliasing, but of course different people will have their own opinions on image quality. My work on this app has currently stalled. I finished the rendering DLL and started learning WTL to design the interface but got sidetracked. Just thought I'd let ye know :drinksmiley: .

1375
It looks like you can access the source through CVS on SourceForge :)

Pages: prev1 ... 270 271 272 273 274 [275] 276 277 278 279 280next
Go to full version