Skip to content

GPUOpen-LibrariesAndSDKs/V-EZ

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 4, 2018 13:58
August 20, 2018 09:42
August 20, 2018 09:42
September 25, 2018 14:06
October 4, 2018 19:08
May 1, 2018 15:26
August 20, 2018 09:42
August 24, 2018 08:35
August 20, 2018 09:45

V-EZ

V-EZ is an open source, cross-platform (Windows and Linux) wrapper intended to alleviate the inherent complexity and application responsibility of using the Vulkan API. V-EZ attempts to bridge the gap between traditional graphics APIs and Vulkan by providing similar semantics to Vulkan while lowering the barrier to entry and providing an easier to use API.

Documentation

The documentation for V-EZ can be found here

Prerequisites

  • Windows 7, 8.1, 10 64-bit
  • Linux 64-bit (tested on Fedora, Ubuntu)
  • Visual Studio® 2015 and later
  • GCC 4.9 and later
  • CMake 3.8 and later
  • LunarG Vulkan SDK 1.1.70

Hardware Support

V-EZ is not hardware vendor specific and should work on non-AMD hardware.

Building V-EZ

  • Run cmake to generate Visual Studio solution files or Linux make files. No specific settings need to be set.

  • Pull down submodules

git submodule init

git submodule update

  • Build V-EZ project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages