Stanislaw Halik

Results 455 comments of Stanislaw Halik

That screenshot looks real ugly. Seems like the Fusion theme didn't activate. What Windows version are you using?

Scratch that. It's Fusion alright, just the color scheme is different. A Windows 7 holdout, truly a prestigious gentleman ![monocle](https://rpgcodex.net/forums/smiles/haughty.png)

Running it on the integrated Intel GPU might be worthwhile, in order to save cycles for the real GPU.

I'm also using Process Lasso. If you're running opentrack on a single core then you can set it to realtime priority. But having all cores running with realtime priority at...

Since you actually have a total of 35 hyperthreaded cores, my original advice regarding process priority is incorrect. Sorry.

Launch opentrack from a Windows console window. You'll see debug messages relating to loading the trackers. I'd expect the Kinect tracker fails to load due to missing SDK. Verify the...

Also how do you feel about switching away from Qt? Maybe it's time for opentrack v3 with a different GUI, removal of `compat/simple-mat` etc.

Pinging the usual suspects: @GO63-samara, @DaWelter, @Slion. Some ideas: Replace `options::value` / `options::tie_setting` with [this system](https://github.com/sthalik/floormat/blob/2611db2/editor/inspect-types.cpp#L25-L65). I'm starting to hate `QSettings`, `QVariant`, QString and such. The new system is more...

For project developers, check out the https://github.com/opentrack/depends-nonfree repository. This should help you a bit setting up your sdk paths.

How does everyone feel about switching to Qt 6 within the next few months?