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

Per-node annotations manager for node graphs (Phase 2.0) More...

#include "../json_helper.h"
#include <string>
#include <map>
+ Include dependency graph for NodeAnnotations.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Olympe::NodeGraph::NodeAnnotation
 Holds annotation data for a single node. More...
 
class  Olympe::NodeGraph::NodeAnnotationsManager
 Manages per-node annotations (breakpoints, comments, colors) More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 
namespace  Olympe::NodeGraph
 

Detailed Description

Per-node annotations manager for node graphs (Phase 2.0)

Author
Olympe Engine
Date
2026-02-19

Provides a serializable system for per-node annotations, including:

Definition in file NodeAnnotations.h.