# ffgpu-oglapps **Repository Path**: ffgpu/ffgpu-oglapps ## Basic Information - **Project Name**: ffgpu-oglapps - **Description**: The OpenGL applications, demos, test cases from many authors during many years. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGL Applications ## Description The OpenGL applications, demos, test cases from many authors during man years. ## Software dependencies - A working OpenGL implementation - GLUT/GLFW ## How to build mkdir build && cd build cmake .. make