diff options
author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-18 17:51:58 +0200 |
---|---|---|
committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-18 17:51:58 +0200 |
commit | d8d57711c340ae58bf14946372fdffd9642532b5 (patch) | |
tree | c6263e11c215aeb5d38e313bc0e7d39e9208ba93 /sources.bib | |
parent | 8ab272e83d55154ca6156684adbf4598f94b3071 (diff) |
Described possible game engine structures
Diffstat (limited to 'sources.bib')
-rw-r--r-- | sources.bib | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sources.bib b/sources.bib index d6b960b..e754959 100644 --- a/sources.bib +++ b/sources.bib @@ -76,3 +76,26 @@ url = {https://docs.unity3d.com/Manual/class-Transform.html}, date = {2024} } + +@misc{img:Decorator, + title = {Decorator Pattern Structure Diagram}, + author = {Refactoring Guru}, + url = {https://refactoring.guru/images/patterns/diagrams/decorator/structure.png}, + date = {2024} +} + +@manual{man:DecoratorDesignPattern, + title = {Extension Object Design Pattern}, + author = {James Fawcett}, + organization = {Syracuse University}, + url = {https://ecs.syr.edu/faculty/fawcett/handouts/CSE776/PatternPDFs/ExtensionObject.pdf}, + date = {2024} +} + +@manual{man:Decorator, + title = {Decorator Design Pattern}, + author = {Refactoring Guru}, + organization = {Refactoring Guru}, + url = {https://refactoring.guru/design-patterns/decorator}, + date = {2024} +} |