aboutsummaryrefslogtreecommitdiff
path: root/sources.bib
diff options
context:
space:
mode:
Diffstat (limited to 'sources.bib')
-rw-r--r--sources.bib32
1 files changed, 30 insertions, 2 deletions
diff --git a/sources.bib b/sources.bib
index bf04165..e025492 100644
--- a/sources.bib
+++ b/sources.bib
@@ -84,7 +84,7 @@
date = {2024}
}
-@manual{man:DecoratorDesignPattern,
+@manual{man:ExtensionObjectDesignPattern,
title = {Extension Object Design Pattern},
author = {James Fawcett},
organization = {Syracuse University},
@@ -92,7 +92,7 @@
date = {2024}
}
-@manual{man:Decorator,
+@manual{man:DecoratorDesignPattern,
title = {Decorator Design Pattern},
author = {Refactoring Guru},
organization = {Refactoring Guru},
@@ -100,3 +100,31 @@
date = {2024}
}
+@misc{img:extionsionObjects,
+ title = {Extension Objects Diagram},
+ author = {stackoverflow},
+ url = {https://i.sstatic.net/GoIQ6.jpg},
+ date = {2024}
+}
+
+@manual{man:extionsionObjectsStackOverflow,
+ title = {Extension Object Design Pattern},
+ author = {Supun Wijerathne},
+ organization = {stackoverflow},
+ url = {https://stackoverflow.com/questions/39331752/what-is-the-difference-between-extension-objects-pattern-and-adapter-pattern},
+ date = {2016}
+}
+
+@misc{img:ECSBlockDiagram,
+ title = {ECS Diagram},
+ author = {Unity},
+ url = {https://docs.unity3d.com/Packages/com.unity.entities@0.1/manual/images/ECSBlockDiagram.png},
+ date = {2024}
+}
+
+@misc{img:ECSComponentSystem,
+ title = {ECS Component System},
+ author = {Joel van der Werf},
+ url = {https://i.imgur.com/VMQFIjW.png},
+ date = {2024}
+}