QML → Game on QML - Lesson 2. Adding traces of shots and points system
GameDev, QML, Qt, система очков
After the game arena and targets were made and added, it is time to implement the targets hit, misses and charging system and cheating points.
Scoring system will be as follows:
- In the case of near misses, I propose to …
Qt → Qt/C++ - Lesson 033. Working with QGraphicsObject instead of QGraphicsItem
QGraphicsScene, GameDev, QGraphicsItem, Qt, QGraphicsObject
My attention was drawn to the fact that for working with signals and slots instead of a class inherited from QGraphicsItem and from QObject , you can use a class inherited from QGraphicsObject . Indeed, if a little rummage in …
Qt → GameDev on Qt - Tutorial 5. The explosion of bullets using sprite images
sprite sheet, sprite, GameDev, QPixmap, Спрайт, explosion. взрыв, Qt, Bullet
In previous articles we have learned to draw a sprite image and apply it to Qt via QPixmap so we turned animated explosion. And now we need to put this very explosion at precisely the place where the bullet hits. …
Qt → GameDev on Qt - Tutorial 4. Collision Detection in Qt (2D)
Коллизия, GameDev, Qt, Collision
Collision detection is one of the important aspects in GameDev. As it relates to the Conflict absolutely everything: hit the enemy bullets, bullets hit your hero, the hero of the body crossing the walls, crossing the body of the hero …
Qt → GameDev on Qt - Tutorial 3. Destroying opponents
In two previous articles, where we taught the hero to track the cursor and shoot towards the goal , it's time to add the targets to the gameand start to destroy them. The destruction of the target will occur when …
Qt → GameDev on Qt - Tutorial 2. Bullet Writing class for shooting in Qt
Once we started to manage their hero, and his gaze is always turned toward the goal, it's time to write a class of Bullet, which will be responsible for the bullets and their flight on the gaming scene. The mechanics …
Qt → GameDev on Qt - Tutorial 1. Track mouse movement in QGraphicsScene
QGraphicsScene, отслеживание, cursor, GameDev, Qt, mouse
Everyone remembers the game Crimsonland ? There had to cut stacks of monsters. To move on the playing field, we used the keys W, A, S, D, and shooting direction the mouse cursor, which was produced track. So, in itself …
Qt → How to make game using Qt - Lesson 5. Adding sound QMediaPlayer
написать игру, GameDev, QMediaPlayer, QMediaPlaylist, Qt, Qt звук
Getting to the fifth and final lesson on writing games on Qt, which will add sound using QMediaPlayer class. I propose to add the three types of sounds: Eating apples, buzzing flies that will be buzzing when moving and heartbreaking …
Qt → How to make game using Qt - Lesson 4. Enemy – meaning in the survival
QGraphicsScene, написать игру, GameDev, QGraphicsItem, Qt, QPainter
Continuing the theme of how to write a play on Qt. Once in past articles a fly was created, that eating apples, it is time to create her enemy. And the enemy flies, as is well known, the spider. Creation …
Qt → How to make game using Qt - Lesson 3. Interaction with other objects
QGraphicsScene, написать игру, GameDev, QGraphicsItem, Qt, QPainter
Once the game has animated fly, which moves under the influence of the keyboard shortcuts, it is time to add meaning to the game. Add goal Fly, for example, it will eat the apples that will be counted. That is, …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…