summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-21 15:27:39 -0500
committerpommicket <pommicket@gmail.com>2022-12-21 15:27:39 -0500
commit49cfde2fb9fca47c3eab73f029fe0a2b9c913544 (patch)
tree5a1d37075b37ffa95380dbe982b04a323c5e7b1a /src/main.rs
parent1bc45db77e3d1aaf6c620248b8e598cdc212112f (diff)
more basic functions
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index 598a12a..1b0c382 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,13 +1,9 @@
/*
@TODO:
-- come up with twisty lipschitz continuous function, & add it
-- (slightly) more interesting constants
-- Params instead of depth for GenRandom
- - allow multiple endpoints (cube & sphere & ...)
+- configurable resolution
- let user go back&forth through past sdfs using scenes.txt file
-- mathematical analysis
- documentation
-- GenRandom integers (+ gen_random_scale_bias)
+- GenRandom integers (just use 0..u32::MAX and add a modulus)
- record a video
- better SDL api: Context + Window<'a> impl !Send+!Sync
- gallery view