From f138311d2d2e0cc9ba0496d523bb46f2c1c9fb73 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 20 Sep 2023 23:58:58 -0700 Subject: Copy from the PlasticSCM repo, replace vendored glm wtih conan --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c779a04 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Project Brussel + +## Utlilized Open Source Projects ++ [Ogre3D](https://www.ogre3d.org/): referenced a large number of classes and implementation ++ [Urho3D](https://urho3d.io/) ++ [godot](https://godotengine.org/) ++ Everything else in `3rdparty/` + +## Project Structure +- `cmake`: CMake scripts consumed by the root `CMakeLists.txt`. +- `10-common`: Code that's compiled as a part of all targets. Check each target's build script for details. +- `20-codegen-compiler`: Code generator similar to Qt MOC. +- `20-codegen-runtime`: Code that's consumed along with output of `buildtools/codegen`. +- `30-game`: The main game. +- `assets`: The assets for the main game. -- cgit v1.2.3-70-g09d2