diff options
author | Jaro <jarorutjes07@gmail.com> | 2024-09-10 13:04:19 +0200 |
---|---|---|
committer | Jaro <jarorutjes07@gmail.com> | 2024-09-10 13:04:19 +0200 |
commit | 45e358297d7eb7d5d699e3cbd056ff7d1b8b906a (patch) | |
tree | 7acebb47ab36ffe4dfba0a2c367942ea355b6ea3 /glossary.bib | |
parent | a5254f3fb3962af81f39fd51911cdbf639b30aca (diff) | |
parent | e34bef0a738c710e8c09894f6d9bc66abda4d3b2 (diff) |
updated time
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}}, +} + |