ES-DE/CREDITS.md

209 lines
4.1 KiB
Markdown
Raw Normal View History

2024-03-21 19:02:20 +00:00
# ES-DE Frontend - Credits
2020-12-16 18:27:51 +00:00
# Programming
2023-12-16 13:12:23 +00:00
**ES-DE**\
2024-03-21 19:02:20 +00:00
Leon Styhre
2024-03-21 19:02:20 +00:00
**RetroPie EmulationStation**\
2023-08-14 21:49:29 +00:00
RetroPie community
2024-03-21 19:02:20 +00:00
**Original EmulationStation**\
2023-08-14 21:49:29 +00:00
Alec Lofquist
2023-08-20 18:00:11 +00:00
# Original UI Art & Design
Nils Bonenberger
2024-07-20 11:44:45 +00:00
# Translations
2024-08-26 20:39:50 +00:00
**English (United Kingdom)** \
Weestuarty \
2024-09-16 20:55:06 +00:00
**German** \
Thorsten \
Pest \
2024-09-02 16:57:48 +00:00
**Spanish (Spain)** \
Dani (stshunz) \
2024-08-26 20:39:50 +00:00
**French** \
Fredy27 (neuromancer974) \
**Italian** \
Viler \
2024-09-22 14:13:02 +00:00
**Dutch**\
Stefan VDB\
2024-08-26 20:39:50 +00:00
**Polish** \
kycho \
**Portuguese (Brazil)** \
MrVictorFull \
**Romanian** \
SilverGreen93 \
**Russian** \
Lulzee \
**Swedish** \
Leon Styhre \
**Japanese** \
冰棍 \
2024-09-16 18:27:39 +00:00
**Korean** \
wakeboxer \
2024-08-26 20:39:50 +00:00
**Simplified Chinese** \
2024-09-02 16:57:48 +00:00
邻家小熊 \
冰棍
2024-07-20 11:44:45 +00:00
2020-12-16 18:27:51 +00:00
# Licenses
2023-08-20 18:00:11 +00:00
Please find the individual license files inside the [licenses](https://gitlab.com/es-de/emulationstation-de/-/tree/master/licenses) directory. There is also additional license information in the headers of most source files.
2020-12-16 18:27:51 +00:00
# Libraries
2021-06-09 19:00:00 +00:00
CImg \
https://www.cimg.eu
curl \
2023-08-20 18:00:11 +00:00
https://curl.se
2021-05-14 09:01:55 +00:00
FFmpeg \
https://ffmpeg.org
FreeImage \
http://www.freeimage.sourceforge.net
FreeType \
https://www.freetype.org
2020-12-16 18:27:51 +00:00
GLEW \
http://glew.sourceforge.net
GLM \
https://github.com/g-truc/glm
2024-08-05 20:49:46 +00:00
HarfBuzz \
https://harfbuzz.github.io
2024-08-09 15:54:23 +00:00
ICU \
https://icu.unicode.org
2023-04-02 20:33:30 +00:00
libgit2 \
https://libgit2.org
2024-07-02 21:58:32 +00:00
libintl (gettext) \
https://www.gnu.org/software/gettext
libvpx \
https://github.com/webmproject/libvpx
2022-10-06 21:02:58 +00:00
LunaSVG \
https://github.com/sammycage/lunasvg
Ogg \
https://github.com/xiph/ogg
Opus \
https://gitlab.xiph.org/xiph/opus
Poppler \
https://poppler.freedesktop.org
pugixml \
2021-05-14 09:01:55 +00:00
https://pugixml.org
RapdidJSON \
2021-05-14 09:01:55 +00:00
https://rapidjson.org
2014-03-22 23:03:01 +00:00
2022-01-09 19:40:36 +00:00
rlottie \
https://github.com/Samsung/rlottie
2021-06-09 19:00:00 +00:00
SDL \
2021-05-14 09:01:55 +00:00
https://www.libsdl.org
2014-03-22 23:03:01 +00:00
2024-01-03 16:52:43 +00:00
UTF8-CPP \
https://github.com/nemtrif/utfcpp
Vorbis \
https://gitlab.xiph.org/xiph/vorbis
2014-03-22 23:03:01 +00:00
2021-09-17 21:42:43 +00:00
# Code
Some code (like the virtual keyboard) was borrowed from Batocera EmulationStation \
2021-09-17 21:42:43 +00:00
https://batocera.org
The MD5 hash functions were adapted from code by the BZFlag project \
https://www.bzflag.org
2023-08-18 18:34:47 +00:00
The scanline GLSL shader was adapted from code by the RetroArch project \
2021-09-17 21:42:43 +00:00
https://www.retroarch.com
2023-08-18 18:34:47 +00:00
The blur GLSL shaders were based on code from the following repository \
https://github.com/Jam3/glsl-fast-gaussian-blur
2020-12-16 18:27:51 +00:00
# Resources
2014-03-22 23:03:01 +00:00
2021-01-28 19:06:12 +00:00
Akrobat font \
https://www.fontfabric.com/fonts/akrobat
DejaVu font \
https://dejavu-fonts.github.io
DroidSans font \
https://android.googlesource.com/platform/frameworks/base
Font Awesome \
https://fontawesome.com
2021-01-28 19:06:12 +00:00
GNU FreeFont (FreeMono) \
https://www.gnu.org/software/freefont
2024-09-15 19:39:12 +00:00
Nanum Square Neo font \
https://campaign.naver.com/nanumsquare_neo
2024-09-15 19:39:12 +00:00
Noto Emoji font \
https://fonts.google.com/noto/specimen/Noto+Emoji
Ubuntu font \
https://design.ubuntu.com/font
MAME ROM information \
https://www.mamedev.org
2020-12-26 15:22:33 +00:00
CA certificates (for TLS/SSL support on Windows) \
https://wiki.mozilla.org/CA
2024-02-18 12:36:09 +00:00
# Linear Theme
2024-02-18 12:36:09 +00:00
The Linear theme is based on [ESonline](https://github.com/Weestuarty/esonline-es-de) by Weestuarty.
2024-02-18 12:36:09 +00:00
[Carousel icons](https://github.com/szymon-kulak/es-de-moderntheme-nsoicons) originally made by Szymon Kulak and modified by the ES-DE project.
2023-02-28 17:39:49 +00:00
2023-08-20 18:00:11 +00:00
# Modern Theme
2023-02-28 17:39:49 +00:00
2023-11-12 19:10:54 +00:00
The Modern theme is based on [es-theme-switch](https://github.com/lilbud/es-theme-switch) by lilbud, and it was modified for ES-DE by Sophia Hadash.
Default [carousel icons](https://github.com/szymon-kulak/es-de-moderntheme-nsoicons) by Szymon Kulak.
[Nintendo Switch UI Font](https://www.cufonfonts.com/font/nintendo-switch-ui) by MH1.
2023-02-28 17:39:49 +00:00
2023-11-12 19:10:54 +00:00
Some logotype graphics by Dan Patrick.
2023-02-28 17:39:49 +00:00
2024-02-18 12:36:09 +00:00
# Slate Theme
The Slate theme is based on [recalbox-multi](https://gitlab.com/recalbox/recalbox-themes) by the Recalbox community, prior to their license change in 2018.
Some graphics from the [Carbon](https://github.com/RetroPie/es-theme-carbon) theme by Rookervik.
Some console and controller vector graphics by Bezza191.
Some logotype graphics by Dan Patrick.
2020-12-16 18:27:51 +00:00
# Sounds
2023-01-17 22:42:20 +00:00
Used by the default Slate theme as well as for fallback sounds (for themes that lack navigation sounds).
https://freesound.org/people/adcbicycle/sounds/14066
https://freesound.org/people/farpro/sounds/264762
2023-08-20 18:00:11 +00:00
https://freesound.org/people/farpro/sounds/264763
https://freesound.org/people/newlocknew/sounds/515827 \
2021-07-11 20:48:55 +00:00
(Sample cut slightly)
2023-08-20 18:00:11 +00:00
https://freesound.org/people/ertfelda/sounds/243701