Skip to content

BrynMawr-CS312-2021/mesh-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mesh-viewer

OPenGL applications for viewing meshes

How to build

Windows

Open git bash to the directory containing this repository.

mesh-viewer $ mkdir build
mesh-viewer $ cd build
mesh-viewer/build $ cmake -G "Visual Studio 16 2019" ..
mesh-viewer/build $ start CS312-MeshViewer.sln

Your solution file should contain multiple projects, such as mesh-viewer. To run from the git bash command shell,

mesh-viewer/build $ ../bin/Debug/mesh-viewer

macOS

Open terminal to the directory containing this repository.

mesh-viewer $ mkdir build
mesh-viewer $ cd build
mesh-viewer/build $ cmake ..
mesh-viewer/build $ make

To run each program from build, you would type

mesh-viewer/build $ ../bin/mesh-viewer

TODO: Screenshots and writeup

Releases

No releases published

Packages

No packages published

Languages