Skip to content

zuck/opengl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Examples

Modern OpenGL (fixed-pipeline free) examples based on http:https://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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages