Skip to content

dudemelo/raylib-kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Kickstart

The start point for a new game project using the Raylib library.

Requirements

Getting started

1. Install Conan dependencies

conan install . -of build/

2. Configure Meson project

meson setup --native-file build/conan_meson_native.ini . build/

3. Compile the project

meson compile -C build

4. Run the project

./build/raylib-kickstart

About

The start point for a new game project using the Raylib library

Topics

Resources

License

Stars

Watchers

Forks

Contributors