summaryrefslogtreecommitdiff
path: root/src/main/engine/engine.h
AgeCommit message (Expand)Author
2025-05-22Remove the rendiring process of the linesAlessandro Iezzi
2025-05-22Remove the rendering of circles from the EngineAlessandro Iezzi
2025-05-22Refactoring to make UI multi-instanceAlessandro Iezzi
2025-05-22Add some default backgroundAlessandro 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-21Add logic to get the game in mouse button pressed eventAlessandro 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-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-17Add engine_loop and FPS calculationAlessandro Iezzi
2025-05-17Add game.c and game.hAlessandro Iezzi
2025-05-16Add engine_initAlessandro Iezzi