An open API service indexing awesome lists of open source software.

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.

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.

![Qt Game Project Banner](assets/banner.png)

## 🧰 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.