feat: 🚧 starting writing about GUI

This commit is contained in:
Louis Gallet 2024-10-31 17:16:48 +01:00
parent d1fc9b0c71
commit 377357765b
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511
6 changed files with 14 additions and 7 deletions

BIN
main.pdf (Stored with Git LFS)

Binary file not shown.

View File

@ -4,8 +4,12 @@ To be completed: Lilian's bio
\subsection{Luca De-Donno}
To be completed: Luca's bio
Luca De Donno has always been passionate about IT, a defining aspect of his life since he was twelve years old. With French, Italian, and Lithuanian roots, he brings a broad perspective to his work, particularly in technology, which he views as the future. Luca aspires to become a Cybersecurity Engineer, driven by the critical role that cybersecurity plays in safeguarding the systems and data people rely on daily.
In his recent project, Luca focused on developing the app interface and main window, serving as the connection between the app's visual layout and his colleague's functional implementations. This role has been invaluable in deepening his understanding of how front-end elements interact with back-end processes—a key aspect of effectively securing applications in the field of cybersecurity. Designing and connecting these components has provided him with hands-on experience in system interactions, equipping him with insights into how various layers of an app can be secured against vulnerabilities.
Moreover, working with this years group has been both refreshing and rewarding for Luca. Last year, he encountered challenges with group dynamics and organization, prompting him to seek a team that was serious, structured, and supportive. In this new group, he has found a positive and helpful environment that encourages collaboration and brings out the best in everyones work. This experience has not only strengthened his technical skills but also highlighted the importance of a cohesive, supportive team—a crucial element for both personal growth and professional success.
\subsection{Louis Gallet}
Louis Gallet has been passionate about computers and programming from a young age. Alongside his coursework, he completed various independent projects in his free time. In his first year at EPITA, he served as project manager for the S2 project. This year, he is motivated to succeed in this new challenge, now in C programming. AI is a field that fascinates him, and he hopes to make it one of his areas of expertise. Contributing to the development of a neural network as part of this project is an opportunity he plans to fully leverage.
Louis Gallet has been passionate about computers and programming from a young age. Alongside his coursework, he completed various independent projects in his free time. In his first year at EPITA, he served as project manager for the S2 project. This year, he is motivated to succeed in this new challenge, now in C programming. AI is a field that fascinates him, and he hopes to make it one of his areas of expertise. Contributing to the development of a neural network as part of this project is an opportunity he plans to fully leverage.

View File

@ -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.

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