aboutsummaryrefslogtreecommitdiff
path: root/sources.bib
diff options
context:
space:
mode:
Diffstat (limited to 'sources.bib')
-rw-r--r--sources.bib97
1 files changed, 49 insertions, 48 deletions
diff --git a/sources.bib b/sources.bib
index e754959..bf04165 100644
--- a/sources.bib
+++ b/sources.bib
@@ -13,89 +13,90 @@
}
@misc{miro:scrum-board,
- author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
- title = {Scrum Board on Miro},
- url = {https://miro.com/app/board/uXjVKjtdM64=/?share_link_id=303851465474},
- date = {2024-09-10},
+ author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
+ title = {Scrum Board on Miro},
+ url = {https://miro.com/app/board/uXjVKjtdM64=/?share_link_id=303851465474},
+ date = {2024-09-10},
}
@misc{crepe:code-repo,
- author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
- title = {Crepe Code Repository},
- url = {https://github.com/lonkaars/crepe},
- date = {2024-09-10},
+ author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
+ title = {Crepe Code Repository},
+ url = {https://github.com/lonkaars/crepe},
+ date = {2024-09-10},
}
@misc{crepe:docs-repo,
- author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
- title = {Crepe Documentation Repository},
- url = {https://github.com/lonkaars},
- date = {2024-09-10},
+ author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
+ title = {Crepe Documentation Repository},
+ url = {https://github.com/lonkaars},
+ date = {2024-09-10},
}
@misc{crepe:docs-standard,
- author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
- title = {Crepe Documentation Standard},
- url = {https://github.com/lonkaars/crepe-docs/blob/master/contributing.md},
- date = {2024-09-10},
+ author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
+ title = {Crepe Documentation Standard},
+ url = {https://github.com/lonkaars/crepe-docs/blob/master/contributing.md},
+ date = {2024-09-10},
}
@misc{crepe:code-standard,
- author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
- title = {Crepe Code Standard},
- url = {https://github.com/lonkaars/crepe/blob/master/contributing.md},
- date = {2024-09-10},
+ author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
+ title = {Crepe Code Standard},
+ url = {https://github.com/lonkaars/crepe/blob/master/contributing.md},
+ date = {2024-09-10},
}
-@misc{github:001,
- author = {Sangjun Lee},
- title = {Awesome Entity Component System},
- url = {https://github.com/jslee02/awesome-entity-component-system?tab=readme-ov-file},
+@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:002,
- author = {Sander Mertens},
- title = {ECS FAQ},
- url = {https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#should-i-write-my-own-ecs},
+@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},
+ 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}
+ 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}
+ 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}
+ 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},
+ title = {Decorator Design Pattern},
+ author = {Refactoring Guru},
organization = {Refactoring Guru},
- url = {https://refactoring.guru/design-patterns/decorator},
- date = {2024}
+ url = {https://refactoring.guru/design-patterns/decorator},
+ date = {2024}
}
+