Skip to content

Lancelot899/games301-hw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMES301-hw1

This repository provides a simple project template for writing your own algorithms and applications using the pmp-library. It directly includes the pmp-library repository as a git submodule. To get started, just clone the repository recursively:

git clone https://github.com/anapupa/games301-hw
git submodule update --init --recursive

Configure and build:

cd games301-hw && mkdir build && cd build && cmake .. && make

Run the viewer:

./myviewer

License

As the pmp-library itself, this template is provided under a simple and flexible MIT-style license, thereby allowing for both open-source and commercial usage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%