A C++ library containing some simple graphics algorithms.
- CGAL
- Eigen3
- Boost
git clone https://github.com/BKHao/BGAL
cd BGAL
mkdir build && cd build
cmake ..
make -j8
make install
After installed, using FindBGAL in your project please.
git clone https://github.com/BKHao/BGAL
Open cmake-gui
Where is the source code: BGAL
Where to build the binaries: BGAL/build
note: check the location of dependencies and install. It is recommended to use vcpkg to add dependencies.
Configure->Generate->Open Project
ALL_BUILD->INSTALL
The example and data is in 'test'. Include BGAL in your project when testing and using it.