Skip to content
/ ura Public

URA project - Updating CS488 Assignment to use Qt and Modern OpenGL

Notifications You must be signed in to change notification settings

gcbsumid/ura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URA Project 
===========

Updating CS488 Assignment to use Qt and Modern OpenGL

How to compile:
    cd A*/src
    qmake src.pro
    make
    ./program

To install Qmake and Qt libraries:
    sudo apt-get install qt5-qmake  qt5-default libqt5opengl5-dev

Assumes the following:
    qmake and qt are installed

Useful links:
    http://qt-project.org/doc/
    http://www.opengl-tutorial.org/
    http://www.opengl-tutorial.org/miscellaneous/clicking-on-objects/picking-with-custom-ray-obb-function/ (For clicking)
    http://www.opengl-tutorial.org/miscellaneous/clicking-on-objects/picking-with-an-opengl-hack/ (clicking opengl hack)

About

URA project - Updating CS488 Assignment to use Qt and Modern OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published