Skip to content

Commit

Permalink
Adds screen recording capabilities and a v0.1 release gif
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgoller1 committed Sep 21, 2022
1 parent 5107f04 commit 71b3ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ OUTFILE := $(BIN_DIR)/neon-rain
OUTPUT := -o $(OUTFILE)
CC_COMPILE:=$(ANALYZER) $(CC_COMPILER) $(CC_FLAGS) $(WARNINGS) $(IGNORE) $(INCLUDE) $(LINK) $(CLANG_LINKER_ARGS) $(SOURCE) $(OUTPUT)

SCREEN_RECORD := byzanz-record -d 3 --x=760 --y=200 --width=1920 --height=1080 bin/recorded_screen.gif

all: clean
$(CC_COMPILE)
$(VALGRIND) $(OUTFILE)
Expand All @@ -31,11 +33,16 @@ clean:
-rm -r $(BIN_DIR)/
-mkdir $(BIN_DIR)

record:
$(SCREEN_RECORD)

install-devtools:
apt-get -qq install -y \
byzanz-record \
clang \
clang-tools \
lldb \
libsdl2-dev \
valgrind


Binary file added assets/release_images/v0.1.gif
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 71b3ff7

Please # to comment.