Archived
1
Fork 0

Fix typo in README

This commit is contained in:
redstrate 2021-02-08 20:25:29 -05:00 committed by GitHub
parent bc5c400129
commit 1e141a90f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Prism
A cross-platform engine that integrates a real-time physically renderer and makes it easy to get started writing games or other graphical applications in C++!
A cross-platform engine that integrates a real-time physically based renderer and makes it easy to get started writing games or other graphical applications in C++!
Here are a couple of screenshots that provide a sense of the graphical capabilities of Prism:
@ -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, 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.