Game Programming Patterns 7.5 - (Rust) Observer Pattern
Channel:
Subscribers:
7,960
Published on ● Video Link: https://www.youtube.com/watch?v=ml9GgcphNUQ
We try to implement the observer pattern into the Rust infinite runner. However we run into a bunch of problems mainly involving how to store references to the structs, or callbacks as an observer.
Links
code - https://github.com/brooks-builds/learning_game_design_patterns
twitter - https://twitter.com/brooks_patton
book - http://gameprogrammingpatterns.ocm/
-- Watch live at https://www.twitch.tv/brookzerker
Other Videos By Brooks Builds (brookzerker)
Tags:
twitch
games
gamedev
rust
observer pattern
ggez