• Home
  • History
  • Annotate
  • only in /external/skqp/experimental/GLFWTest/
NameDateSize

..10-Aug-20184 KiB

.gitignore10-Aug-201833

glfw_main.cpp10-Aug-20185.7 KiB

GLFWTest.xcodeproj/10-Aug-20184 KiB

Info.plist10-Aug-20181.1 KiB

README.txt10-Aug-2018530

README.txt

1This test is Mac-only for now. Adding Linux or Win support shouldn't be that difficult — it just needs a project file.
2
3To run this demo, you'll need to do three things:
41) Get GLFW 3.1.1 or later, and install it at third_party/externals/glfw. You'll need to run ‘cmake’ in that directory to build the makefiles, and then ‘make’ to build the libglfw.a library.
52) Build the skia libraries via the command line (by running ‘ninja -C out/<config> dm’, for example.
63) Get a ship.png file. Place it in this directory. 
7