This package contains Chopper Vulkan demo program developed by Nvidia.

Before running this demo, make sure Vulkan Loader library is installed.
A prebuilt vulkan loader can be found on nvidia's developer page for TX1-Linux.

A pre-built version for this demo is available located ROOT folder itself, built for aarch64 architecture

To run the demo, just give below command:
$ ./chopper


The demo can be built for different architectures (e.g. 32bit) or any changes are made to the source code.
To build the source code, follow below steps:

- Install below packages 
"sudo apt-get install g++ libxcb1-dev libpng-dev"
- Run "./build.sh" to build
- Run "./chopper"

NOTE: If there is linker error saying "-lvulkan" not found, make sure below link is present, if not create it manually:

/usr/lib/aarch64-linux-gnu/libvulkan.so -> /usr/lib/aarch64-linux-gnu/libvulkan.so.1.0.8 (or which ever is the latest version).
