aboutsummaryrefslogtreecommitdiff
path: root/glossary.bib
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-09 14:49:23 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-09 14:49:23 +0200
commiteecaf177ea63fe1da21644427f1388428744205d (patch)
tree590a312c2a090755e24331f4d2e88d6f7ab3007a /glossary.bib
parentf769fb30261c3091b958b62696e3c5ef3df39130 (diff)
add glossary + format LaTeX code
Diffstat (limited to 'glossary.bib')
-rw-r--r--glossary.bib30
1 files changed, 30 insertions, 0 deletions
diff --git a/glossary.bib b/glossary.bib
new file mode 100644
index 0000000..4d02e4a
--- /dev/null
+++ b/glossary.bib
@@ -0,0 +1,30 @@
+@abbreviation{ecs,
+ short = {ECS},
+ long = {Entity-Component System},
+}
+
+@abbreviation{hid,
+ short = {HID},
+ long = {Human Interface Device},
+}
+
+@abbreviation{sdl2,
+ short = {SDL2},
+ long = {Simple DirectMedia Layer},
+}
+
+@abbreviation{sfml,
+ short = {SFML},
+ long = {Simple and Fast Multimedia Library},
+}
+
+@entry{opengl,
+ name = {OpenGL},
+ description = {Open-source graphics library},
+}
+
+@entry{d3d,
+ name = {Direct3D},
+ description = {Graphics library developed by \hbox{Microsoft}},
+}
+