Skip to content

JasimAlrawie/raylib-c-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raylib C starter template VScode

this is simple vscode template you just code in and do run task build

how to setup

requirements

  • w64devkit
  • raylib (include, lib)

steps

  1. download w64devkit from their official repo here
  2. download latest version of the w64devkit-x64-x.x.x.exe
  3. run the downloaded file and choose c:\ then [extract]
  4. goto raylib and download the raylib-5.0_win64_mingw-w64.zip
  5. extract raylib zip file we download and extract it will find folder named raylib-5.0.... inside it there is include and lib copy these files into C:\w64devkit\x86_64-w64-mingw32
  6. DONE

to the code

clone this repo

and vscode it

to run the code simply build run task or [ctrl]+[shift]+[B]

have fun.

About

starter simple C template for vscode

Topics

Resources

Stars

Watchers

Forks