https://github.com/rick1551/gameqt
Cross-platform Qt game using QML and C++ β built for desktop and WebAssembly.
https://github.com/rick1551/gameqt
cmake cpp qml qt
Last synced: 15 days ago
JSON representation
Cross-platform Qt game using QML and C++ β built for desktop and WebAssembly.
- Host: GitHub
- URL: https://github.com/rick1551/gameqt
- Owner: Rick1551
- Created: 2025-08-05T00:09:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T05:49:15.000Z (11 months ago)
- Last Synced: 2025-08-12T07:21:04.396Z (11 months ago)
- Topics: cmake, cpp, qml, qt
- Language: C++
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qt Game Project
This is a game built using **Qt**, combining **QML** for the user interface and **C++** for game logic. The project is structured to support modular development and cross-platform deployment, including WebAssembly.

## π§° Technologies Used
- Qt 6 (Quick, QML, Core)
- C++
- CMake
- MVC-inspired architecture
## π Project Structure
## π Build Instructions
### Requirements
- Qt 6.x with QML and CMake support
- CMake β₯ 3.16
- Desktop or WebAssembly build kit
### Build for Desktop
```bash
mkdir build
cd build
cmake ..
cmake --build .
./appuntitled
> Developed by **Ricardo SaldaΓ±a** β passionate about C++, Qt, embedded systems and cross-platform development.