Update README.md

This commit is contained in:
Light 2021-08-19 23:54:16 +04:30 committed by GitHub
parent 32df2e01c6
commit 2c7a24431c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
# Light
A 2D cross-platform game engine
A Cross-Platform, Cross-GraphicsAPI Game Engine
## Supported Graphics APIs
* OpenGL
* DirectX
Will support:
* Vulkan
* Vulkan (under development)
* Metal
## Supported Operating Systems
@ -18,6 +18,7 @@ Will support:
## Getting Started
1. Run `git clone --recurse-submodules -j4 https://github.com/Light3039/Light`
* (If you cloned non-recursively run `git submodule update --init`)
2. Open BuildScripts folder and build the project
3. Use the Mirror project (Demo project will be added in the future)