From 2a4665fcb464417f1078173a70c298ab4d8e21f2 Mon Sep 17 00:00:00 2001 From: Luca Sas Date: Wed, 30 Jun 2021 18:27:43 +0100 Subject: [PATCH] Created Raylib Templates (markdown) --- Raylib-Templates.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Raylib-Templates.md diff --git a/Raylib-Templates.md b/Raylib-Templates.md new file mode 100644 index 0000000..3f6d6b8 --- /dev/null +++ b/Raylib-Templates.md @@ -0,0 +1,15 @@ +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 + +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 + +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. + +C99 version: https://github.com/raysan5/raylib-game-template +C++ version: https://github.com/SasLuca/raylib-cpp-cmake-template \ No newline at end of file