Mandelbrot Fractal Generator PSP: Difference between revisions

From GameBrew
(Created page with "{{Infobox PSP homebrew | title = Mandelbrot Fractal Generator | image = https://dlhb.gamebrew.org/psphomebrew/MandelbrotFractalGenerator.jpg|250px | type = Math | version = fi...")
 
No edit summary
Line 3: Line 3:
| image = https://dlhb.gamebrew.org/psphomebrew/MandelbrotFractalGenerator.jpg|250px
| image = https://dlhb.gamebrew.org/psphomebrew/MandelbrotFractalGenerator.jpg|250px
| type = Math
| type = Math
| version = final
| version = final (20 August 2007)
| licence = Mixed
| licence = Mixed
| author = gambiting
| author = gambiting
| website = https://psp.brewology.com/downloads/download.php?id=11727&mcid=1
| website = https://web.archive.org/web/20210208002901/https://www.neoflash.com/forum/index.php?topic=4548.0
| download = https://dlhb.gamebrew.org/psphomebrew/MandelbrotFractalGenerator.rar
| download = https://dlhb.gamebrew.org/psphomebrew/MandelbrotFractalGenerator.rar
| source =
| source =
}}
}}
<youtube>rD9wNjdzKrw</youtube>


Mandelbrot Fractal Generator is a mandelbrot fractal rendering program with zoom feature, allowing user to watch the fractal as it replicates itself.
Mandelbrot Fractal Generator is a mandelbrot fractal rendering program with zoom feature, allowing user to watch the fractal as it replicates itself.
Line 16: Line 15:
This is an entry from the Neo Summer Coding Compo 2007 (PSP Applications).
This is an entry from the Neo Summer Coding Compo 2007 (PSP Applications).


User guide
==User guide==
This actual version has three fractal sizes: Fullscreen (480x272), Medium (250x200), Small (120x100).
This actual version has three fractal sizes: Fullscreen (480x272), Medium (250x200), Small (120x100).


Bigger fractal means longer rendering time. Also,you can set number of orbit checks per loop - more checks means more details and longer rendering time.
Bigger fractal means longer rendering time.  
 
Also,you can set number of orbit checks per loop - more checks means more details and longer rendering time.


Default is 100 and with this setting you can reach 60-70x zoom,with ~30sec rendering time.
Default is 100 and with this setting you can reach 60-70x zoom,with ~30sec rendering time.
Line 25: Line 26:
With 300 checks per loop you can reach as far as 500x zoom, but rendering of single zoom can take even up to 5 minutes and author has set the limited possible number of checks to 300.
With 300 checks per loop you can reach as far as 500x zoom, but rendering of single zoom can take even up to 5 minutes and author has set the limited possible number of checks to 300.


Controls
==Controls==
Analog - Move the selection point
Analog - Move the selection point
D-Pad - Precise movement of the selection point
D-Pad - Precise movement of the selection point
Select - Hide coordinates
Select - Hide coordinates
L-Trigger/R-Trigger - Zoom in and out
 
L/R - Zoom in and out
 
Cross - Begin fractal generation from the selected point
Cross - Begin fractal generation from the selected point
Triangle - Exit the application (while not rendering)
Triangle - Exit the application (while not rendering)


Changelog
==Media==
Final
'''Mandelbrot Fractal Generator''' ([https://www.youtube.com/watch?v=rD9wNjdzKrw gambiting]) <br>
- Added 6 new colors.
<youtube>rD9wNjdzKrw</youtube>
- Added Fullscreen 4:3 resolution(363x272).
 
- Now you can go back to menu without quiting the game.
==Changelog==
- Added colored background feature(only for red,green,yellow,blue colors).
'''Final'''
- You can take screenshots and save coordinates now. It works like that: You press select,then screenshot is saved in /psp/photo/.Screenshot names are incrementing,so these will be screenshot0.png screenshot1.png ect.Coordinates are saved in /psp/game/mandelbrot/coordinates/with name connected with screenshot,so if name of your screen shot was screenshot21.png,then coordinates will be saved as screenshot21_coordinates.txt.In this file there will be saved every point you clicked,so if you zoomed for example 4 times,then in this file will be:
* Added 6 new colors.
342,98
* Added Fullscreen 4:3 resolution(363x272).
213,231
* Now you can go back to menu without quiting the game.
476,123
* Added colored background feature(only for red,green,yellow,blue colors).
387,250
* You can take screenshots and save coordinates now. It works like that:  
** You press select,then screenshot is saved in /psp/photo/. Screenshot names are incrementing, so these will be screenshot0.png screenshot1.png ect.  
** Coordinates are saved in /psp/game/mandelbrot/coordinates/with name connected with screenshot, so if name of your screen shot was screenshot21.png, then coordinates will be saved as screenshot21_coordinates.txt. In this file there will be saved every point you clicked, so if you zoomed for example 4 times, then in this file will be:
*** 342,98
*** 213,231
*** 476,123
*** 387,250
* Screenshots made with 480x272 resolution.
 
==External links==
* NeoFlash - [https://web.archive.org/web/20210208002901/https://www.neoflash.com/forum/index.php?topic=4548.0 https://www.neoflash.com/forum/index.php?topic=4548.0] (archived)


References
[[Category:PSP homebrew applications]]
NeoFlash, https://www.neoflash.com/forum/index.php?topic=4548.0
[[Category:Homebrew maths applications on PSP]]

Revision as of 13:19, 9 August 2021

Mandelbrot Fractal Generator
MandelbrotFractalGenerator.jpg
General
Author(s)gambiting
TypeMath
Versionfinal (20 August 2007)
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


Mandelbrot Fractal Generator is a mandelbrot fractal rendering program with zoom feature, allowing user to watch the fractal as it replicates itself.

This is an entry from the Neo Summer Coding Compo 2007 (PSP Applications).

User guide

This actual version has three fractal sizes: Fullscreen (480x272), Medium (250x200), Small (120x100).

Bigger fractal means longer rendering time.

Also,you can set number of orbit checks per loop - more checks means more details and longer rendering time.

Default is 100 and with this setting you can reach 60-70x zoom,with ~30sec rendering time.

With 300 checks per loop you can reach as far as 500x zoom, but rendering of single zoom can take even up to 5 minutes and author has set the limited possible number of checks to 300.

Controls

Analog - Move the selection point

D-Pad - Precise movement of the selection point

Select - Hide coordinates

L/R - Zoom in and out

Cross - Begin fractal generation from the selected point

Triangle - Exit the application (while not rendering)

Media

Mandelbrot Fractal Generator (gambiting)

Changelog

Final

  • Added 6 new colors.
  • Added Fullscreen 4:3 resolution(363x272).
  • Now you can go back to menu without quiting the game.
  • Added colored background feature(only for red,green,yellow,blue colors).
  • You can take screenshots and save coordinates now. It works like that:
    • You press select,then screenshot is saved in /psp/photo/. Screenshot names are incrementing, so these will be screenshot0.png screenshot1.png ect.
    • Coordinates are saved in /psp/game/mandelbrot/coordinates/with name connected with screenshot, so if name of your screen shot was screenshot21.png, then coordinates will be saved as screenshot21_coordinates.txt. In this file there will be saved every point you clicked, so if you zoomed for example 4 times, then in this file will be:
      • 342,98
      • 213,231
      • 476,123
      • 387,250
  • Screenshots made with 480x272 resolution.

External links

Advertising: