Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOUR PROJECT TITLE HERE

TODO: Replace "TODO" messages with your own text TODO: Add a description of your project here TODO: Add a representative image for your project here

How to build

Windows

Open git bash to the directory containing this repository.

project-template $ mkdir build
project-template $ cd build
project-template/build $ cmake ..
project-template/build $ start project-template.sln

Your solution file should contain four projects. To run from the git bash command shell,

project-template/build $ ../bin/Debug/demo.exe

macOS

Open terminal to the directory containing this repository.

project-template $ mkdir build
project-template $ cd build
project-template/build $ cmake ..
project-template/build $ make

To run each program from build, you would type

project-template/build $ ../bin/demo

Demo of basic features

TODO: Document the main demos your viewer

Unique features

TODO: Show the unique features you made

About

Template project for Bryn Mawr Computer Graphics CS313 Spring 2023

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages