From: Brendan Hansen Date: Wed, 6 May 2020 02:06:15 +0000 (-0500) Subject: Added screenshots and updated README X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=8610fc7bc64a95d9e2d02b734420e02608216071;p=wasm-analyzer.git Added screenshots and updated README --- diff --git a/README b/README index 513db4a..7676bb5 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ DESCRIPTION: This program create a visual representation of the WASM binary, allowing you to look at the functions, and the call graphs between functions to analyze their - behaviour. + behaviour. See the screenshots/ folder for example screenshots. DEPENDENCIES: This project uses the Love2D game engine to provide the visuals. Love2D is available @@ -85,3 +85,5 @@ USING THE SOFTWARE: * Or, use the arrow keys Quitting: Either use the "X" on the window, or press the "Escape" key. + + Toggling lines: Press the "l" key to toggle the viewing of function references. diff --git a/screenshots/default_view.png b/screenshots/default_view.png new file mode 100644 index 0000000..84233a9 Binary files /dev/null and b/screenshots/default_view.png differ diff --git a/screenshots/function_view.png b/screenshots/function_view.png new file mode 100644 index 0000000..13aab35 Binary files /dev/null and b/screenshots/function_view.png differ diff --git a/screenshots/references.png b/screenshots/references.png new file mode 100644 index 0000000..83110d8 Binary files /dev/null and b/screenshots/references.png differ