diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-03 00:22:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-03 00:22:58 +0100 |
commit | 07f40f3dc1ef4655844e312ba69be3fbebec51b7 (patch) | |
tree | 4ebc5e65290cace95cac5dabe5cfe8f5a5d4a95a /research.tex | |
parent | 3007b3677ae6a0752a9d1fb136d6ea84c1b6d555 (diff) | |
parent | 0bed01a4e2e820b8974207145cd2eb3430864ad7 (diff) |
merge #49
Diffstat (limited to 'research.tex')
-rw-r--r-- | research.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/research.tex b/research.tex index 6853d5f..241dd8b 100644 --- a/research.tex +++ b/research.tex @@ -253,16 +253,16 @@ described. A game engine must have the ability to handle user input, render graphics, and process audio. Several large frameworks are available that provide these features and are already widely used by other game engines. The two most popular and -best-supported options are \gls{sdl2} and \gls{sfml}. +best-supported options are \gls{sdl} and \gls{sfml}. \paragraph{SDL2} % TODO: ref?sdl2 -According to its official website, \gls{sdl2} is \emph{``a cross-platform development +According to its official website, \gls{sdl} is \emph{``a cross-platform development library designed to provide low-level access to audio, keyboard, mouse, joystick, and graphics hardware via \gls{opengl} and \gls{d3d}. It is used by video playback software, emulators, and popular games, including Valve's award-winning catalog and -many Humble Bundle games.''} \gls{sdl2} is written in the C programming language, and +many Humble Bundle games.''} \gls{sdl} is written in the C programming language, and therefore, structs and functions are used instead of objects and methods. \begin{comparison} @@ -293,7 +293,7 @@ game development. applications.} \con{The 2D rendering engine may experience performance issues in large-scale games.} - \con{The community is smaller compared to \gls{sdl2}.} + \con{The community is smaller compared to \gls{sdl}.} \con{No native 3D support is provided.} \con{Not all image formats are supported.} \end{comparison} |