Skip to content

JosiasAurel/raylib-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayLib Project Template

A template that to a basic raylib project. This template does not depend on Notepad++ or any other editor.

Usage

First make sure you have installed the latest version of raylib from here

Start by cloning this repository with the following command:

git clone https://github.com/JosiasAurel/raylib-project-template.git

Now set up the raylib in the environment variables. Use the below command if you are on Windows. On Linux, it should be something similar (haven't tested).

set RAYLIB_PATH=C:\raylib\raylib

Now to test if this example works, run make in the project root. This will execute the makefile and you should see a window appearing

RayLib Demo Window

If everything worked fine, then you are good to go build cool stuff.

About

A template for basic raylib projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages