/light-dev-opengl

an OpenGL framework

Primary LanguageC++MIT LicenseMIT

light

CodeFactor

This repository is under development.

Building

  1. Get the source code:
git clone --recursive https://github.com/ethan706/light-dev.git
cd light-dev
  1. Build with CMake:
mkdir build
cd build
cmake ..
cmake --build .

CMake 3.10 & C++17 are required.

License

light is licensed under the MIT licence, please see the licence file for more information.