-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
= VitaBrot = | ||
This is a [https://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot] and [https://en.wikipedia.org/wiki/Julia_set Julia set] explorer for the Playstation Vita. | ||
|
||
Note: To build this you will need [https://github.com/Cpasjuste/SDL-Vita Cpasjuste's SDL branch] for the input changes. | ||
|
||
== Features == | ||
* Multithreaded to use all four CPUs at the same time | ||
* Up-clocks the Vita to its full 444 Mhz clock speed | ||
* Uses NEON instructions to compute two single-precision points at the same time | ||
* Automatically switches to double-precision operations when zoomed in far enough | ||
* Uses the default palette from [http://matek.hu/xaos/doku.php XaoS] | ||
== Controls == | ||
* Use '''d-pad''' to move the current window around | ||
* Use '''right shoulder''' to zoom in, '''left shoulder''' to zoom out | ||
* Use '''Square''' to switch to and from Julia mode | ||
** When switching to Julia mode, the centre of the Mandelbrot window is used as the value of 'c' | ||
** When switching back the Mandelbrot window is restored | ||
* Use '''Circle''' to exit | ||
== Todo == | ||
(none of these are promises!) | ||
* Gotta go faster! | ||
* Zoom more like Xaos? | ||
* Touch controls for moving and zooming | ||
* Add menu for changing more options | ||
** Change palette | ||
** Change in/out colour mode | ||
* Save images as PNG (or just rely on the pngshot plugin?) |