diff options
author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-12 16:02:18 +0200 |
---|---|---|
committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-12 16:02:18 +0200 |
commit | 6ff3195cfee6eeeedd730a3b18473eb2f88efc23 (patch) | |
tree | 703e5a95f6d5eec30809d938c47344260fe095a1 /glossary.bib | |
parent | 603db3fe74db94ded146b22e9303dd8c064df494 (diff) | |
parent | 79e58533af8bf585d79f8d0b5ca675ff66712b80 (diff) |
Merge remote-tracking branch 'origin/master' into jaro/project-plan
Diffstat (limited to 'glossary.bib')
-rw-r--r-- | glossary.bib | 30 |
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}}, +} + |