Skip to content
/ qrtsc Public
forked from fcole/qrtsc

Real-time line drawings from 3D models. Port of rtsc to Qt.

Notifications You must be signed in to change notification settings

benardp/qrtsc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is qrtsc, a port of rtsc (real-time suggestive contours) to Qt.

The original rtsc by Szymon Rusinkiewicz and Doug DeCarlo can be
found here:

http://gfx.cs.princeton.edu/proj/sugcon/



HOW TO BUILD:

You need Qt 5.4 or higher installed. 

On Mac or Linux:

qmake -r qviewer.pro
make

On Windows:

Open the Qt command prompt, then

qmake -tp vc -r qviewer.pro

Then open qviewer.sln from Visual Studio and build normally.


HOW TO USE:

Like rtsc, simply pass a mesh at the command line. Qrtsc accepts
all types of meshes that rtsc does.


More documentation forthcoming at some point (maybe).


Any questions or problems, email fcole@csail.mit.edu
May 21 2011

Updated to build with Qt 5.4 and libQGLViewer 2.7 
June 27 2018

About

Real-time line drawings from 3D models. Port of rtsc to Qt.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 51.1%
  • C++ 47.6%
  • Other 1.3%