https://github.com/abdulkader-safi/try_cpp_glfw_glad
this repo is to learn how to build game engine and games from scratch using GLFW and OpenGL with C++
https://github.com/abdulkader-safi/try_cpp_glfw_glad
cpp glfw macos opengl sdl2
Last synced: 8 months ago
JSON representation
this repo is to learn how to build game engine and games from scratch using GLFW and OpenGL with C++
- Host: GitHub
- URL: https://github.com/abdulkader-safi/try_cpp_glfw_glad
- Owner: Abdulkader-Safi
- Created: 2024-12-21T07:03:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T08:28:36.000Z (12 months ago)
- Last Synced: 2024-12-21T08:29:42.517Z (12 months ago)
- Topics: cpp, glfw, macos, opengl, sdl2
- Language: C
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try C++, GLFW and Glad
> this repo created is to learn how to build game engine and games from scratch using GLFW and OpenGL with C++
---
## To run this application on MacOs
### Install packages
```bash
brew install glfw
```
### Clean
```Bash
make clean
```
### Build
```Bash
make
```
### Run
```Bash
make run
```