From 669e1a813d5e166a244e168fa3d1ec2e91037cba Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 1 Sep 2024 11:11:09 -0700 Subject: [PATCH] Updated raylib templates (markdown) --- raylib-templates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/raylib-templates.md b/raylib-templates.md index c1b0de5..b3b9298 100644 --- a/raylib-templates.md +++ b/raylib-templates.md @@ -1,6 +1,13 @@ Here is a list of raylib templates on github that can help get you started quickly. Just navigate to them, press the "Use this template" button, create your own repo, clone it and run it! +## Raylib-Quckstart, the simple solution to get started quickly. +The quickstart is a cross platform template for all desktop platforms that will setup raylib automatically. + +https://github.com/raylib-extras/raylib-quickstart + +It works with many compilers on windows, linux and Mac OS. Works with makefiles, visual studio, and VSCode. + ## raylib Game Template This template provides PC and Android make files and implements a basic game that can help you get familiar with raylib.