Skip to content

aeoden96-cg/cg_uni_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer grapics repo

Culmination of all projects done at CG lectures @ PMF. These are not mine,they are just slightly edited and used for learning. Used materials are from these sources:

Shader class is modified version of a class from

Requirements:

  1. Cmake latest version
  2. OpenGL version > 4
  3. VSCode
  4. linux package for git

Initialization

  1. clone repo
  2. in root folder run this lines:
  3. git submodule init
  4. git submodule update
  5. occasionally git pull to get new updates

Usage (VSCode)

You need CMake addon for VSCode (it will suggest it to you to install it when you run the project)

screenshot1

  1. open project folder in VSCode (code . in terminal)
  2. press Build

screenshot2

  1. select compiler: GCC
  2. select to run project

Usage (without VSCode)

  1. open project folder
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make
  6. ./project_name

Usage: clean all build files

Just run ./clean.sh

About

Computer grapics repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published