Topdax is the simple Linux application that renders triangle using Vulkan API.
- Minimal dependencies
- Vulkan rendering
Install topdax from sources, by running:
apt install gcc autoconf libtool libglfw3-dev
git clone https://github.com/souryogurt/topdax.git
cd topdax
autoreconf -if
./configure
make
make install
To build topdax for development:
mkdir debug
cd debug
CFLAGS="-Wall -Wextra --std=gnu18 -pedantic -Og -g -fsanitize=address,undefined -fno-common -fsanitize-address-use-after-scope -fno-omit-frame-pointer " ../configure
make
- Read How to submit an issue or feature request into tracker
- Issue Tracker: https://github.com/souryogurt/topdax/issues
- Source Code: https://github.com/souryogurt/topdax
If you are having issues, please let me know.
- Egor Artemov egor.artemov@gmail.com