summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-22 17:32:42 -0500
committerpommicket <pommicket@gmail.com>2023-01-22 17:32:42 -0500
commitcc0db87bdaef76fd11646dd121e47c54ab72a5d0 (patch)
treedbf6e4b54a2ff86dfe82b8ae2ffe871bf26ee589 /src
parent9fff457d00a507cc6eb69f9be073463557936ec1 (diff)
start analysis
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9cbb610..1966e2b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,6 +2,8 @@
@TODO:
- screenshot
- RnToRn functions (& add back in RToR)
+ - also add PerComponent(Box<RToR>,Box<RToR>,Box<RToR>) in R3ToR3
+- ProjectX, ProjectY, ProjectZ in R3ToR?
- let user go back&forth through past sdfs using scenes.txt file
- documentation
- GenRandom integers (just use 0..u32::MAX and add a modulus)