Skip to content

rfruesmer/rfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfx

Vulkan Playground

Build Instructions

System requirements

You will need a compiler that supports C++ 20.

External Libraries

Please use the downloadable installer for installation of:

Please use vcpkg for installation of:

For compressed, mipmapped and cubemap texture files the .ktx format is used.

For loading .ktx files, libktx is used and the latest release must be manually downloaded and build.

Afterwards, copy the following KTX header files and build artifacts into the following rfx workspace locations:

rfx
  /lib
    /ktx
      /include
        ktx.h
      /lib
        ktx.lib (or libktx.gl.lib) 

About

Vulkan Playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published