Skip to content

Feat/markeremitter component#32

Open
M1KUS3Q wants to merge 7 commits into
mainfrom
feat/markeremitter-component
Open

Feat/markeremitter component#32
M1KUS3Q wants to merge 7 commits into
mainfrom
feat/markeremitter-component

Conversation

@M1KUS3Q

@M1KUS3Q M1KUS3Q commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

resolves #28

@M1KUS3Q
M1KUS3Q requested a review from MichalSzandar July 18, 2026 13:45
@M1KUS3Q M1KUS3Q linked an issue Jul 18, 2026 that may be closed by this pull request
};

std::vector<Binding> bindings;
std::vector<ActiveSubscription> activeSubscriptions;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One decision worth talking about is storing "Binding"s and "ActiveSubscription"s separately. ActiveSubscription is a resolved binding, and I think we should think if the types shouldn't be combined, having uninitialized fields that get initialized onSceneReady. The downside of that approach is more complicated logic if any rebinding is to happen. I have chosen this one at first, as the clear separation of a POD type and more complicated resolved type easily mimics the config/runtime separation and allows for rebinding, refreshes etc. later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create MarkerEmiter component

1 participant