adding some gifs to the front page

This commit is contained in:
Dustin Carlino 2018-12-03 21:29:04 -08:00
parent 1567664b43
commit f68fe3fd11
4 changed files with 6 additions and 2 deletions

View File

@ -8,3 +8,7 @@ to this work, but is otherwise unaffiliated with it.
This is currently an experimental project. Please contact me at This is currently an experimental project. Please contact me at
<dabreegster@gmail.com> if you're interested in the premise of this game. <dabreegster@gmail.com> if you're interested in the premise of this game.
![traffic signal UI](docs/demos/traffic_signals.gif)
![agents moving](docs/demos/movement.gif)

BIN
docs/demos/movement.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

View File

@ -1,5 +1,5 @@
# Videos # Videos
ffmpeg -f x11grab -r 25 -s 1024x768 -i :0.0 -vcodec huffyuv raw.avi ffmpeg -f x11grab -r 25 -s 1920x1080 -i :0.0 -vcodec huffyuv raw.avi
ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif screencast.gif ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif -filter_complex "[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" screencast.gif