Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[skip ci]

Add showcase
  • Loading branch information
NaleRaphael committed Nov 1, 2020
1 parent 2472cec commit 4931c69
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Currently, DOT file for call graph is supported. You can install these dependenc

For non-linux users, `pygraphviz` have to be installed manually since it has to be built with source of `graphviz`. If you don't want to be bothered by those complicated settings, you can simply install it through a forked version provided by Alex Lubbock on Anaconda: `$ conda install pygraphviz -c alubbock`. See also [this comment](https://github.com/pygraphviz/pygraphviz/issues/186#issuecomment-481760487) for further details.
## Usage
- Launch GUI
```bash
Expand All @@ -69,3 +70,11 @@ Currently, DOT file for call graph is supported. You can install these dependenc
## Note
- This project is still under development, but please feel free to use it and give us feedback. ;)
- Configuration files and crash dump files will be stored under the folder `$HOME/.codememo`.
## Showcase
- Create a node and add a reference
![](images/codememo_demo_node_creation.gif)
- Import from call graph
![](images/codememo_demo_import_call_graph.gif)
Binary file added images/codememo_demo_import_call_graph.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 images/codememo_demo_node_creation.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 modified images/codememo_screenshot_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4931c69

Please sign in to comment.