GitXplorerGitXplorer
i

OpenGLFrameWork

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
9e7a695032566be26c29039ce287f1aa7cf3fa3c

first commit

iiyht committed 3 years ago

README

The README file for this repository.

OpenGLFrameWork

This is a framework for using OpenGL on MacOS with CMake

git clone https://github.com/Haotian-Yang/OpenGLFrameWork.git
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make -j8