Game Programming Patterns part 7.6 - (Rust) Observer Pattern
Channel:
Subscribers:
7,960
Published on ● Video Link: https://www.youtube.com/watch?v=xS9zYTRFEgs
I figured out a way to implement the observer pattern in Rust! I'm using an Arc> which allows me to have multiple mutable references at the same time. I hope this is helpful for any of you who are also looking to have multiple mutable references.
Links
code - [https://github.com/brooks-builds/learning_game_design_patterns](https://github.com/brooks-builds/learning_game_design_patterns)
twitter - [https://twitter.com/brooks_patton](https://twitter.com/brooks_patton)
book - [http://gameprogrammingpatterns.ocm/](http://gameprogrammingpatterns.ocm/) -- Watch live at https://www.twitch.tv/brookzerker
Other Videos By Brooks Builds (brookzerker)
Tags:
twitch
games
rust
rustlang
gamedev
observer pattern