Skip to content

An OpenGL project to view 3D models in real time.

Notifications You must be signed in to change notification settings

BillisC/3d.view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Debian:

Install the required packages:

sudo apt install git clang cmake libgl1-mesa-dev libglu1-mesa-dev
sudo apt install libwayland-dev libxkbcommon-dev xorg-dev

Inside of the project's folder run the following to build it:

cmake .
cmake --build . --config Debug -j {number_of_threads}

Finally run the linked executable with:

./viewer

About

An OpenGL project to view 3D models in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages