Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 485 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 485 Bytes

Light Gun Game

a simple GUI app based on SDL for debugging and playing around with my lightgun mouse project

External dependencies

  • SDL 2.30: multimedia library (using vendored mode, files copied to project root/vendored/sdl, not comitted to this repo)
    to add this dependency, please clone a compatible version of SDL and place it in the correct subfolder or install the SDL library globally in your system.
  • cpr: HTTP framework, pulled with CMake's FetchContent()