summaryrefslogtreecommitdiff
path: root/src/main/engine/engine.c
AgeCommit message (Expand)Author
2025-05-22Change colorsAlessandro Iezzi
2025-05-22Remove the rendiring process of the linesAlessandro Iezzi
2025-05-22Remove the rendering of circles from the EngineAlessandro Iezzi
2025-05-22Move Circle struct in circle.hAlessandro Iezzi
2025-05-22Refactoring to make UI multi-instanceAlessandro Iezzi
2025-05-22Rename ui_init in ui_newAlessandro Iezzi
2025-05-22Add some default backgroundAlessandro Iezzi
2025-05-22Fix the mouse click on resize windowAlessandro Iezzi
2025-05-22Move lines inside Engine structAlessandro Iezzi
2025-05-22Change color of the background on winningAlessandro Iezzi
2025-05-22Rename engine_init in engine_newAlessandro Iezzi
2025-05-22Move the Engine struct inside the headerAlessandro Iezzi
2025-05-21Remove util.* for the liblogAlessandro Iezzi
2025-05-21Add logic to get the game in mouse button pressed eventAlessandro Iezzi
2025-05-21Add the FPS macroAlessandro Iezzi
2025-05-21Fix the rendering of multiple circlesAlessandro Iezzi
2025-05-20Add logic to get mouse positionAlessandro Iezzi
2025-05-20Add logic to get coordinates of the mouse button clickAlessandro Iezzi
2025-05-20Add function to draw circleAlessandro Iezzi
2025-05-20Remove the transformation from pixel to OpenGL coordinatesAlessandro Iezzi
2025-05-20Add logic to keep the ratio on resizing the windowAlessandro Iezzi
2025-05-19Add the Circle typeAlessandro Iezzi
2025-05-19Remove useless castAlessandro Iezzi
2025-05-19Add logic to maintain the aspect ratioAlessandro Iezzi
2025-05-19Add reference to UI in the Engine structureAlessandro Iezzi
2025-05-18Move UI inside engineAlessandro 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-17Add the maanagement of mouse press eventAlessandro Iezzi
2025-05-17Move the GL init inside the engineAlessandro Iezzi
2025-05-17Add engine_loop and FPS calculationAlessandro Iezzi
2025-05-17Add game.c and game.hAlessandro Iezzi
2025-05-16Add engine_initAlessandro Iezzi