Update README.md
This commit is contained in:
parent
32df2e01c6
commit
2c7a24431c
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Light
|
# Light
|
||||||
A 2D cross-platform game engine
|
A Cross-Platform, Cross-GraphicsAPI Game Engine
|
||||||
|
|
||||||
## Supported Graphics APIs
|
## Supported Graphics APIs
|
||||||
* OpenGL
|
* OpenGL
|
||||||
* DirectX
|
* DirectX
|
||||||
|
|
||||||
Will support:
|
Will support:
|
||||||
* Vulkan
|
* Vulkan (under development)
|
||||||
* Metal
|
* Metal
|
||||||
|
|
||||||
## Supported Operating Systems
|
## Supported Operating Systems
|
||||||
|
@ -18,6 +18,7 @@ Will support:
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
1. Run `git clone --recurse-submodules -j4 https://github.com/Light3039/Light`
|
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
|
2. Open BuildScripts folder and build the project
|
||||||
3. Use the Mirror project (Demo project will be added in the future)
|
3. Use the Mirror project (Demo project will be added in the future)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue