superzilong / GEN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEN

Intro

GEN is standing for Graphic Engine. This is my practice project after learning the courses from Learn Open GL.

Usages

mkdir build && cd build
conan install .. -s build_type=Debug
cmake ..
start GEN.sln

This project use conan as the c++ project manager.

About


Languages

Language:C++ 89.2%Language:GLSL 7.8%Language:CMake 1.7%Language:C 1.1%Language:Batchfile 0.2%