diff --git a/main.pdf b/main.pdf index feb9e0b..e4a31b8 100644 --- a/main.pdf +++ b/main.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:001440a28e1aa594b33a1bc2cb01d88540265c6932ab03dbe35a4d0b0d85e4d4 -size 294900 +oid sha256:af545fee6eff49b4187f34de8df2584c2cae426a4e247a00faf32439f19da651 +size 296962 diff --git a/sections/membres-projet/membres-projet.tex b/sections/membres-projet/membres-projet.tex index 43af0c1..5378205 100644 --- a/sections/membres-projet/membres-projet.tex +++ b/sections/membres-projet/membres-projet.tex @@ -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 year’s 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 everyone’s 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. \ No newline at end of file +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. diff --git a/sections/partie-technique/detection-grille/detection-grille.tex b/sections/partie-technique/detection-grille/detection-grille.tex index e69de29..543fe64 100644 --- a/sections/partie-technique/detection-grille/detection-grille.tex +++ b/sections/partie-technique/detection-grille/detection-grille.tex @@ -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. diff --git a/sections/partie-technique/gui/ezui/ezui.tex b/sections/partie-technique/gui/ezui/ezui.tex index e69de29..40861aa 100644 --- a/sections/partie-technique/gui/ezui/ezui.tex +++ b/sections/partie-technique/gui/ezui/ezui.tex @@ -0,0 +1 @@ +TODO: To be completed by Lilian diff --git a/sections/partie-technique/gui/gui.tex b/sections/partie-technique/gui/gui.tex index 613d2fa..51c386d 100644 --- a/sections/partie-technique/gui/gui.tex +++ b/sections/partie-technique/gui/gui.tex @@ -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} diff --git a/sections/partie-technique/gui/gui/gui.tex b/sections/partie-technique/gui/gui/gui.tex index e69de29..bafb404 100644 --- a/sections/partie-technique/gui/gui/gui.tex +++ b/sections/partie-technique/gui/gui/gui.tex @@ -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