Skip to content

msanatan/RaylibTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Template

This is a template for a raylib project. It uses CMake and Ninja to build the project and includes a few useful things:

  • Basic Raylib 3d project
  • GitHub Actions for building for Windows, macOS, and HTML5
  • Your hopes and dreams

Requirements

This template requires:

  • CMake
  • Ninja

macOS Setup (with Homebrew)

brew install cmake ninja

General Build Instructions

cmake -B build -G Ninja
cmake --build build

The built executable will be in the build/ directory.

About

A template to be used for my Raylib projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published