Skip to content

Commit

Permalink
Delete a lot of code that is not going to be needed (for a while) any…
Browse files Browse the repository at this point in the history
…more.
  • Loading branch information
fleroviux committed Apr 30, 2024
1 parent 323d5d7 commit 5f4fb77
Show file tree
Hide file tree
Showing 101 changed files with 2 additions and 5,209 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang/
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ endif()
add_subdirectory(external)
add_subdirectory(zephyr)

option(ZEPHYR_BUILD_TESTS "Build the Zephyr test suite" ON)
option(ZEPHYR_BUILD_RUNTIME "Build the Zephyr game runtime" ON)
option(ZEPHYR_BUILD_NEXT "Build Zephyr Next" ON)

if(ZEPHYR_BUILD_TESTS)
add_subdirectory(test)
endif()

if(ZEPHYR_BUILD_RUNTIME)
add_subdirectory(app/runtime)
endif()

if(ZEPHYR_BUILD_NEXT)
add_subdirectory(app/next)
endif()
2 changes: 1 addition & 1 deletion app/next/src/main_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#undef main

#define ZEPHYR_OPENGL
//#define ZEPHYR_OPENGL

namespace zephyr {

Expand Down
29 changes: 0 additions & 29 deletions app/runtime/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions app/runtime/src/application.cpp

This file was deleted.

7 changes: 0 additions & 7 deletions app/runtime/src/application.hpp

This file was deleted.

33 changes: 0 additions & 33 deletions app/runtime/src/main.cpp

This file was deleted.

Loading

0 comments on commit 5f4fb77

Please sign in to comment.