Skip to content

Commit

Permalink
Add a demo to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde committed Aug 12, 2023
1 parent e476e53 commit f6d615c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build
.PHONY: build docs

bench: build
./build/merle_benchmarks
Expand All @@ -18,3 +18,6 @@ clean:

sync:
git submodule update --init --recursive --jobs 8

docs:
mkdocs serve
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Merle
=====

A SIMD image manipulation library.
A SIMD image manipulation library. For all the documentation visit https://merle.chinmaygarde.com/

![Merle Demo](assets/demo.png)
Binary file added assets/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion merle.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build_systems": [
{
"name": "Merle Build All",
"shell_cmd": "ninja && ./merle_benchmarks",
"shell_cmd": "ninja && ./merle_tests --gtest_filter=\"*\"",
"working_dir": "${project_path}/build",
"file_regex": "(.*):(\\d+):(\\d+)(.*)",
"shell": true,
Expand Down

0 comments on commit f6d615c

Please sign in to comment.