-
- Downloads
Refactoring
- Splitting up the game layer - Put particle code into own lib - optimizatoins with pre calculations - disabled updating the momentum view when not rendering momentum
Showing
- App/CMakeLists.txt 5 additions, 4 deletionsApp/CMakeLists.txt
- App/GameLayer.cpp 173 additions, 275 deletionsApp/GameLayer.cpp
- App/GameLayer.hpp 110 additions, 0 deletionsApp/GameLayer.hpp
- App/Log.cpp 0 additions, 0 deletionsApp/Log.cpp
- App/Log.hpp 0 additions, 0 deletionsApp/Log.hpp
- App/MainMenuLayer.cpp 0 additions, 0 deletionsApp/MainMenuLayer.cpp
- App/MainMenuLayer.hpp 0 additions, 0 deletionsApp/MainMenuLayer.hpp
- App/QPongApp.cpp 0 additions, 0 deletionsApp/QPongApp.cpp
- App/Window.cpp 0 additions, 0 deletionsApp/Window.cpp
- App/Window.hpp 0 additions, 0 deletionsApp/Window.hpp
- CMakeLists.txt 4 additions, 1 deletionCMakeLists.txt
- GuiCore/Application.cpp 19 additions, 12 deletionsGuiCore/Application.cpp
- GuiCore/Application.hpp 24 additions, 6 deletionsGuiCore/Application.hpp
- GuiCore/ApplicationEvent.hpp 3 additions, 4 deletionsGuiCore/ApplicationEvent.hpp
- GuiCore/Event.hpp 38 additions, 23 deletionsGuiCore/Event.hpp
- GuiCore/Glyphs.cpp 50 additions, 53 deletionsGuiCore/Glyphs.cpp
- GuiCore/Glyphs.hpp 21 additions, 22 deletionsGuiCore/Glyphs.hpp
- GuiCore/Timer.cpp 6 additions, 1 deletionGuiCore/Timer.cpp
- GuiCore/Timer.hpp 1 addition, 0 deletionsGuiCore/Timer.hpp
- QPong/Bat.cpp 90 additions, 0 deletionsQPong/Bat.cpp
Loading
Please register or sign in to comment