MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload

github.com/Overload-Technologies/Overload

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.9 ↗ · + Follow · compare 2 versions
29,320 symbols 64,225 edges 2,569 files ⚖ MIT 5,750 documented · 20% updated 4d agov1.9 · 2026-08-25★ 2,46680 open issues

Browse by type

Functions 23,627 Types & classes 5,693
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

overload-banner-2

Releases | Screenshots | Features | Wiki | Contributing

platforms release size

issues pulls

license downloads

What's Overload?

Overload is a free, open-source 3D game engine made in C++ with Lua as its scripting language.

Originally created in 2019 by Benjamin VIRANIN, Max BRUN, and Adrien GIVRY as a graduation project, it has since evolved into an community-driven initiative supported by dozens of contributors.

Overload pillars are: - 🐣 Ease of use – Inspired by other commercial engines, so you feel right at home. - 🧊 Simplicity – Minimalistic by design, avoiding unnecessary complexity. - 💭 Pragmatic Design – Features are carefully considered and deeply integrated. - 📄 Documentation – Scripting API and documented source-code. - 🤝 Community-Driven – Welcoming contributions and feedback from all developers. - ⚙️ Modern C++20 – Leveraging the power and safety of up-to-date C++ features.

Features

  • Lua scripting
  • Game editor
  • Prefab system
  • Physically-Based Rendering (PBR)
  • Custom shaders support
  • Windows game building
  • Profiling tools
  • Material editor
  • Spatial audio
  • Rigidbody physics
  • Skeletal animation
  • And many more to come...

Check out our issues and pull requests to learn more about what's coming next!

Documentation

Check-out Overload's documentation to find sample projects, tutorials & the scripting API!

Getting Started

Before running Overload, we highly recommend downloading one of Overload's sample projects!

Pre-Built Binaries

In a rush? Get the latest release!

Building From Sources

Windows (MSVC)

git clone https://github.com/Overload-Technologies/Overload
cd Overload
.\gen_proj.bat vs2022 # generate project files for Visual Studio 2022
.\Overload.sln # Open the solution in Visual Studio

[!note] Officially supported actions for gen_proj.bat are: vs2022 (default), gmake, codelite.

Refer to premake's website for more information.

Linux (Clang)

git clone https://github.com/Overload-Technologies/Overload
cd Overload
./gen_proj.sh gmake # generate project files for Makefile
make -j$(nproc) # build the project using all available CPU cores

[!important] The editor requires zenity to be installed on Linux.

[!note] Officially supported actions for gen_proj.sh are: gmake (default), codelite.

Refer to premake's website for more information.

Architecture

Overload is divided into 11 modules: 9 libraries (SDK), and 2 executables (Applications).

Overload SDK

The Overload SDK is the core of the engine. It is a set of libraries used by our applications: OvGame and OvEditor. We designed theses libraries with reusability in mind. They are highly modular and easy to extract from a game engine context. - OvDebug: Logging and assertions. - OvTools: Serialization, file system, platform, events, clock, and more. - OvMaths: Vectors, matrices, quaternions, transforms. - OvAudio: Audio engine, built around SoLoud. - OvPhysics: Physics engine, built around Bullet3. - OvRendering: Rendering engine, built around BareGL. - OvWindowing: Handles inputs and windows using GLFW. - OvUI: Widget-based UI, leveraging ImGui under the hood. - OvCore: Component-based scene system, scripting, and resource management.

Overload Applications

Overload applications use the Overload SDK to operate. - OvGame: A data-driven executable for any game built with Overload. - OvEditor: An editor for building your game.

editor

Dependencies

Overload depends on a few third-party libraries: - BareGL (C++20 OpengGL 4.5 wrapper) - GLFW (Windowing and inputs) - Assimp (3D model loader) - Bullet3 (Physics) - SoLoud (Audio) - Tinyxml2 (XML serializer) - Sol3 (Lua binding) - ImGui (GUI) - Premake5 (Project generation)

Contributing

Overload is open to contributions of all kinds. Feel free to open issues (feature requests or bug reports) or submit pull requests.

If you'd like to contribute, please refer to our contribution guildelines.

Minimum Requirements

RAM 1GB
OS Windows 7 & Linux
GPU Graphics card supporting OpenGL 4.5
CPU x86_64

Screenshots

editor shading reflections pbr custom-shaders intel-sponza intel-sponza-2 intel-sponza-3

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 12,390
Function 11,237
Class 5,197
Enum 494
Interface 2

Languages

C++82%
C18%
C#1%

Modules by API surface

Dependencies/ImGui/src/imgui.cpp796 symbols
Dependencies/assimp/contrib/pugixml/src/pugixml.cpp547 symbols
Dependencies/soloud/src/c_api/soloud_c.cpp496 symbols
Dependencies/ImGui/include/imgui_internal.h403 symbols
Dependencies/ImGui/src/imgui_widgets.cpp309 symbols
Dependencies/ImGui/src/imgui_draw.cpp258 symbols
Dependencies/sol/include/sol/types.hpp243 symbols
Dependencies/soloud/src/audiosource/wav/dr_flac.h230 symbols
Dependencies/ImGui/include/imgui.h225 symbols
Dependencies/stb_image/include/stb_image/stb_image.h218 symbols
Dependencies/soloud/src/audiosource/wav/dr_wav.h203 symbols
Dependencies/glfw/src/wl_window.c183 symbols

For agents

$ claude mcp add Overload \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page