Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)