Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Add observers to Stitch #7

Open
sayhisam1 opened this issue Nov 20, 2021 · 2 comments
Open

Add observers to Stitch #7

sayhisam1 opened this issue Nov 20, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@sayhisam1
Copy link
Owner

Immutability simply isn't performant enough for large games. I am re-adding observers and events to Stitch to solve this issue.

Observers should themselves be immutable though (see Rx)

Leaving this up as an issue for discussion on how this should be implemented

@sayhisam1 sayhisam1 added the enhancement New feature or request label Nov 20, 2021
@sayhisam1 sayhisam1 self-assigned this Nov 20, 2021
@sayhisam1
Copy link
Owner Author

Added Signals in commit a319515
These should provide an easy way to interact with Stitch using observables

@sayhisam1
Copy link
Owner Author

Thinking of using Quenty's Rx lib (https://github.com/Quenty/NevermoreEngine/tree/main/src/rx) as an example for how this should be implemented

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant