|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <box2d/box2d.h>#include <engine/core/iEngineService.h>#include <engine/physics/creation/physics_creation_factory.h>#include <engine/physics/physics_math.h>#include <engine/physics/raycast/physics_raycaster.h>#include <engine/physics/world/physics_world.h>#include <memory>Go to the source code of this file.
Classes | |
| class | PhysicsService |
| Service responsible for managing the physics world. More... | |