Skip to content

Commit

Permalink
Create README.mediawiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Imroy authored Aug 27, 2017
1 parent 9571518 commit 0524052
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.mediawiki
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?)

0 comments on commit 0524052

Please sign in to comment.