The qt tag has no wiki summary.
1
vote
0answers
80 views
What is the right way to use a QStateMachine for a text adventure game?
I have seen a couple topics about this already but they were a bit vague for me so I decided to make this. I'm working on a little adventure game just for fun in Qt, its basically just text on the ...
1
vote
0answers
109 views
How to make an oscillation move on opengl qt
I'm trying to make a character make an oscillation move. That is, the character will start by rotating to a certain angle, say 60 degrees, and then slowly come back to an upright position then rotate ...
0
votes
0answers
46 views
4 monitor linux rendering
Overview
I have a few questions about using 4 monitors on Linux (Redhat 5+) with nvidia cards. We are using Qt as our windowing system.
This is not so much games related but it is about real-time ...
0
votes
0answers
50 views
How to dump the dom in Qt Script?
Good afternoon,
I’ve connected the Qt (4.8) script engine up within my application.
I’m still learning how to make my application accessible from scripts.
I’d like to debug it by enumerating ...