Skip to content

segcore/raylib-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Starter

An easy base to clone to get started with a Raylib project for Linux. Includes a main.c, a simple CMakeLists, and the raylib git submodule.

Getting Started

Clone:

git clone --recurse-submodules https://github.com/segcore/raylib-starter.git
# If --recurse-submodules was forgotten, can later do:
git submodule update --init

Build and run:

./run.sh    # Builds and runs the example, on *nix

About

Simple starting point for Raylib programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published