Skip to content

Commit

Permalink
Drop CEF
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Jan 24, 2024
1 parent 844992e commit 03156d7
Show file tree
Hide file tree
Showing 380 changed files with 2 additions and 70,686 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ include_directories(
"${PROJECT_SOURCE_DIR}/vendors/StackWalker/Main/StackWalker"
"${PROJECT_SOURCE_DIR}/vendors/ultralight/include"
"${PROJECT_SOURCE_DIR}/vendors/directxtk"
"${PROJECT_SOURCE_DIR}/vendors/cef"
"${PROJECT_SOURCE_DIR}/vendors/ultralight/include"
"${PROJECT_SOURCE_DIR}/vendors"
"${PROJECT_SOURCE_DIR}/code/framework/src/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This codebase provides a suite of tools and libraries to simplify the developmen
* **ECS**: Backed by a robust ECS framework that simplifies entity management and world streaming, it is also easily extensible.
* **Scripting**: The **Node.js** scripting layer provides an easy way to create and manage game modes used on game servers.
* **Logging**: It is always vital to log actions and errors, so the framework provides a simple way.
* **GUI**: It provides a simple way to create and manage GUI elements using the **Chromium Embedded Framework** library.
* **GUI**: It provides a simple way to create and manage GUI elements using the **Ultralight** library.
* **Sentry**: The framework provides a simple way to report errors and exceptions to the **Sentry** service.
* **Firebase**: It easily stores and retrieves data from the **Firebase** service. Including stats, player data, and more.
* **Externals**: Contains wrappers for various libraries and services used within the framework.
Expand Down
2 changes: 1 addition & 1 deletion code/framework/src/graphics/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Framework::Graphics {
enum class RendererBackend { BACKEND_D3D_9, BACKEND_D3D_11, BACKEND_D3D_12 };

enum class RendererAPI { CEF, IMGUI, ULTRALIGHT };
enum class RendererAPI { IMGUI, ULTRALIGHT };

enum class PlatformBackend { PLATFORM_WIN32, PLATFORM_SDL2 };

Expand Down
1 change: 0 additions & 1 deletion vendors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ if (WIN32)
add_subdirectory(sdl2)
add_subdirectory(discord)
add_subdirectory(directxtk)
add_subdirectory(cef)
add_subdirectory(ultralight)

# Lua
Expand Down
12 changes: 0 additions & 12 deletions vendors/cef/CMakeLists.txt

This file was deleted.

Empty file removed vendors/cef/dummy.cpp
Empty file.
97 changes: 0 additions & 97 deletions vendors/cef/include/base/cef_atomic_flag.h

This file was deleted.

123 changes: 0 additions & 123 deletions vendors/cef/include/base/cef_atomic_ref_count.h

This file was deleted.

90 changes: 0 additions & 90 deletions vendors/cef/include/base/cef_auto_reset.h

This file was deleted.

Loading

0 comments on commit 03156d7

Please sign in to comment.