rayfract

view README.md @ 10:1496aae2e7d4

- simplified build by including dependences in the source tree - added make dep tracking - added mingw cross-build rules - added readme & licence
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Jul 2023 18:58:56 +0300
parents
children
line source
1 Julia quaternion fractal
2 ========================
4 Controls:
5 - Rotate the view by holding down any modifier key (alt/shift/ctrl) and
6 dragging the with left mouse button.
7 - Zoom by holding down any modifier key and dragging up/down with the right
8 mouse button.
9 - `esc`: quit.
10 - Tilde (~): hides/shows the GUI.
11 - `+`/`-`: increase/decrease fractal iterations.
12 - `>`/`<`: increase/decrease the distance estimator error threshold.
13 - `r`: toggle reflections
14 - `shift-s`: toggle stereo rendering (must have been enabled by running with
15 the `-s` command-line option).
16 - `]`/`[`: in stereo mode, increase/decrease eye distance.
17 - `s`: reload shader.
19 License
20 -------
21 Copyright (C) 2010-2023 John Tsiombikas <nuclear@mutantstargoat.com>
23 This program is free software. Feel free to use, modify, and/or redistribute it
24 under the terms of the GNU General Public License version 3, or at your option
25 any later version published by the Free Software Foundation. See COPYING for
26 details.