Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Simon committed May 1, 2021
2 parents 160ff8c + 2d7e647 commit 1ddcb8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Makma

## What is Makma?

Makma is a Vulkan benchmark. It features a four-pass deferred renderer, cascaded shadow mapping, metal/roughness material setup, volumetric lighting, bloom, directional, point and spotlights, in-depth performance graphs (per pass) and a large options menu to customize the benchmark.
Expand Down Expand Up @@ -35,6 +33,6 @@ In addition to the system requirements for running Makma, you'll need:
| C++ Compiler | Windows: MSVC 19.28.29914 |
| | Linux: GCC 9.3.0 |

Other Vulkan SDK versions may work, but have required significant code changes in the past. Other C++ compilers or versions are likely to work as well.
Other Vulkan SDK versions may work, but have required significant code changes in the past. Other C++17-capable compilers or recent versions of MSVC or GCC should work as well.

Make sure to build the `makma` CMake target first, then `INSTALL` to copy the required files (shared libraries and program resources) into your build folder.

0 comments on commit 1ddcb8d

Please sign in to comment.