https://github.com/codereclaimers/bspline-interactive-demo-gte
Interactive 2D B-spline using Geometric Tools Engine (version 3.2)
https://github.com/codereclaimers/bspline-interactive-demo-gte
Last synced: 11 months ago
JSON representation
Interactive 2D B-spline using Geometric Tools Engine (version 3.2)
- Host: GitHub
- URL: https://github.com/codereclaimers/bspline-interactive-demo-gte
- Owner: CodeReclaimers
- License: mit
- Created: 2016-08-18T15:57:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T12:37:54.000Z (over 6 years ago)
- Last Synced: 2025-03-27T02:34:34.055Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bspline-interactive-demo-gte
Interactive 2D B-spline using [Geometric Tools Engine](https://www.geometrictools.com/Downloads/Downloads.html) (version 3.2)
Short video of the demo here: https://www.youtube.com/watch?v=2Hx9rWYnwGU
Note: The Visual Studio project and solution were originally created in GeometricTools\GTEngine\Samples\Mathematics\BSplineCurveInteractive, so you will need to either move them to an equivalent location, or update the include and project reference paths to match your GTE installation.