Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 797 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 797 Bytes

Easy and scalable Raylib Template for C( )

You can use this template to easily develop games in C or C using Raylib.

Add your header files to /include and add your C/C files to /src
You can add your assets (images, videos, models.. ect) to the assets folder.

How to use

Double click raylib-template.code-workspace to instantly open the premade template in Visual Studio Code.

This template uses CMake to compile and run the app, if you do not have a C compiler installed already, I recommend the MSVC compiler.

Also be sure to install the correct VSCode extensions for developing in C and CMake.

If this template was useful, please leave a star on my repository, this helps me out greatly! :D