Home | History | Annotate | only in /external/skia/experimental/GLFWTest
Up to higher level directory
NameDateSize
.gitignore06-Dec-201733
glfw_main.cpp06-Dec-20175.3K
GLFWTest.xcodeproj/06-Dec-2017
Info.plist06-Dec-20171.1K
README.txt06-Dec-2017536

README.txt

      1 This test is Mac-only for now. Adding Linux or Win support shouldnt be that difficult  it just needs a project file.
      2 
      3 To run this demo, youll need to do three things:
      4 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.
      5 2) Build the skia libraries via the command line (by running ninja -C out/<config> dm, for example.
      6 3) Get a ship.png file. Place it in this directory. 
      7