Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianvazelle/fenetrage-remplissage
A C++ program to clip and fill 2D polygons with a convex window
https://github.com/florianvazelle/fenetrage-remplissage
mathematics sutherland-hodgman
Last synced: 22 days ago
JSON representation
A C++ program to clip and fill 2D polygons with a convex window
- Host: GitHub
- URL: https://github.com/florianvazelle/fenetrage-remplissage
- Owner: florianvazelle
- Created: 2019-12-24T14:18:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T09:01:09.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T21:43:07.453Z (2 months ago)
- Topics: mathematics, sutherland-hodgman
- Language: C++
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projet1: fenêtrage remplissage de polygones
## Install and Build
```
git clone --recursive https://github.com/florianvazelle/fenetrage-remplissage.git
cd fenetrage-remplissage
mkdir build
cd build
cmake ..
make
cd bin/ && ./fenetrage-remplissage
```## Visual Studio
[CMake projects in Visual Studio](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio)