skia2/experimental/GLFWTest
Ben Wagner 63fd760a37 Remove trailing whitespace.
Also adds a presubmit to prevent adding trailing whitespace to source
code in the future.

Change-Id: I41a4df81487f6f00aa19b188f0cac6a3377efde6
Reviewed-on: https://skia-review.googlesource.com/57380
Reviewed-by: Ravi Mistry <rmistry@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2017-10-09 21:20:34 +00:00
..
GLFWTest.xcodeproj Add test with GLFW framework 2015-10-09 13:27:34 -07:00
.gitignore Add test with GLFW framework 2015-10-09 13:27:34 -07:00
glfw_main.cpp Remove trailing whitespace. 2017-10-09 21:20:34 +00:00
Info.plist Add test with GLFW framework 2015-10-09 13:27:34 -07:00
README.txt Add test with GLFW framework 2015-10-09 13:27:34 -07:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This test is Mac-only for now. Adding Linux or Win support shouldnt be that difficult — it just needs a project file.

To run this demo, youll need to do three things:
1) Get GLFW 3.1.1 or later, and install it at third_party/externals/glfw. Youll need to run cmake in that directory to build the makefiles, and then make to build the libglfw.a library.
2) Build the skia libraries via the command line (by running ninja -C out/<config> dm, for example.
3) Get a ship.png file. Place it in this directory.