Mean UI Thread

Results 34 comments of Mean UI Thread

@nigels-com If you want, you could add this to `build/cmake/CMakeLists.txt` ``` add_custom_command( OUTPUT ${PROJECT_SOURCE_DIR}/../../src/glew.c ${PROJECT_SOURCE_DIR}/../../src/glewinfo.c WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/../../auto COMMAND ${CMAKE_MAKE_PROGRAM} ) ``` This way, it will invoke make in the auto...

I just tried on my Windows VM with MinGW. It works fine. I had to add `C:\Program Files (x86)\Git\bin;C:\MinGW\bin` to my %PATH% in order to be able to build with...

links work fine for me. I experimented a lot with SDF and MSDFGen, and achieved some beautiful and amazing results. The only issue I have with it is GLES2, and...

I managed to get this to work by modifying a copy of dukglue code locally like so: in `register_class.h`: ``` // set name = constructor_func duk_put_global_string(ctx, name); ``` into ```...

@cancerberoSgx is `pkg-config` installed in your arch linux setup?

> _I'm not too familiar with other tools but I don't know of any that have such a feature._ @baldurk there's gDEBugger and CodeXL that I know of of that...

> It's not necessarily difficult, but it's a lot of work and of little value for debugging I beg to differ. clearing these redundant state warnings made a significant performance...

That's too bad. I'm very disappointed to hear that.

I used Qt 5.12 for this project. I will try Qt 5.9 to see if the lag is the same or better.