wren
Vulkan-based game engine
|
#include <imgui.h>
#include <imgui_impl_vulkan.h>
#include <imgui_internal.h>
#include <filesystem>
#include <memory>
#include <tracy/Tracy.hpp>
#include <vulkan/vulkan.hpp>
#include <wren/application.hpp>
#include <wren/math/vector.hpp>
#include <wren/mesh.hpp>
#include <wren/scene/components/mesh.hpp>
#include <wren/scene/deserialization.hpp>
#include <wren/scene/scene.hpp>
#include <wren/scene/serialization.hpp>
#include <wren/utils/result.hpp>
#include "camera.hpp"
#include "context.hpp"
#include "ui.hpp"
Go to the source code of this file.
Classes | |
class | editor::Editor |
Namespaces | |
namespace | editor |