From acb6c5306c6f60088744191f3d3d8713fc6950bd Mon Sep 17 00:00:00 2001 From: redstrate Date: Sun, 14 Nov 2021 17:35:35 -0500 Subject: [PATCH] Add a disclaimer in the README that the Metal backend is removed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5e3ec2..0aeb9af 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Here are a couple of screenshots that provide a sense of the graphical capabilit ![buddha](https://github.com/redstrate/prism/blob/master/misc/buddha.png?raw=true) ![custom models](https://github.com/redstrate/prism/blob/master/misc/custom%20models.png?raw=true) -These are screenshots taken on macOS, using the _Metal_ API. [Work is still in progress to bring the Vulkan backend up to the same feature set](https://github.com/redstrate/prism/projects/1). +These are screenshots taken on macOS, using the old _Metal_ backend. The sibenik, sponza and buddha models shown are from the [McGuire Computer Graphics Archive](https://casual-effects.com/data/), any other models shown are created by me. @@ -35,4 +35,4 @@ You can view a more comprehensive list of features [here](https://github.com/red * C++ compiler that _fully_ supports C++17 * (2019) MSVC, Clang, and GCC have been tested -There are instructions for Windows, Linux, macOS, tvOS and iOS/iPadOS targets in the [wiki](https://github.com/redstrate/prism/wiki). There is an example app provided in `example/`. If you want to build the tooling or the example, use the CMake options `BUILD_EXAMPLE` and `BUILD_TOOLS` respectively. +There are instructions for Windows, Linux, and macOS targets in the [wiki](https://github.com/redstrate/prism/wiki). There is an example app provided in `example/`. If you want to build the tooling or the example, use the CMake options `BUILD_EXAMPLE` and `BUILD_TOOLS` respectively.