Skip to content

stanthesoupking/Shade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published