From 58b018b57c0541e333217f1d619b414efcf5f101 Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Mon, 15 May 2023 18:38:56 -0500 Subject: added pictures to readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b7aefd..0a7eabd 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ The fifth line prints buttons and axis but only dpad and joystick data along wit The output is a printed in a comma seperated columns of data corresponding to the choices given in the arguments run with the command. -![How to download and install the program](./images/devout_download_and_install.png) -![Show what devices are available to use and get event info](./images/program_with_no_arguments.png) -![Show what devices are available to use and get event info](./images/output_no_arguments.png) -![Program command for printing a single event](./images/command_for_single_event.png) -![Program output for printing a single event](./images/output_for_single_event.png) -![Program command for printing multiple events](./images/command_for_multiple_arguments.png) -![Program output for printing multiple events](./images/output_for_multiple_arguments.png) -![Program command with a students code](./images/command_with_students_code.png) -![Program output with a students example code](./images/output_for_students_example.png) +![installing](./images/installing_devout_sdl.png) +![building](./images/building_devout_sdl.png) +![no args, no controller](./images/running_devout_sdl_no_args_no_controller.png) +![no args, no controller, output](./images/devout_sdl_no_args_no_controller_output.png) +![no args, with controller](./images/devout_sdl_output_no_args_with_controller.png) +![command for time and buttons](./images/devout_sdl_command_for_buttons_and_time.png) +![output for time and buttons](./images/devout_sdl_arg_1_output.png) +![output for 3 1 4 args](./images/devout_sdl_output_3_1_4.png) +![output for -3 1 4 args](./images/devout_sdl_output_negative_3_1_4.png) -- cgit v1.2.1