Added screenshots and updated README
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 6 May 2020 02:06:15 +0000 (21:06 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 6 May 2020 02:06:15 +0000 (21:06 -0500)
README
screenshots/default_view.png [new file with mode: 0644]
screenshots/function_view.png [new file with mode: 0644]
screenshots/references.png [new file with mode: 0644]

diff --git a/README b/README
index 513db4aa05f37bcc536ef3c7d4b364b7f72fbe4a..7676bb5a37e6965deee47005a707c1aa60c28b65 100644 (file)
--- 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 (file)
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 (file)
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 (file)
index 0000000..83110d8
Binary files /dev/null and b/screenshots/references.png differ