feat: 🚧 starting writing about GUI
This commit is contained in:
@ -0,0 +1 @@
|
||||
Cette section est dédiée à la détection de grille. Elle est une étape cruciale dans notre projet, car elle permet de détecter la grille de mot dans une image.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO: To be completed by Lilian
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user