summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 5f94c12..9ac7191 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,10 +4,7 @@
- also add PerComponent(Box<RToR>,Box<RToR>,Box<RToR>) in R3ToR3
- documentation
- GenRandom integers (just use 0..u32::MAX and add a modulus)
-- blender-style rendering the picture in multiple frames
- (this lets us look at super complicated SDFs while still processing input, etc. at 60 fps)
-- better SDL api: Context + Window<'a> impl !Send+!Sync
-- gallery view
+- is it the function generation or the shader compililng that's slow for large functions?
- record a cool video
*/