Skip to content

Repository files navigation

topdax

Topdax is the simple Linux application that renders triangle using Vulkan API.

Build Status Quality Status

Features

  • Minimal dependencies
  • Vulkan rendering

Installation

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

Development

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

Contribute

Support

If you are having issues, please let me know.

About

Topdax is the simple Linux application that renders triangle using Vulkan API

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages