{"id":14982651,"url":"https://github.com/vimpostor/quickcurver","last_synced_at":"2025-05-12T17:23:48.824Z","repository":{"id":41086030,"uuid":"68214974","full_name":"vimpostor/quickcurver","owner":"vimpostor","description":"Modern C++20/Qt6 implementation of the famous game \"Achtung die Kurve\", also known as Curve Fever","archived":false,"fork":false,"pushed_at":"2024-09-09T16:15:50.000Z","size":1148,"stargazers_count":46,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-12T17:23:42.240Z","etag":null,"topics":["achtung-die-kurve","cpp","curvefever","material","material-design","qml","qt","qt6"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vimpostor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-14T14:47:47.000Z","updated_at":"2025-03-29T17:08:16.000Z","dependencies_parsed_at":"2023-12-29T23:20:23.240Z","dependency_job_id":"f38d7f86-08e9-4bd0-a8d6-23193a1496bc","html_url":"https://github.com/vimpostor/quickcurver","commit_stats":{"total_commits":483,"total_committers":2,"mean_commits":241.5,"dds":"0.14078674948240166","last_synced_commit":"0828d7512072f73d00fbebb674f0ac1d5314e520"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpostor%2Fquickcurver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpostor%2Fquickcurver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpostor%2Fquickcurver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpostor%2Fquickcurver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimpostor","download_url":"https://codeload.github.com/vimpostor/quickcurver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253785228,"owners_count":21963932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["achtung-die-kurve","cpp","curvefever","material","material-design","qml","qt","qt6"],"created_at":"2024-09-24T14:05:48.564Z","updated_at":"2025-05-12T17:23:48.801Z","avatar_url":"https://github.com/vimpostor.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Curver\nThis is a hardware accelerated implementation of the famous game \"Achtung die Kurve\", written in modern C++20 and Qt 6.\n\n[![Continuous Integration](https://github.com/vimpostor/quickcurver/actions/workflows/ci.yml/badge.svg)](https://github.com/vimpostor/quickcurver/actions/workflows/ci.yml)\n\n![screenshot](https://user-images.githubusercontent.com/21310755/93923083-2ed2e300-fd13-11ea-86f1-d79bc09ce96a.png)\n\n# Features\n* Material Design\n* Local Multiplayer\n* Online Multiplayer\n* Bots\n* Items\n\n\n# Installation\n## Compiling from source\n\nNote: For Arch Linux users there is an [AUR package](https://aur.archlinux.org/packages/quickcurver-git), for Nix users there is a [flake](flake.nix) available.\n\n### Dependencies\nFirst make sure, that you have the required dependencies of QuickCurver installed. These are:\n\n* A C++ compiler with C++23 support\n* The latest Qt\n* The following Qt Modules (in the parentheses there is an example how the package could be called for your distro (this depends on the distro!)):\n\t- Qt Core (qt6-base)\n\t- Qt GUI (qt6-base)\n\t- Qt Quick (qt6-declarative)\n\t- Qt QML (qt6-declarative)\n\t- Qt SVG (qt6-svg)\n\t- Qt Network (qt6-base)\n\n### Build instructions\nRun the following commands:\n```bash\ngit clone --recursive https://github.com/vimpostor/quickcurver.git\n# If you forgot to clone with --recursive, just run git submodule update --init\ncd quickcurver\ncmake -B build\ncmake --build build\n```\n\nTo start QuickCurver you need to run the built executable in the `build` directory, for example on Linux run: `build/quickcurver`\n\n## Installing compiled binaries\n\n### Windows\nDownload the precompiled binary from the [latest stable release](https://github.com/vimpostor/quickcurver/releases/latest).\nExtract all files and run `QuickCurver.exe` in the `release` directory.\n\n# Multiplayer\nTo play multiplayer, the host starts an instance and shares the port that QuickCurver is running on. The client then just has to connect to this port on the host's ip address.\nIf you are not in the same local network, the host most likely has to use [Port Forwarding](https://en.wikipedia.org/wiki/Port_forwarding) to make his device available to the internet.\nIf a firewall is the problem, you might also want to take a look at [Hole Punching](https://en.wikipedia.org/wiki/Hole_punching_(networking)).\n\nIf network performance isn't good, the Server can tweak the \"Network update rate\" value in the settings, which causes data to be sent less frequently which may improve the network performance at the cost of update frequency. (A higher value means worse quality, but better network performance)\n\nIf you want to host Quickcurver cleanly on a separate server and do not need the GUI, you can start it with the CLI parameter `-platform offscreen`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimpostor%2Fquickcurver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimpostor%2Fquickcurver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimpostor%2Fquickcurver/lists"}