Welcome, Guest. Please login or register. September 05, 2008, 04:49:40 PM
 
Home Help Login Register
+  NeoTeam Official Forum
|-+  NEO Coding Competitions
| |-+  NEO Compo 2006
| | |-+  NEO Summer Coding Compo 2006
| | | |-+  NEO summer coding contest 2006 for GBA/NDS APPs
| | | | |-+  NDS App - Mandelbrot
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: NDS App - Mandelbrot  (Read 2340 times)
davr
Full Member
***
Offline Offline

Posts: 135



WWW
NDS App - Mandelbrot
« on: August 21, 2006, 01:12:29 AM »

Ok, I know it's a few minutes late, if I'm disqualified I accept that Smiley

What is it?
Mandelbrot fractal explorer - find amazing designs in this simple formula which produces neat graphics.



Some images I found with it:



Controls are explained inside the app. Also allows you to save screenshots to your MK2/3 if you find a neat image.

If attachement does not work, try http://davr.org/ds2/mandelNeo.zip
Logged
DynamicStability
Guest


Email
Re: NDS App - Mandelbrot
« Reply #1 on: August 21, 2006, 06:46:24 PM »

 Wink
Cool, right up my alley!  I like this very much, much cooler than the one i hacked together.  Do you know if it would be possible to render a special LARGER more detailed image when save to PNG is pressed?

 sm-12
Logged
davr
Full Member
***
Offline Offline

Posts: 135



WWW
Re: NDS App - Mandelbrot
« Reply #2 on: August 21, 2006, 07:02:06 PM »

Wink
Cool, right up my alley!  I like this very much, much cooler than the one i hacked together.  Do you know if it would be possible to render a special LARGER more detailed image when save to PNG is pressed?

 sm-12

It's possible, but would probably be slow. (512x384 would take approx 4x as long to render for example). In theory, since libpng supports writing a single row of data out at a time, I could render as big as an image as I want, as long as I can fit 1 row into RAM at a time.

What about an option where it will save out your current position & zoom to a text file, then a PC side renderer which reads in those settings and produces a very high quality version? It could produce giant sized (compared to DS) images in just a few seconds.
Logged
DynamicStability
Guest


Email
Re: NDS App - Mandelbrot
« Reply #3 on: August 22, 2006, 12:15:00 AM »

You don't need to go through all that trouble, just an idea.  The libpng callbacks are nice.
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  
Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC