Skip to content

Commit

Permalink
some more
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 18, 2024
1 parent c5271dc commit 8ad4e5a
Show file tree
Hide file tree
Showing 40 changed files with 136 additions and 54 deletions.
2 changes: 1 addition & 1 deletion content/training/app/basic-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Basic Application"
weight = 0

[extra]
dependencies = ["/training/project-config/new-project/"]
dependencies = ["project-config"]
+++
2 changes: 1 addition & 1 deletion content/training/app/plugins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Adding Plugins"
title = "Plugins"
weight = 2
+++
2 changes: 1 addition & 1 deletion content/training/app/systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Adding Systems"
weight = 1

[extra]
dependencies = ["/training/app/basic-app/", "/training/ECS/systems/"]
dependencies = ["app/basic-app", "ECS/systems"]
+++
3 changes: 2 additions & 1 deletion content/training/building/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
+++
title = "Building and Deploying"
title = "Building"
sort_by = "weight"

[extra]
pos = [900, 100]
dependencies = [["project-config/release", "right"]]
+++
3 changes: 0 additions & 3 deletions content/training/building/android.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "Android"
weight = 5

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/ios.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "iOS"
weight = 4

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/linux-wayland.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "Linux Wayland"
weight = 3

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/linux-x11.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "Linux X11"
weight = 2

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/macos.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "macOS"
weight = 1

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/wasm-webgl2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "Wasm / WebGL2"
weight = 6

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/wasm-webgpu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "Wasm / WebGPU"
weight = 7

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 0 additions & 3 deletions content/training/building/windows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
+++
title = "Windows"
weight = 0

[extra]
dependencies = ["/training/project-config/release/"]
+++
7 changes: 7 additions & 0 deletions content/training/deploying/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Deploying"
sort_by = "weight"

[extra]
pos = [1400, 400]
+++
7 changes: 7 additions & 0 deletions content/training/deploying/android-google-store.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Android Google Store"
weight = 4

[extra]
dependencies = [["building/android", "right"]]
+++
7 changes: 7 additions & 0 deletions content/training/deploying/apple-app-store.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Apple App Store"
weight = 3

[extra]
dependencies = [["building/ios", "right"]]
+++
7 changes: 7 additions & 0 deletions content/training/deploying/github-releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "GitHub releases"
weight = 0

[extra]
dependencies = [["building", "right"]]
+++
7 changes: 7 additions & 0 deletions content/training/deploying/itch-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "itch.io"
weight = 1

[extra]
dependencies = [["building", "right"]]
+++
7 changes: 7 additions & 0 deletions content/training/deploying/steam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Steam"
weight = 2

[extra]
dependencies = [["building", "right"]]
+++
2 changes: 1 addition & 1 deletion content/training/first-render/3d-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "3d Model"
weight = 4

[extra]
dependencies = ["/training/ECS/commands/", "/training/assets/complex-asset/"]
dependencies = ["ECS/commands", "assets/complex-asset"]
+++
2 changes: 1 addition & 1 deletion content/training/first-render/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Image"
weight = 1

[extra]
dependencies = ["/training/ECS/commands/", "/training/assets/basic-asset/"]
dependencies = ["ECS/commands", "assets/basic-asset"]
+++
4 changes: 4 additions & 0 deletions content/training/juice/user-feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "User Feedback"
weight = 3
+++
2 changes: 1 addition & 1 deletion content/training/lights/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Lighting"
sort_by = "weight"

[extra]
pos = [1500, 0]
pos = [1500, -100]
+++
2 changes: 1 addition & 1 deletion content/training/physics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Physics"
sort_by = "weight"

[extra]
pos = [1500, 700]
pos = [1200, 800]
+++
2 changes: 1 addition & 1 deletion content/training/pipeline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Rendering Pipeline"
sort_by = "weight"

[extra]
pos = [1500, 500]
pos = [1200, 1150]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/fast-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title = "Fast Compilation"
weight = 2

[extra]
dependencies = ["/training/project-config/new-project/"]
dependencies = ["project-config/new-project"]
pos = [0, 1]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title = "Bevy Features"
weight = 1

[extra]
dependencies = ["/training/project-config/new-project/"]
dependencies = ["project-config/new-project"]
pos = [1, 1]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title = "New Project"
weight = 0

[extra]
dependencies = ["/training/rust/first-steps/"]
dependencies = ["rust/first-steps"]
pos = [0.5, 0]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title = "Build for Release"
weight = 3

[extra]
dependencies = ["/training/project-config/features/"]
dependencies = ["project-config/features"]
pos = [1, 2]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title = "Workspace"
weight = 4

[extra]
dependencies = ["/training/project-config/new-project/"]
dependencies = ["project-config/new-project"]
pos = [0.5, 3]
+++
7 changes: 7 additions & 0 deletions content/training/reflection/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Reflection"
sort_by = "weight"

[extra]
pos = [1200, 200]
+++
2 changes: 1 addition & 1 deletion content/training/rust/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Benchmarks"
weight = 3

[extra]
dependencies = ["/training/rust/tests/"]
dependencies = ["rust/tests"]
+++
2 changes: 1 addition & 1 deletion content/training/rust/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Going Further"
weight = 1

[extra]
dependencies = ["/training/rust/first-steps/"]
dependencies = ["rust/first-steps"]
+++
2 changes: 1 addition & 1 deletion content/training/rust/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Tests"
weight = 2

[extra]
dependencies = ["/training/rust/next/"]
dependencies = ["rust/next"]
+++
2 changes: 1 addition & 1 deletion content/training/shaders/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Shaders"
sort_by = "weight"

[extra]
pos = [1200, 0]
pos = [1500, 800]
+++
2 changes: 1 addition & 1 deletion content/training/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Tasks"
sort_by = "weight"

[extra]
pos = [1200, 800]
pos = [1200, 0]
+++
2 changes: 1 addition & 1 deletion content/training/ui/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "UI"
sort_by = "weight"

[extra]
pos = [1200, 500]
pos = [0, 1100]
+++
2 changes: 1 addition & 1 deletion content/training/user-input/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "User Input"
sort_by = "weight"

[extra]
pos = [1200, 700]
pos = [300, 1100]
+++
4 changes: 3 additions & 1 deletion graph-ui/components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ function Page({ data }: any) {
</div>
</div>
<Handle type="target" position={Position.Top} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" />
<Handle type="source" position={Position.Bottom} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" />
<Handle type="source" position={Position.Bottom} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" id="bottom" />
<Handle type="source" position={Position.Left} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" id="left" />
<Handle type="source" position={Position.Right} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" id="right" />
</div>
</a>
);
Expand Down
4 changes: 4 additions & 0 deletions graph-ui/components/section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ function Section({ data }: any) {
<div className="text-md font-bold text-gray-300">{data.label}</div>
</div>
</div>
<Handle type="target" position={Position.Top} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" />
<Handle type="source" position={Position.Bottom} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" id="bottom" />
<Handle type="source" position={Position.Left} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" id="left" />
<Handle type="source" position={Position.Right} className="w-16 bg-transparent border-0 pointer-events-auto cursor-auto" id="right" />
</div>
);
}
Expand Down
Loading

0 comments on commit 8ad4e5a

Please sign in to comment.