https://github.com/plugyawn/macos-opengl
Template repository for working on openGL with macOS.
https://github.com/plugyawn/macos-opengl
build macos opengl template vscode
Last synced: 2 months ago
JSON representation
Template repository for working on openGL with macOS.
- Host: GitHub
- URL: https://github.com/plugyawn/macos-opengl
- Owner: plugyawn
- License: mit
- Created: 2022-08-27T21:09:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T06:37:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T14:41:13.064Z (over 1 year ago)
- Topics: build, macos, opengl, template, vscode
- Language: C
- Homepage:
- Size: 1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenGL Template Repository
Set-up for working on OpenGL projects in macOS. Can directly build with ```CMD + Shift + B```. Run from ```./app```.
Run on VSCode with ```C/C++: clang++```, with ```C++17```. Successful runs will show an orange triangle in an olive background.