• Stars
    star
    121
  • Rank 287,857 (Top 6 %)
  • Language CMake
  • License
    BSD 2-Clause "Sim...
  • Created almost 10 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

Contributing

If you find this project useful, you can also freely donate to fund the project development:

Donate

License

Copyright (c) Emanuele Bertoldi

MIT License