feat: 🚧 starting writing about GUI

This commit is contained in:
2024-10-31 17:16:48 +01:00
parent d1fc9b0c71
commit 377357765b
6 changed files with 14 additions and 7 deletions

View File

@ -0,0 +1 @@
TODO: To be completed by Lilian

View File

@ -1,6 +1,4 @@
Pour l'interface utilisateur, nous avons opté pour une interface simple faite avec SDL. Dans un premier temps, nous avons décidé de ne pas forcément
la faire belle, mais plutôt fonctionnelle. Afin d'accélérer le développement, nous avons créer une librairie \verb'EZUI' qui permet de créer
des interfaces rapidement dans SDL.
For the user interface, we opted for a simple interface made with SDL. Initially, we decided not to focus on aesthetics but rather on functionality. To speed up development, we created a library called \verb'EZUI' that allows for quick creation of interfaces in SDL.
\subsubsection{EZ UI}
\input{sections/partie-technique/gui/ezui/ezui}

View File

@ -0,0 +1,3 @@
As mentioned above, the GUI is quite simple but still allows for all the necessary operations to process the image. Several functions are called to display the image in the SDL window and to interact with the user.
TODO: Integrate images of the interface