Skip to content
Snippets Groups Projects
Select Git revision
  • MPeth-2022ws-patch-01682
  • 2022ws default protected
  • 2021ws
  • 2020ws
  • 2019ws
  • 2019ss
  • 2018ws
  • 2017ws
  • 2017ss
  • 2016ws
  • 2016ss
  • 2015ss
12 results

es

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Peter Gerwinski / es
    Source project has a limited visibility.

    QPong

    Clone

    The QPong repository includes two submodules (spdlog and imgui) which can be easily pulled while cloning with:

    git clone https://gitlab.cvh-server.de/aco/qpong --recursive

    Build

    List of dependencies:

    build-essential cmake libfreetype-dev libopengl-dev libglx-dev libglfw3-dev libglm-dev libfftw3-dev

    Please let me know if you needed to install any additional packages on your specific system.

    mkdir build && cd build
    cmake ..
    make -j14
    cd ..

    Run

    ./build/QPongApp/QPongApp