https://github.com/pmp-library/pmp-template
Project template for creating applications based on pmp-library
https://github.com/pmp-library/pmp-template
Last synced: 2 months ago
JSON representation
Project template for creating applications based on pmp-library
- Host: GitHub
- URL: https://github.com/pmp-library/pmp-template
- Owner: pmp-library
- License: other
- Created: 2017-11-19T17:32:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T20:09:42.000Z (over 1 year ago)
- Last Synced: 2024-12-31T18:41:49.828Z (4 months ago)
- Language: CMake
- Size: 15.6 KB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - pmp-library/pmp-template - Project template for creating applications based on pmp-library (CMake)
README
# pmp-template
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 --recursive https://github.com/pmp-library/pmp-template.git
Configure and build:
cd pmp-template && 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](https://github.com/pmp-library/pmp-template/blob/master/LICENSE.txt),
thereby allowing for both open-source and commercial usage.