no clue :) just to push it
[demo] / README.md
1 Build:
2 -------
3
4 In the directory demo/external clone the following repositories:
5
6 $ git clone https://github.com/jtsiomb/gph-math.git
7 $ git clone https://github.com/jtsiomb/libimago.git
8
9 and build/install the libraries.
10
11 In the root (demo) directory run:
12
13 $ make
14
15 Run:
16 -----
17 To use the OpenGl backend:
18 $ ./demo -opengl
19
20 To use the Vulkan backend:
21 $ ./demo -vulkan
22
23 Default:
24 $ ./demo
25 (uses the OpenGL backend)
26
27 Use mouse motion + left click to rotate the camera and
28 right click + mouse motion to zoom in/out.