Skip to content

Commit

Permalink
Merge pull request #176 from chaoticgd/asset_system
Browse files Browse the repository at this point in the history
Merge the asset system and launcher
  • Loading branch information
chaoticgd authored Jun 27, 2022
2 parents 023d135 + 93a1d8e commit 96139b3
Show file tree
Hide file tree
Showing 248 changed files with 26,417 additions and 12,726 deletions.
38 changes: 25 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
.directory
__pycache__
/CMakeCache.txt
/CMakeFiles
/Makefile
/cmake_install.cmake
/wrench
/.vscode
/libimgui.a
/imgui.ini
# cmake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
CMakeLists.txt.user
CTestTestfile.cmake

# build
/bin
/lib
/cache
wrench_settings.ini
_generated_*
*.a

# tools
/.vscode
__pycache__
.directory

# config
*.ini

# misc
*.dump
/dumps
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
path = thirdparty/json
url = https://github.com/nlohmann/json
branch = master
[submodule "thirdparty/toml11"]
path = thirdparty/toml11
url = https://github.com/ToruNiina/toml11
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw
Expand Down
Loading

0 comments on commit 96139b3

Please sign in to comment.