Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/renderlet/wander
Browse files Browse the repository at this point in the history
  • Loading branch information
seanisom committed Mar 31, 2024
2 parents cdf4610 + dad99e8 commit 3f7de22
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1 deletion.
Binary file added docs/wiki/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/parse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/render-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/vector-animated.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/vector-static.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/yaml-attr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/yaml-geometry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/yaml-height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/wiki/yaml-width.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion examples/OpenGL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f7de22

Please sign in to comment.