summaryrefslogtreecommitdiff
path: root/docs/project-layout.md
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-19 13:24:31 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-19 13:24:31 +1100
commit6182860f1b1aba4128b4f66eda7977600e60d1a0 (patch)
tree388d9aff8ca19ef324633ac1bea43f1548675150 /docs/project-layout.md
parent5d1750d9adfc45b53c75310c58e31dfdbd8a6e15 (diff)
parentd6d742f8a24490f885e4a1ae3fea7ec46b01f58c (diff)
fix merge
Diffstat (limited to 'docs/project-layout.md')
-rw-r--r--docs/project-layout.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/project-layout.md b/docs/project-layout.md
deleted file mode 100644
index 9a33e8f..0000000
--- a/docs/project-layout.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: Project Structure
----
-
-```
-assets/ - shaders and bundled assets for examples (must be licensed open)
-bindgen/ - bindings generation
-deps/ - third-party dependencies
-docs/ - these docs you're reading now that get built with mkdocs
-src/
- core/ - core game engine facilities
- logos/ -
- maths/
- platform/
- ral/
- render/
- resources/
- std/
- systems/
- ui/
-```
-
-
-#### Core
-
-Core holds specifically functionality vital to making games or 3D applications. Contrast this with `std` which contains
-code that could form the base layer of almost any software out there.
-
-#### Std
-
-Data structures, algorithms, memory management, etc - all code here forms a foundation for everything above it and can conceivably
-be reused in non-game applications. \ No newline at end of file