From 2c7a24431c2bec264e0669684c709e1a036855ac Mon Sep 17 00:00:00 2001 From: Light <59169246+Light3039@users.noreply.github.com> Date: Thu, 19 Aug 2021 23:54:16 +0430 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8086bd1..759e70c 100644 --- a/README.md +++ b/README.md @@ -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)