summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-19Add reference to UI in the Engine structureAlessandro Iezzi
2025-05-19Add the UI typeAlessandro Iezzi
2025-05-19Add the UI resize listenerAlessandro Iezzi
2025-05-19Add the expose listenerAlessandro Iezzi
2025-05-18Move UI inside engineAlessandro Iezzi
2025-05-18Move the game engine inside a dedicated directoryAlessandro Iezzi
2025-05-18Move the process of rendering line from game to engineAlessandro Iezzi
2025-05-18Add the mouse button pressed in the graphics engineAlessandro Iezzi
2025-05-18Add list utilityAlessandro Iezzi
2025-05-17Add the maanagement of mouse press eventAlessandro Iezzi
2025-05-17Add mouse listenerAlessandro Iezzi
2025-05-17Move the GL init inside the engineAlessandro Iezzi
2025-05-17Draw the game fieldAlessandro Iezzi
2025-05-17Add engine_loop and FPS calculationAlessandro Iezzi
2025-05-17Add the UI lop event functionAlessandro Iezzi
2025-05-17Manage events using XPendingAlessandro Iezzi
2025-05-17Remove draw_frame from expose eventAlessandro Iezzi
2025-05-17Move out draw_frame from expose eventAlessandro Iezzi
2025-05-17Fix the size of the windowAlessandro Iezzi
2025-05-17Add ui_on_keypress functionAlessandro Iezzi
2025-05-17Add game.c and game.hAlessandro Iezzi
2025-05-16Add engine_initAlessandro Iezzi
2025-05-16Remove a test target of MakefileAlessandro Iezzi
2025-05-16Set the GL viewport on resize of the windowAlessandro Iezzi
2025-05-16Enable the resize eventAlessandro Iezzi
2025-05-16Add check on getting GLX contextAlessandro Iezzi
2025-05-16Add the function for UI resize eventAlessandro Iezzi
2025-05-16Set the size of the window from main functionAlessandro Iezzi
2025-05-16Set the title from mainAlessandro Iezzi
2025-05-16Add event function ui_on_exposeAlessandro Iezzi
2025-05-16Add parameters width and height to ui_create_windowAlessandro Iezzi
2025-05-16Move the definition of XSetWindowAttributesAlessandro Iezzi
2025-05-16Add function to set title to the windowAlessandro Iezzi
2025-05-16Add a function to create the windowAlessandro Iezzi
2025-05-16Add a function to get the window attributesAlessandro Iezzi
2025-05-16Add a function to get the GLX VisualAlessandro Iezzi
2025-05-16Add a function to ope the displayAlessandro Iezzi
2025-05-16Update copyrightAlessandro Iezzi
2025-05-16Add utilAlessandro Iezzi
2025-05-14Add UI managementAlessandro Iezzi
2025-05-14Inital commitAlessandro Iezzi