summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-17 23:30:25 -0500
committerpommicket <pommicket@gmail.com>2022-12-17 23:30:25 -0500
commit86182eba5bf613164d634b37afe1bd9ae5042b46 (patch)
treee74a8a7a7465ce871faf81e7f18bc91a6ef8b672 /README.md
parent298f893666e5626bacb6fc242f1059a5d1664294 (diff)
settings!
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c31f36..b37bd89 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,27 @@ procedurally generated signed distance fields
## controls
-- WASD/arrow keys to move + QE to move up/down
+- move mouse to look around
+- W,A,S,D/arrow keys to move forward/backwards/left/right + Q,E/PageUp,PageDown to move up/down
+- R to create a new SDF - use this a lot! most SDFs are boring!
+- Space to "unpause time" (start animating). On some SDFs this might not do much.
+ Press space again to pause time, and shift+space to rewind time.
+- 0 to reset location + time
- =/- (equals/minus) to change the level set
- Ctrl+C to copy SDF to clipboard, Ctrl+V to paste SDF from clipboard. On Linux
if you close the application the clipboard contents will be lost (thanks a lot X11).
- F to go fullscreen
+
+## saving SDFs
+
+if you get an SDF which looks cool, you can copy it with Ctrl+C, and save it somewhere/share it with
+your friends.
+
+also a list of SDFs is stored in `scenes.txt`.
+
+## info
+
+AutoSDF can be configured by editing `settings.txt`.
+
+If AutoSDF is running slow, you should make `sdf-length` and `color-length` smaller.
+If it's running fast, and you want more interesting shapes, you should increase them.