/QT_OpenGL

practices with QT OpenGL cmake

Primary LanguageC++MIT LicenseMIT

A simple test project for running OpenGL in QT for personal practices.

Table of contents

Examples

Cube

cube

Installation

  • sudo apt-get install libboost-all-dev
  • mkdir build bin
  • cd build
  • cmake ..
  • make
  • executable and test_executable can be found in bin/

MIT

The MIT License

License: MIT