diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-18 21:00:43 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-18 21:00:43 +0200 |
commit | 8fd427d11c3b78e90409eddf42af2417b833ef34 (patch) | |
tree | d91f33da9bf10a1404ac7a672b155815bc3ad93b /sources.bib | |
parent | 395ef912d0b5d398874cc37021ea0e6c0e94f38a (diff) | |
parent | 5d13bc5999c4abc51b9bcccf4b8b2cbd44a0193c (diff) |
merge master into loek/research
Diffstat (limited to 'sources.bib')
-rw-r--r-- | sources.bib | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/sources.bib b/sources.bib index 33f3a2e..bb68067 100644 --- a/sources.bib +++ b/sources.bib @@ -91,3 +91,56 @@ urldate = {2024-09-18}, } +@misc{github:awesome-ecs, + author = {Sangjun Lee}, + title = {Awesome Entity Component System}, + url = {https://github.com/jslee02/awesome-entity-component-system?tab=readme-ov-file}, + date = {2023} +} + +@misc{github:ecsfaq, + author = {Sander Mertens}, + title = {ECS FAQ}, + url = {https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#should-i-write-my-own-ecs}, + date = {2023} +} + +@manual{man:unityGameobjects, + title = {GameObject}, + author = {Unity Technologies}, + organization = {Unity}, + url = {https://docs.unity3d.com/Manual/GameObjects.html}, + date = {2024} +} + +@manual{man:unityTransformClass, + title = {Transform Class}, + author = {Unity Technologies}, + organization = {Unity}, + 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} +} + |