Updated Raylib Templates (markdown)

master
Ray 3 years ago
parent
commit
563c5b7e43
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      raylib-templates.md

Raylib-Templates.md → raylib-templates.md

@ -1,13 +1,13 @@
Here is a list of raylib templates on github that can help get you started quickly. 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! 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. 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 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. 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.

Loading…
Cancel
Save