![]() |
VenomEngine
Cross-Platform Modern Graphics Engine
|
#include <venom/common/plugin/graphics/GUI.h>
#include <venom/common/ECS.h>
#include <venom/common/plugin/graphics/Light.h>
#include <venom/common/SceneSettings.h>
#include <venom/common/Transform3D.h>
#include <venom/common/plugin/graphics/Camera.h>
#include <venom/common/plugin/graphics/GraphicsApplication.h>
#include <venom/common/plugin/graphics/Model.h>
#include <venom/common/plugin/graphics/RenderingPipeline.h>
#include <nfd.h>
#include <venom/common/Resources.h>
Namespaces | |
namespace | venom |
Contains the entirety of the code of the VenomEngine project. | |
namespace | venom::common |
High-Level Frontend of the VenomEngine project. It also contains all the code shared between every APIs/Dynamic Libraries. But most importantly, that is where the abstraction is setup for the different APIs contained in this project. Use the alias 'vc' to access the namespace. | |
Project: VenomEngineWorkspace