/Shade

Simple, cross-platform and low boilerplate graphics API based on Vulkan

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Simple, cross-platform and low boilerplate graphics API based on Vulkan

Note: This project is currently in its alpha stages and is highly subject to API change.

Building

Before building you must make sure that you have installed the following dependencies:

  • CMake (>= 3.7)
  • Vulkan-SDK (latest)
mkdir build
cd build
cmake ../

Now follow the following steps on your platform:

Windows

Open the resulting solution in Visual Studio and build.

MacOS & Linux

Run make in the build directory.