From 563c5b7e43d83194bce0014c70d11d8c081ffa7d Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 30 Jun 2021 19:59:37 +0200 Subject: [PATCH] Updated Raylib Templates (markdown) --- Raylib-Templates.md => raylib-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Raylib-Templates.md => raylib-templates.md (93%) diff --git a/Raylib-Templates.md b/raylib-templates.md similarity index 93% rename from Raylib-Templates.md rename to raylib-templates.md index 3f6d6b8..7190689 100644 --- a/Raylib-Templates.md +++ b/raylib-templates.md @@ -1,13 +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 Game Template +## raylib Game Template This template provides PC and Android make files and implements a basic game that can help you get familiar with raylib. https://github.com/raysan5/raylib-game-template -## Raylib CMake Template +## raylib CMake Template A very basic raylib template that uses the CMake build system. You can open this template in any major IDE (VS, VS Code, QT Creator, CLion) with little to no plugins required and get a fully integrated experience.