diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 8 |
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 |