VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
AssetBrowser.hpp File Reference

Class responsible for displaying and navigating project assets within an ImGUI window. More...

#include <imgui.h>
#include <filesystem>
#include <string>
#include <algorithm>
#include <vector>

Go to the source code of this file.

Classes

struct  vex::BrowserIcons
 Structure holding texture IDs for various asset types displayed in the browser. More...
class  vex::AssetBrowser
 Class responsible for displaying and navigating project assets within an ImGUI window. More...

Namespaces

namespace  vex

Detailed Description

Class responsible for displaying and navigating project assets within an ImGUI window.

Author
Eryk Roszkowski

Definition in file AssetBrowser.hpp.