aboutsummaryrefslogtreecommitdiff
path: root/sources.bib
blob: bb680676797fb2493a6d5eeb080c1a55f5478d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
% bible: <https://tug.ctan.org/info/biblatex-cheatsheet/biblatex-cheatsheet.pdf>

@techreport{rfc:3339,
	author = {G. Klyne and C. Newman},
	title = {Date and Time on the Internet: Timestamps},
	url = {https://www.rfc-editor.org/rfc/rfc3339},
	urldate = {2023-01-03},
	date = {2002-07},
	type = {RFC},
	number = 3339,
	publisher = {RFC Editor},
	institution = {RFC Editor},
}

@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},
}

@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},
}

@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},
}

@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},
}

@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},
}

@report{crepe:requirements,
	author = {Loek Le Blansch and Wouter Boerenkamps and Jaro Rutjes and Max Smits and Niels Stunnebrink},
	title = {Requirements},
	date = {2024-09-18},
}

@online{lib:miniaudio,
	title = {miniaudio - A single file audio playback and capture library.},
	% author = {David Reid},
	url = {https://miniaud.io},
	urldate = {2024-09-18},
}

@online{lib:yse,
	title = {YSE - cross-platform sound engine},
	url = {https://www.attr-x.net/yse},
	urldate = {2024-09-18},
}

@online{lib:soloud,
	title = {SoLoud},
	% author = {Jari Komppa},
	url = {https://solhsa.com/soloud},
	urldate = {2024-09-18},
}

@online{lib:fmod,
	title = {FMOD},
	url = {https://www.fmod.com},
	urldate = {2024-09-18},
}

@online{lib:portaudio,
	title = {PortAudio - an Open-Source Cross-Platform Audio API},
	url = {https://www.portaudio.com},
	urldate = {2024-09-18},
}

@online{tool:perf,
	title = {\texttt{perf:} Linux profiling with performance counters},
	url = {https://perf.wiki.kernel.org/index.php/Main_Page},
	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}
}