Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
NodeSearchPalette.h File Reference

Fuzzy-search palette for VS node types (Phase 7). More...

#include <string>
#include <vector>
+ Include dependency graph for NodeSearchPalette.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Olympe::NodeSearchResult
 A single match returned by NodeSearchPalette::FuzzySearch(). More...
 
class  Olympe::NodeSearchPalette
 Singleton fuzzy-search palette for VS node types. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Enumerations

enum class  Olympe::NodeSearchCategory { Olympe::All , Olympe::ControlFlow , Olympe::Actions , Olympe::Data }
 Broad category for filtering node search results. More...
 

Detailed Description

Fuzzy-search palette for VS node types (Phase 7).

Author
Olympe Engine
Date
2026-03-10

NodeSearchPalette maintains a catalog of all available node types and provides fuzzy-search over them. Results are sorted by descending match score. The implementation has no ImGui dependency — UI code calls FuzzySearch() and renders the returned vector however it likes.

C++14 compliant — no std::optional, structured bindings, std::filesystem.

Definition in file NodeSearchPalette.h.