Skip to content

Querela/CGViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGViewer

This project uses Qt4 and OpenGL.
It is an university project for students.

Using Octree code from https://github.com/jnphilipp/Raytracer/ [git@github.com:jnphilipp/Raytracer.git].

All rights belong to their respective owners and the university of Leipzig!

Project tree

~ src/... - Source files (*.cpp, *.h)
~ docs/... - Documents like tasks, documentations, ...
~ obj/... - Object files - compiles sources (only local)
~ moc/... - moc-files (only local)

Needed for compilation:

  • libqt4-devel
  • glew-devel

How to compile

Will create the Makefile
#> qmake
Will execute the Makefile and compile everything
#> make

Will execute the CGViewer
#> ./CGViewer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published