Skip to content

Commit

Permalink
moar!
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 18, 2024
1 parent c8510a3 commit b9872b4
Show file tree
Hide file tree
Showing 51 changed files with 194 additions and 13 deletions.
4 changes: 4 additions & 0 deletions content/training/ECS/change-detection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Change Detection"
weight = 7
+++
2 changes: 1 addition & 1 deletion content/training/ECS/events.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Events"
weight = 8
weight = 10
+++
2 changes: 1 addition & 1 deletion content/training/ECS/exclusive-systems.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Exclusive Systems"
weight = 6
weight = 8
+++
2 changes: 1 addition & 1 deletion content/training/ECS/hooks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Hooks"
weight = 9
weight = 11
+++
2 changes: 1 addition & 1 deletion content/training/ECS/non-send-resources.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Non Send Resources"
weight = 7
weight = 9
+++
2 changes: 1 addition & 1 deletion content/training/ECS/observers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Observers"
weight = 10
weight = 12
+++
4 changes: 4 additions & 0 deletions content/training/ECS/query-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Query Filters"
weight = 5
+++
2 changes: 1 addition & 1 deletion content/training/ECS/resources.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Resources"
weight = 5
weight = 6
+++
7 changes: 7 additions & 0 deletions content/training/ai/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Game AI"
sort_by = "weight"

[extra]
pos = [-700, 600]
+++
4 changes: 4 additions & 0 deletions content/training/ai/behavior-tree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Behavior Tree"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/ai/pathfinding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Pathfinding"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/ai/utility-ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Utility AI"
weight = 1
+++
4 changes: 2 additions & 2 deletions content/training/assets/asset-loader.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Custom Asset Loader"
weight = 3
title = "Asset Loader"
weight = 5
+++
2 changes: 1 addition & 1 deletion content/training/assets/asset-preprocessor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Asset Preprocessor"
weight = 7
weight = 9
+++
2 changes: 1 addition & 1 deletion content/training/assets/asset-reader.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Asset Reader"
weight = 6
weight = 8
+++
2 changes: 1 addition & 1 deletion content/training/assets/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "Asset Configuration"
weight = 4
weight = 6
+++
4 changes: 4 additions & 0 deletions content/training/assets/hot-reloading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Hot Reloading"
weight = 3
+++
2 changes: 1 addition & 1 deletion content/training/assets/meta-files.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = ".meta Files"
weight = 5
weight = 7
+++
4 changes: 4 additions & 0 deletions content/training/assets/scene.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Scenes"
weight = 4
+++
7 changes: 7 additions & 0 deletions content/training/debugging/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Debugging"
sort_by = "weight"

[extra]
pos = [-300, 0]
+++
4 changes: 4 additions & 0 deletions content/training/debugging/diagnostics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Diagnostics"
weight = 1
+++
4 changes: 4 additions & 0 deletions content/training/debugging/gizmos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Gizmos"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/debugging/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Logs"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/debugging/profiling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Profiling"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/debugging/system-stepping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "System Stepping"
weight = 4
+++
7 changes: 7 additions & 0 deletions content/training/game-logic/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Game Logic"
sort_by = "weight"

[extra]
pos = [-700, 200]
+++
4 changes: 4 additions & 0 deletions content/training/game-logic/reacting-to-event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Event Reaction"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/game-logic/reacting-to-user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "User Action Reaction"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/game-logic/real-time.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Real Time"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/game-logic/turn-by-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Turn by Turn"
weight = 1
+++
4 changes: 4 additions & 0 deletions content/training/lights/2d-lighting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "2d Lighting?"
weight = 5
+++
7 changes: 7 additions & 0 deletions content/training/lights/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Lighting"
sort_by = "weight"

[extra]
pos = [1500, 0]
+++
4 changes: 4 additions & 0 deletions content/training/lights/ambient-light.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Ambient Lights"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/lights/directional-light.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Directional Lights"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/lights/map-light.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Environment Map"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/lights/point-light.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Point Lights"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/lights/spot-light.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Spot Lights"
weight = 1
+++
7 changes: 7 additions & 0 deletions content/training/pipeline/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Rendering Pipeline"
sort_by = "weight"

[extra]
pos = [1500, 500]
+++
4 changes: 4 additions & 0 deletions content/training/shaders/2d-material.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "2d Material"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/shaders/3d-material.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "3d Material"
weight = 1
+++
7 changes: 7 additions & 0 deletions content/training/shaders/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Shaders"
sort_by = "weight"

[extra]
pos = [1200, 0]
+++
4 changes: 4 additions & 0 deletions content/training/shaders/compute.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Compute Shader"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/shaders/post-processing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Post Processing"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/shaders/ui-material.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "UI Material"
weight = 2
+++
7 changes: 7 additions & 0 deletions content/training/tasks/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Tasks"
sort_by = "weight"

[extra]
pos = [1200, 800]
+++
4 changes: 4 additions & 0 deletions content/training/tasks/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Tasks"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/tasks/threads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Threads"
weight = 1
+++
7 changes: 7 additions & 0 deletions content/training/ui/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "UI"
sort_by = "weight"

[extra]
pos = [1200, 500]
+++
7 changes: 7 additions & 0 deletions content/training/user-input/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "User Input"
sort_by = "weight"

[extra]
pos = [1200, 700]
+++
2 changes: 1 addition & 1 deletion graph-ui/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const NestedFlow = () => {
nodesConnectable={false}
nodesFocusable={false}
nodeTypes={nodeTypes}
translateExtent={[[-500, -500], [2000, 1500]]}
translateExtent={[[-800, -500], [2000, 1500]]}
>
<MiniMap />
<Controls />
Expand Down
2 changes: 2 additions & 0 deletions graph-ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const config: Config = {
},
},
safelist: [
"h-[180px]",
"h-[240px]",
"h-[300px]",
"h-[360px]",
Expand All @@ -27,6 +28,7 @@ const config: Config = {
"h-[660px]",
"h-[720px]",
"h-[780px]",
"h-[840px]",
"w-[240px]",
"w-[440px]",
],
Expand Down

0 comments on commit b9872b4

Please sign in to comment.