Skip to content
Ray edited this page Apr 22, 2026 · 5 revisions

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-Quickstart

The simple solution to get started quickly. The quickstart is a cross platform template for all desktop platforms that will setup raylib automatically.

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.

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.

Clone this wiki locally