
Small examples for game development in Qt, OpenGL, Box2D, …
Apr 15, 2024 · I will publish here small examples for game development in Qt, OpenGL, Box2D, Bullet Physics, and OpenAL. I use OpenGL ES 2.0 because it is works on WebAsse...
Simple Qt/C++ games | Qt Forum
Jun 15, 2022 · Simple Qt/C++ games See my github page: https://przemekkkth.github.io/ to see all my Qt projects. hi I wrote a few simple games in Qt. List of them: Tetris ...
Simple Qt/C++ games - Qt Forum
Jun 15, 2022 · @Bondrusiek I want to get started doing games in Qt, and I want to try and compile it from my machine I have a Windows and QtCreator and I can't seem to make the …
Game Development - Qt Forum
May 24, 2010 · Qt discussions, questions and answers
QT and 3D applications development (Game etc.). - Qt Forum
Sep 9, 2020 · Hi, I'm new to Qt. I am interested in 3D application development like games with Qt. I choose Qt for its GUI. I'm also interested in directx 11 and vulkan....
Steam overlay in Qt game
Apr 10, 2024 · Update: The problem has nothing to do with Steam actually. After disabling the Steam integration, but keeping the QOpenGLWidget in my QGraphicsView, I am having the …
Dota2 Card Game - Qt Forum
Thanks to Qt's cross-platform capabilities, I can run my game on four platforms: Android, macM1, Win10, and ios. I used Qt6 C++ for the backend logic and QML for the interface.
Cute3D Game Engine - Qt Forum
May 23, 2014 · Cute3D is a game engine with Level Editor (Inspired in the Unity Editor) and support classes for game programming. When Digia release Qt3D we can integrate it with …
Qt For Game Development/Game Engine | Qt Forum
Mar 9, 2012 · I like Qt's implementation (for the most part), but, honestly I prefer SDL. My main idea is to use Qt for strictly GUI development (such as in-game menus, debug consoles, HUD …
Using QT as a UI for game rendered with DirectX
Feb 8, 2020 · Without having delved too deep into the QT source code, would it be possible to render a QApplication (or anything using the QT framework for that matter) inside an …