DEV Community

Discussion on: Observer Pattern in Rust

Collapse
 
gregfletcher profile image
Greg Fletcher

Nice! Thanks for sharing!

I've been looking into game programming a bit myself recently. The observer pattern you created is interesting. It reminds me a bit of event listeners in the DOM. Not exactly the same but some similar principles.

Collapse
 
brookzerker profile image
Brooks Patton

Yeah, it is a very event driven architecture

Collapse
 
gregfletcher profile image
Greg Fletcher • Edited

Do you know of any resources/books that go into functional game programming concepts? I've had a hard time finding any good resources on this.

Thread Thread
 
brookzerker profile image
Brooks Patton

It's not functional programming per say, but I've been enjoying game programming patterns recently