Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 457 Bytes

OpenGL-env-setup

OpenGL development environment setup for Linux using GLAD

Note: This setup is tested in Ubuntu 18.04. Should work with other versions also.

This is demo OpenGL application which generates a black window to test the successful installation of the development envronment.

Instructions:

  1. git clone https://github.com/bhargavthriler/OpenGL-env-setup.git
  2. cd OpenGL-env-setup
  3. sudo ./prepare.sh
  4. ./test-example