Skip to content
Snippets Groups Projects
Select Git revision
  • c429d97b1beb7c3aaaf75577ce053d0631597ccf
  • master default protected
  • refactoring
  • push_test
  • qpong_opengl
  • push_to_gitlab
  • feature_imgui_opengl
  • feature_google_test_integration
  • feature_config
  • merge_ci_and_googletest
  • feature_pixbuf
  • feature_heapBuffer
12 results

qpong

  • Clone with SSH
  • Clone with HTTPS
  • Armin Co's avatar
    Armin Co authored
    c429d97b
    History
    Name Last commit Last update
    src
    .gitignore
    CMakeLists.txt
    LICENSE
    README.md

    QPong – Quanten-Pong

    This is the new pong ;)


    Dependencies:

    • cmake
    • libgtkmm-3.0-dev
    • libfftw3-dev

    Build and run

    mkdir build && cd build
    
    cmake ../
    
    make
    
    ./src/qpong.app