Skip to content

mjospovich/GLFW-config-for-Win11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLFW Config in Visual Studio Code for Windows 11

Setup

Requirements:

  1. Install 32-bit MinGW:

  2. Install gdb Debugger:

    • Ensure gdb is installed by running gdb --version in the terminal (included in mingw32-base package).
  3. Add MinGW to your PATH:

    • Add the MinGW bin directory (usually C:\MinGW\bin) to your system's PATH.

Steps

  1. Clone the repository:

    git clone https://github.com/mjospovich/GLFW-config-for-Win11.git
    cd GLFW-config-for-Win11
  2. Open the folder in VS Code:

    code .

Usage:

Manually:

  • Ctrl + Shift + B to compile the project.
  • Run the program by executing ./build/main.exe.

Auto Compile and Run:

  • F5 to compile, debug, and run the project.
  • Ctrl + F5 to run without debugging.

MacOS

To do this on MacOS visit this Github Repository

About

Configured GLFW work enviroment for Visual Studio Code on Win10/11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors