skia2/tools/sk_app
Brian Osman d67e518980 Move ImGui support code to ImGuiLayer
Viewer still has plenty of code that uses ImGui to create application
specific UI, but the structural code that forwards input to ImGui, and
converts per-frame ImGui rendering data to Skia draw commands is now in
a single component that can be reused in any sk_app-based application.

Bug: skia:
Change-Id: Ic14ece659d4af8ee13b69c638bdaf7df6c24f5c0
Reviewed-on: https://skia-review.googlesource.com/82627
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
2017-12-11 17:37:58 +00:00
..
android Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
ios Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
mac Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
unix Move some bits from views to sk_app 2017-12-01 14:47:10 +00:00
win Keep animation running while moving the mouse in viewer (on Windows) 2017-12-05 15:39:01 +00:00
Application.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
CommandSet.cpp Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
CommandSet.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
DisplayParams.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
GLWindowContext.cpp sk_spification of GrGpu creation. 2017-12-07 17:56:59 +00:00
GLWindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
RasterWindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
VulkanWindowContext.cpp sk_spification of GrGpu creation. 2017-12-07 17:56:59 +00:00
VulkanWindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
Window.cpp Move ImGui support code to ImGuiLayer 2017-12-11 17:37:58 +00:00
Window.h Move ImGui support code to ImGuiLayer 2017-12-11 17:37:58 +00:00
WindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00