diff --git a/docs/wiki/example.png b/docs/wiki/example.png new file mode 100644 index 0000000..bbba208 Binary files /dev/null and b/docs/wiki/example.png differ diff --git a/docs/wiki/parse.png b/docs/wiki/parse.png new file mode 100644 index 0000000..5d76c73 Binary files /dev/null and b/docs/wiki/parse.png differ diff --git a/docs/wiki/render-tree.png b/docs/wiki/render-tree.png new file mode 100644 index 0000000..5d12263 Binary files /dev/null and b/docs/wiki/render-tree.png differ diff --git a/docs/wiki/vector-animated.gif b/docs/wiki/vector-animated.gif new file mode 100644 index 0000000..8489d3f Binary files /dev/null and b/docs/wiki/vector-animated.gif differ diff --git a/docs/wiki/vector-static.gif b/docs/wiki/vector-static.gif new file mode 100644 index 0000000..14d1eb7 Binary files /dev/null and b/docs/wiki/vector-static.gif differ diff --git a/docs/wiki/yaml-attr.png b/docs/wiki/yaml-attr.png new file mode 100644 index 0000000..6d3914d Binary files /dev/null and b/docs/wiki/yaml-attr.png differ diff --git a/docs/wiki/yaml-geometry.png b/docs/wiki/yaml-geometry.png new file mode 100644 index 0000000..2064111 Binary files /dev/null and b/docs/wiki/yaml-geometry.png differ diff --git a/docs/wiki/yaml-height.png b/docs/wiki/yaml-height.png new file mode 100644 index 0000000..41a5245 Binary files /dev/null and b/docs/wiki/yaml-height.png differ diff --git a/docs/wiki/yaml-width.png b/docs/wiki/yaml-width.png new file mode 100644 index 0000000..d299b90 Binary files /dev/null and b/docs/wiki/yaml-width.png differ diff --git a/examples/OpenGL/Makefile b/examples/OpenGL/Makefile index 09b031c..785405d 100644 --- a/examples/OpenGL/Makefile +++ b/examples/OpenGL/Makefile @@ -26,7 +26,8 @@ link := $(libglfw) $(libwasmtime) # extras for non-linux platform build optionsextra := -stdlib=libc++ -includesextra := -I -Iglm -Iglfw/include +includesextra := -I -Iglm -Iglfw/include -I../../libs/rive-renderer/include \ + -I../../libs/rive-renderer/submodules/rive-cpp/include linkextra := -framework Foundation -framework Cocoa -framework OpenGL -framework IOKit -framework CoreVideo sources = demo.cpp ../../wander.cpp bmpread.c