diff --git a/README.md b/README.md index dc08d6bef..3c9d73c86 100644 --- a/README.md +++ b/README.md @@ -134,51 +134,29 @@ cd Viz2D export LD_LIBRARY_PATH=`pwd`/src/common:$LD_LIBRARY_PATH ``` -## Run the tetra-demo: +## Run the demos: ```bash src/tetra/tetra-demo ``` - -## Run the video-demo: - ```bash src/video/video-demo bunny.webm ``` - -## Run the shader-demo: - ```bash src/shader/shader-demo ``` - -## Run the nanovg-demo: - ```bash src/nanovg/nanovg-demo bunny.webm ``` - -## Run the font-demo: - ```bash src/font/font-demo ``` - -## Run the optflow-demo: - ```bash src/optflow/optflow-demo bunny.webm ``` - -## Run the pedestrian-demo: - ```bash src/pedestrian/pedestrian-demo bunny.webm ``` - -## Run the beauty-demo: - ```bash src/beauty/beauty-demo bunny.webm ``` -