-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from carloscasalar/5-add-a-screen-recording-to-…
…the-readme-showcasing-the-generate-npc-cli-command 🍿Add a make command to generate the demo gif
- Loading branch information
Showing
7 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea | ||
out | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
assets/ | ||
*.ascii | ||
generate-npc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Demo | ||
|
||
This folder is to generate and store the demo files. To generate the demo gif, go to the repo root directory and type | ||
|
||
```bash | ||
make save-demo-gif | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Where should we write the GIF? | ||
Output demo.gif | ||
|
||
Set FontSize 12 | ||
Set Width 900 | ||
Set Height 550 | ||
Set TypingSpeed 200ms | ||
Set Theme "Catppuccin Frappe" | ||
Set Margin 20 | ||
Set BorderRadius 10 | ||
Set MarginFill "#6B50FF" | ||
Set WindowBar Colorful | ||
|
||
# Type a command in the terminal. | ||
Type "./generate-npc -r pilot" | ||
Show | ||
Enter | ||
Sleep 15s |