Bezier
Fast and lightweight class for Bezier curves of any order in C++
File Explorer
Download Latest Version (.zip)- build.yml
- docs.yml
- CMakeLists.txt
- customscene.cpp
- customscene.h
- demo.gif
- main.cpp
- mainwindow.cpp
- mainwindow.h
- mainwindow.ui
- qcurve.cpp
- qcurve.h
- qgraphicsviewzoom.cpp
- qgraphicsviewzoom.h
- bezier.h
- coefficients.h
- declarations.h
- polycurve.h
- utils.h
- bezier.cpp
- polycurve.cpp
- utils.cpp
- approx_test.cpp
- CMakeLists.txt
- coefficients_test.cpp
- curve_test.cpp
- polycurve_test.cpp
- test_data.hpp
- test_oracles.hpp
- utils_test.cpp
- .gitignore
- CMakeLists.txt
- Doxyfile
- LICENSE
- package.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/romb-technologies/Bezier
Downloads the entire project code from GitHub to your computer.
cd Bezier
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -B build
Type this command into your terminal and run it.
cmake --build build
Type this command into your terminal and run it.
cmake --install build
Type this command into your terminal and run it.
cmake -B build -DBUILD_EXAMPLE=ON
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
