Skip to content

simple GLUT application that renders triangle geometries for benchmarking

Notifications You must be signed in to change notification settings

gregjohnson/TriangleRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TriangleRender

simple GLUT application that renders triangle geometries for benchmarking

Building

CMake is required for building. From within the base TriangleRender directory:

mkdir build
cd build
ccmake ..

Configure and generate makefiles in CMake using the 'c' and 'g' keys.

make

Usage

syntax: ./trianglerender [options] [geometry filenames...]
options:
 -l   use display lists (default false)
 -z   zoom factor (default 1, must be >= 1)

Example:

./trianglerender -l *.tri

About

simple GLUT application that renders triangle geometries for benchmarking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages