diff --git a/content/training/building/android.md b/content/training/building/android.md new file mode 100644 index 0000000..06bfcd3 --- /dev/null +++ b/content/training/building/android.md @@ -0,0 +1,3 @@ ++++ +title = "Android" ++++ \ No newline at end of file diff --git a/content/training/building/ios.md b/content/training/building/ios.md new file mode 100644 index 0000000..ae7a6da --- /dev/null +++ b/content/training/building/ios.md @@ -0,0 +1,3 @@ ++++ +title = "iOS" ++++ \ No newline at end of file diff --git a/content/training/building/linux-wayland.md b/content/training/building/linux-wayland.md new file mode 100644 index 0000000..e49c607 --- /dev/null +++ b/content/training/building/linux-wayland.md @@ -0,0 +1,3 @@ ++++ +title = "Linux Wayland" ++++ \ No newline at end of file diff --git a/content/training/building/linux-x11.md b/content/training/building/linux-x11.md new file mode 100644 index 0000000..e467e46 --- /dev/null +++ b/content/training/building/linux-x11.md @@ -0,0 +1,3 @@ ++++ +title = "Linux X11" ++++ \ No newline at end of file diff --git a/content/training/building/wasm-webgl2.md b/content/training/building/wasm-webgl2.md new file mode 100644 index 0000000..212e730 --- /dev/null +++ b/content/training/building/wasm-webgl2.md @@ -0,0 +1,3 @@ ++++ +title = "Wasm & WebGL2" ++++ \ No newline at end of file diff --git a/content/training/building/wasm-webgpu.md b/content/training/building/wasm-webgpu.md new file mode 100644 index 0000000..af84668 --- /dev/null +++ b/content/training/building/wasm-webgpu.md @@ -0,0 +1,3 @@ ++++ +title = "Wasm & WebGPU" ++++ \ No newline at end of file diff --git a/content/training/cameras/25d.md b/content/training/cameras/25d.md new file mode 100644 index 0000000..95b4d51 --- /dev/null +++ b/content/training/cameras/25d.md @@ -0,0 +1,3 @@ ++++ +title = "2.5d" ++++ \ No newline at end of file diff --git a/content/training/cameras/2d-side-scrolling.md b/content/training/cameras/2d-side-scrolling.md new file mode 100644 index 0000000..2264eb3 --- /dev/null +++ b/content/training/cameras/2d-side-scrolling.md @@ -0,0 +1,3 @@ ++++ +title = "2d Side Scrolling" ++++ \ No newline at end of file diff --git a/content/training/cameras/2d-static.md b/content/training/cameras/2d-static.md new file mode 100644 index 0000000..407f506 --- /dev/null +++ b/content/training/cameras/2d-static.md @@ -0,0 +1,3 @@ ++++ +title = "2d Static" ++++ \ No newline at end of file diff --git a/content/training/cameras/2d-top-down.md b/content/training/cameras/2d-top-down.md new file mode 100644 index 0000000..b71ca25 --- /dev/null +++ b/content/training/cameras/2d-top-down.md @@ -0,0 +1,3 @@ ++++ +title = "2d Top Down" ++++ \ No newline at end of file diff --git a/content/training/cameras/3d-fps.md b/content/training/cameras/3d-fps.md new file mode 100644 index 0000000..17d6d05 --- /dev/null +++ b/content/training/cameras/3d-fps.md @@ -0,0 +1,3 @@ ++++ +title = "3d First Person" ++++ \ No newline at end of file diff --git a/content/training/cameras/3d-static.md b/content/training/cameras/3d-static.md new file mode 100644 index 0000000..10ce132 --- /dev/null +++ b/content/training/cameras/3d-static.md @@ -0,0 +1,3 @@ ++++ +title = "3d Static" ++++ \ No newline at end of file diff --git a/content/training/cameras/3d-third-person.md b/content/training/cameras/3d-third-person.md new file mode 100644 index 0000000..4175d03 --- /dev/null +++ b/content/training/cameras/3d-third-person.md @@ -0,0 +1,3 @@ ++++ +title = "3d Third Person" ++++ \ No newline at end of file diff --git a/content/training/cameras/_index.md b/content/training/cameras/_index.md new file mode 100644 index 0000000..36d566d --- /dev/null +++ b/content/training/cameras/_index.md @@ -0,0 +1,3 @@ ++++ +title = "Cameras" ++++ diff --git a/content/training/cameras/dead-zones.md b/content/training/cameras/dead-zones.md new file mode 100644 index 0000000..da66262 --- /dev/null +++ b/content/training/cameras/dead-zones.md @@ -0,0 +1,3 @@ ++++ +title = "Dead Zones" ++++ \ No newline at end of file diff --git a/content/training/cameras/smooth-movements.md b/content/training/cameras/smooth-movements.md new file mode 100644 index 0000000..9ebf3fc --- /dev/null +++ b/content/training/cameras/smooth-movements.md @@ -0,0 +1,3 @@ ++++ +title = "Smooth Movements" ++++ \ No newline at end of file diff --git a/content/training/cameras/windows.md b/content/training/cameras/windows.md new file mode 100644 index 0000000..ec61faf --- /dev/null +++ b/content/training/cameras/windows.md @@ -0,0 +1,3 @@ ++++ +title = "windows" ++++ \ No newline at end of file diff --git a/content/training/project-config/_index.md b/content/training/project-config/_index.md new file mode 100644 index 0000000..9412fea --- /dev/null +++ b/content/training/project-config/_index.md @@ -0,0 +1,3 @@ ++++ +title = "Project Configuration" ++++ diff --git a/content/training/project-config/fast-compilation.md b/content/training/project-config/fast-compilation.md new file mode 100644 index 0000000..f69d989 --- /dev/null +++ b/content/training/project-config/fast-compilation.md @@ -0,0 +1,3 @@ ++++ +title = "Fast Compilation" ++++ \ No newline at end of file diff --git a/content/training/project-config/features.md b/content/training/project-config/features.md new file mode 100644 index 0000000..353b521 --- /dev/null +++ b/content/training/project-config/features.md @@ -0,0 +1,3 @@ ++++ +title = "Bevy Features" ++++ \ No newline at end of file diff --git a/content/training/project-config/release.md b/content/training/project-config/release.md new file mode 100644 index 0000000..c37248b --- /dev/null +++ b/content/training/project-config/release.md @@ -0,0 +1,3 @@ ++++ +title = "Build for Release" ++++ \ No newline at end of file diff --git a/content/training/project-config/workspace.md b/content/training/project-config/workspace.md new file mode 100644 index 0000000..ed98efd --- /dev/null +++ b/content/training/project-config/workspace.md @@ -0,0 +1,3 @@ ++++ +title = "Workspace" ++++ \ No newline at end of file