Skip to content

KanclerzPiotr/openglProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programowanie grafiki 3D w OpenGL

Jak zbudować

Na ubuntu

git clone [email protected]:KanclerzPiotr/openglProject.git --recurse-submodules
cd gl23_kanclerz_piotr
rm PreLoad.cmake
sudo apt-get install libwayland-dev pkg-config libxrandr-dev libxinerama-dev libxkbcommon-dev libxcursor-dev libxi-dev
mkdir build
cd build
cmake .. 
make

Na Windowsie

git clone [email protected]:KanclerzPiotr/openglProject.git --recurse-submodules
cd gl23_kanclerz_piotr
mkdir build
cd build
cmake ..
cmake --build .

Jak uruchomić

Aplikacje budowane są np do build/src/labs/lab1

Laboratorium

Laboratorium 1

Laboratorium 2

Laboratorium 3

Laboratorium 4

Projekt

Projekt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published