Initial commit

This commit is contained in:
Will H
2024-03-06 09:16:29 -05:00
commit 367f622b78
6 changed files with 123 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
_build/ - Location for build artifacts (gitignore)
_external/ (Compiled/src 3rd party libraries and headers)
assets/ - binary assets (textures, audio files, compiled shaders)
source/ (Source files for project)
.gitattributes
.gitignore
LICENCE
CMakeLists.txt
README
## Asset handling
CMAKE implements `ASSETS_PATH` as either a relative or absolute path to assets/