Skip to content

Commit

Permalink
Add screenshot to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
karnkaul committed Jul 6, 2024
1 parent fea4346 commit 670ed3f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

[![Build Status](https://github.com/cpp-gamedev/spaced/actions/workflows/ci.yml/badge.svg)](https://github.com/cpp-gamedev/spaced/actions/workflows/ci.yml)

<!--insert media here-->
![Screenshot_20240706-190240](https://github.com/cpp-gamedev/spaced/assets/16272243/ca360512-43dc-4a18-a286-ed9d7f6f4171)

## Runtime requirements

1. GPU that supports Vulkan 1.1+.
1. Vulkan 1.1+ loader (driver).
1. Windows:
1. x64 (64 bit Intel/AMD).
1. Windows 10+.
1. Latest Visual C++ runtime.
1. x64 (64 bit Intel/AMD).
1. Windows 10+.
1. Latest Visual C++ runtime.
1. GNU/Linux:
1. x64 (64 bit Intel/AMD).
1. libstdc++6 or newer.
1.MacOS (experimental):
1. arm64 (64 bit ARM).
1. Vulkan SDK must be installed globally.
1. x64 (64 bit Intel/AMD).
1. libstdc++6 or newer.
1. MacOS (experimental):
1. arm64 (64 bit ARM).
1. Vulkan SDK must be installed globally.
1. Android:
1. arm64 (64 bit ARM) or x64 (64 bit Intel/AMD).
1. arm64 (64 bit ARM) or x64 (64 bit Intel/AMD).

0 comments on commit 670ed3f

Please sign in to comment.