Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jqntn/quengine
Extensible C++20 2D game engine with multiplayer sample
https://github.com/jqntn/quengine
chess client client-server cpp cpp20 entt game game-dev game-development game-engine games glm imgui minesweeper multiplayer sdl sdl2 server windows
Last synced: about 2 months ago
JSON representation
Extensible C++20 2D game engine with multiplayer sample
- Host: GitHub
- URL: https://github.com/jqntn/quengine
- Owner: jqntn
- License: mit
- Created: 2023-09-08T14:15:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:18:46.000Z (2 months ago)
- Last Synced: 2024-10-27T22:20:01.398Z (2 months ago)
- Topics: chess, client, client-server, cpp, cpp20, entt, game, game-dev, game-development, game-engine, games, glm, imgui, minesweeper, multiplayer, sdl, sdl2, server, windows
- Language: C++
- Homepage:
- Size: 15.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuEngine
## Supported Platforms
\>=Win10 - x64## Get Started
### Build
#### Requirements
- [Visual Studio 2022](https://visualstudio.microsoft.com/) w/ [C++ workload](https://learn.microsoft.com/cpp/build/vscpp-step-0-installation)
- [vcpkg](https://vcpkg.io) ([now included with VS](https://devblogs.microsoft.com/cppblog/vcpkg-is-now-included-with-visual-studio/))*For the cross-platform sample servers:*
- [CMake](https://cmake.org/) ([included with VS](https://learn.microsoft.com/cpp/build/cmake-projects-in-visual-studio))