Skip to content

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

License

Notifications You must be signed in to change notification settings

souryogurt/topdax

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

License

Stars

Watchers

Forks

Packages

No packages published