From c49d2c004131cbca0d957fdb21dea367e4a53a18 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Wed, 21 Jul 2021 08:10:49 -0700 Subject: [PATCH] Updated Create Visual Studio Project (markdown) --- Create-Visual-Studio-Project.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Create-Visual-Studio-Project.md b/Create-Visual-Studio-Project.md index 2467f53..17e931a 100644 --- a/Create-Visual-Studio-Project.md +++ b/Create-Visual-Studio-Project.md @@ -1,4 +1,8 @@ -## Get started with raylib on Visual Studio the easy way (for beginners) +## Preamake Easy Setup +[@JeffM2510](https://github.com/jeffm2501) has made a guild to easy setup for visual studio using Premake. You can read the wiki page about it here. +https://github.com/raysan5/raylib/wiki/Easy-Raylib-Setup-for-Windows-with-Visual-Studio + +## Get started with raylib on Visual Studio the easy way (Manual Setup) This makes use of the template projects that have already been provided.