Skip to content

Eberty/QtOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58a4c31 · Sep 15, 2021

History

13 Commits
Sep 9, 2021
Sep 10, 2021
Sep 15, 2021
Sep 10, 2021
Sep 12, 2021
Sep 9, 2021
Sep 9, 2021
Sep 9, 2021
Sep 9, 2021
Sep 8, 2021
Sep 10, 2021
Sep 10, 2021
Sep 9, 2021
Sep 10, 2021
Sep 9, 2021
Sep 8, 2021

Repository files navigation

QtOpenGL

Overview

Minimalist project using CMake, Qt and OpenGL to load and present a 3D object.

Author: Eberty Alves da Silva, eberty.silva@hotmail.com

Keywords: CMake, Qt and OpenGL.

 

Install dependencies

sudo apt install libgl1-mesa-glx libassimp-dev qtbase5-dev qt5-default

Building with CMake

git clone https://github.com/Eberty/QtOpenGL.git
cd QtOpenGL/
mkdir build && cd build
cmake ..
make -j$(nproc)

Building with Qt (.pro file)

git clone https://github.com/Eberty/QtOpenGL.git
cd QtOpenGL/
qmake qt_opengl.pro
make -j$(nproc)

Run C++ program

./qt_opengl

You can extract and use the .obj files in this compressed file: tex-models.zip

Eberty_QtOpenGL.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published