GitClassic
Feed
Explore
Random
Go Pro
Sign in
tychedelia
/
sepiascraped
Code
/
Commits
/ 38fed3d
Fully separate ui.
Charlotte McElwain
committed on Apr 4, 2024, 08:20 PM
Showing
12
changed files
+122 additions
-77 deletions
M
src/engine/graph/mod.rs
+7
-27
M
src/engine/op/component/types/camera.rs
+1
-1
M
src/engine/op/component/types/geom.rs
+1
-1
M
src/engine/op/component/types/light.rs
+1
-1
M
src/engine/op/component/types/window.rs
+1
-1
M
src/engine/op/mod.rs
+11
-1
M
src/engine/op/texture/mod.rs
+2
-14
M
src/engine/render/mod.rs
+2
-1
M
src/engine/script/mod.rs
+10
-8
M
src/main.rs
+1
-4
M
src/ui/graph.rs
+84
-17
M
src/ui/mod.rs
+1
-1
Browse files at this commit โ