Skip to content

fecty/raylib-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib-projects

Different Projects made using raylib graphics library in C++ language.

Overview

A collection of small example projects and experiments built with raylib. Each example lives under src/ and includes a Makefile to build the demo.

Projects

Structure

Prerequisites

  • Install raylib (system package or build from source) so headers and libraries are available to the Makefiles.

Build & Run

Build an example by changing into the example directory and running make:

cd src/<project-name>
make
# then run the produced binary, e.g.:
./collision-detection

About

Different GUI-based projects made using raylib in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published