RobSimulatorGroup / gobot

Go, robot go!
GNU Lesser General Public License v3.0
16 stars 2 forks source link

46 using sdl window creator and input event system #47

Closed Wuqiqi123 closed 1 year ago

Wuqiqi123 commented 1 year ago
  1. Add SDLWindow(basiclly a wrapper of SDL2 https://wiki.libsdl.org/SDL2/CategoryAPI window related api)
  2. using SDL_Image as the different image type loader.
  3. Add event system(basiclly a wrapper of SDL2_Event)
  4. Copy glad source file into 3rdparty(4.6 core)