Mean UI Thread

Results 9 issues of Mean UI Thread

Why are you doing this? ``` if( BGFX_INSTALL_EXAMPLES ) add_executable( example-${ARG_NAME} WIN32 ${SOURCES} ) else() add_executable( example-${ARG_NAME} WIN32 EXCLUDE_FROM_ALL ${SOURCES} ) endif() ``` It's not a bid deal, I can...

``` ./examples/02-metaballs/fs_metaballs.bin.h ./examples/02-metaballs/vs_metaballs.bin.h ./examples/17-drawstress/fs_drawstress.bin.h ./examples/17-drawstress/vs_drawstress.bin.h ./examples/common/debugdraw/fs_debugdraw_fill.bin.h ./examples/common/debugdraw/fs_debugdraw_fill_lit.bin.h ./examples/common/debugdraw/fs_debugdraw_fill_texture.bin.h ./examples/common/debugdraw/fs_debugdraw_lines.bin.h ./examples/common/debugdraw/fs_debugdraw_lines_stipple.bin.h ./examples/common/debugdraw/vs_debugdraw_fill.bin.h ./examples/common/debugdraw/vs_debugdraw_fill_lit.bin.h ./examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.bin.h ./examples/common/debugdraw/vs_debugdraw_fill_mesh.bin.h ./examples/common/debugdraw/vs_debugdraw_fill_texture.bin.h ./examples/common/debugdraw/vs_debugdraw_lines.bin.h ./examples/common/debugdraw/vs_debugdraw_lines_stipple.bin.h ./examples/common/font/fs_font_basic.bin.h ./examples/common/font/fs_font_distance_field.bin.h ./examples/common/font/fs_font_distance_field_subpixel.bin.h ./examples/common/font/vs_font_basic.bin.h ./examples/common/font/vs_font_distance_field.bin.h ./examples/common/font/vs_font_distance_field_subpixel.bin.h ./examples/common/imgui/fs_imgui_color.bin.h ./examples/common/imgui/fs_imgui_cubemap.bin.h ./examples/common/imgui/fs_imgui_image.bin.h ./examples/common/imgui/fs_imgui_image_swizz.bin.h ./examples/common/imgui/fs_imgui_latlong.bin.h ./examples/common/imgui/fs_imgui_texture.bin.h ./examples/common/imgui/fs_ocornut_imgui.bin.h...

help wanted

Just a feature request to make the build process faster for users of glsl_optimizer

one of the highlights found in README.md states the following: > _an API where functionality can be added without breaking existing clients_ However, I cannot find what API this is...

To better explain what the issue is, I just wanted to be able to do something like this: ```c++ duk_push_object(ctx); dukglue_register_constructor(ctx, "Dog"); dukglue_register_constructor(ctx, "Cat"); duk_put_global_string(ctx, "Animal"); ``` so that they...

My problem originated when I wanted to use a "$schema" in my JSON data, which gives Visual Studio Code users a better quality of life: Each fields could emit a...

I tried your example with the OculusSDK. Recompiled libOVR.lib with `/MD` and `/MDd`, Also had to change Windows 8.1 SDK to Windows 10 SDK because I don't have Windows 8.1...

One of the biggest challenge that we encounter is that Javascript is very polymorphic and the same function can be used with different sets of arguments.

consider the following example: ```C++ struct Rectangle { int x = 0; int y = 0; int width = 100; int height = 100; int color = 0xFF000000; }; class...

embind