Orfi / kit-opengl

OpenGL, FreeGLUT, GLFW, Glad, CMake, Qt Creator template.

Home Page:https://www.furkantokac.com/opengl-on-linux-1-ide-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt Creator As OpenGL Development Environment

If you want to develop OpenGL application on Qt Creator (CMake), you can use this template.

Usage

  1. Install CMake : sudo apt-get install cmake
  2. Install Git : sudo apt-get install git
  3. Install GLFW, GLAD dependencies : sudo apt-get install xorg-dev
  4. Install GLEW dependencies : sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev
  5. Install FreeGLUT dependencies : sudo apt install libglu1-mesa-dev
  6. git clone git@github.com:furkantokac/kit-opengl.git
  7. Go to Qt Creator -> Open Project -> choose the CMakeLists.txt under opengl-dev-creator directory -> "Run" the project to test
  8. You can work on src folder. New files/folders will be automatically added to the project after you re-run the CMake. To re-run CMake, right click the project name on Qt Creator and click "Run CMake".

Supported Libs

  • GLFW
  • GLAD
  • GLEW
  • FreeGLUT

About

OpenGL, FreeGLUT, GLFW, Glad, CMake, Qt Creator template.

https://www.furkantokac.com/opengl-on-linux-1-ide-setup

License:MIT License


Languages

Language:C 90.8%Language:HTML 4.7%Language:Objective-C 2.4%Language:CMake 1.0%Language:Perl 0.4%Language:Shell 0.3%Language:C++ 0.2%Language:Python 0.1%Language:CSS 0.1%Language:Makefile 0.0%