Skip to content

DevHawksUTM/Dylan-D-Hackathon-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raylib-linux-template-1

This repository serves as a simple template for the raylib graphics library. The primary goal of this template is to be self contained, meaning that the number of dependencies for compilation has been minizmized.

The example program is written in c++ & includes a single main file and a simple makefile that compiles & links statically to the raylib library. To use a template that utilizes multiple source & header files, please navigate to the 2nd Raylib-linux-template

Raylib Library

This repository contains the required header & object files needed to compile your program with raylib. Raylib provides an easy way to incorporate graphics, sound, and user input into your programs.

Files included from raylib v5.0 release Source Repository: https://github.com/raysan5/raylib

Install OpenGL

Raylib requires the opengl library to link properly

To install on linux: sudo apt-get install mesa-utils

Compiling

To compile the program: make

Then, to run the program: ./program

If you wish to compile & then immediately run your program: make run

To clean up the workspace (objects & binary): make clean

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages