All Projects → zuck → Opengl Examples

zuck / Opengl Examples

Licence: bsd-2-clause
Modern OpenGL (fixed pipeline free) examples based on http://open.gl

Labels

Projects that are alternatives of or similar to Opengl Examples

Cqxq
让XQ支持CQ插件
Stars: ✭ 97 (-10.19%)
Mutual labels:  cmake
Qv2ray
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
Stars: ✭ 12,886 (+11831.48%)
Mutual labels:  cmake
Cmakepchcompiler
CMake precompiled header support via custom PCH compiler extension
Stars: ✭ 105 (-2.78%)
Mutual labels:  cmake
Cgcmake
CMake modules for common applications related to computer graphics
Stars: ✭ 98 (-9.26%)
Mutual labels:  cmake
Gr Paint
An OFDM Spectrum Painter for GNU Radio
Stars: ✭ 99 (-8.33%)
Mutual labels:  cmake
Covise
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
Stars: ✭ 101 (-6.48%)
Mutual labels:  cmake
Gr Tutorial
A tutorial OOT module for GNU Radio
Stars: ✭ 96 (-11.11%)
Mutual labels:  cmake
Sdl2 Cmake Modules
Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules
Stars: ✭ 108 (+0%)
Mutual labels:  cmake
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+9265.74%)
Mutual labels:  cmake
Sh3redux
SILENT HILL 3 Engine Remake in OpenGL and C++
Stars: ✭ 105 (-2.78%)
Mutual labels:  cmake
Mdspan
Production-quality reference implementation of mdspan
Stars: ✭ 99 (-8.33%)
Mutual labels:  cmake
Samples
DEPRECATED. MediaSDK samples. Main development repo located at https://github.com/Intel-Media-SDK/MediaSDK/tree/master/samples
Stars: ✭ 99 (-8.33%)
Mutual labels:  cmake
Cmake Example Library
How to install a library with cmake
Stars: ✭ 101 (-6.48%)
Mutual labels:  cmake
Cmake fortran template
A template directory structure for a Fortran project using CMake as the build system.
Stars: ✭ 97 (-10.19%)
Mutual labels:  cmake
Corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
Stars: ✭ 106 (-1.85%)
Mutual labels:  cmake
Avp Slam Sim
A basic implementation(not official code) of AVP-SLAM(IROS 2020) in simulation. https://arxiv.org/abs/2007.01813
Stars: ✭ 97 (-10.19%)
Mutual labels:  cmake
Vfxcmake
Cmake Find modules for common vfx software, and general Cmake utility code
Stars: ✭ 100 (-7.41%)
Mutual labels:  cmake
Buildcache
A build cache
Stars: ✭ 107 (-0.93%)
Mutual labels:  cmake
Python cpp example
An example of a hybrid python/C++ package with unit tests
Stars: ✭ 107 (-0.93%)
Mutual labels:  cmake
Sugar
Stars: ✭ 101 (-6.48%)
Mutual labels:  cmake

OpenGL Examples

Modern OpenGL (fixed-pipeline free) examples based on http://open.gl

Requirements

  1. CMake
  2. OpenGL
  3. GLEW
  4. GLFW

Building

As simple as typing:

mkdir Build && cd Build && cmake ..

And then build the generated files with your favourite compiler, e.g.:

make

Running

Binaries could be found at $BUILD_DIR/Binaries/$PLATFORM_NAME/$CONFIGURATION_NAME, e.g.:

Build/Binaries/Linux/Release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].