Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-tokyo/opengl-bezier-curve
⧼Bezier curve function with stimulation for openGL in c++.
https://github.com/a-tokyo/opengl-bezier-curve
bezier bezier-curve cplusplus demo logic opengl
Last synced: 26 days ago
JSON representation
⧼Bezier curve function with stimulation for openGL in c++.
- Host: GitHub
- URL: https://github.com/a-tokyo/opengl-bezier-curve
- Owner: a-tokyo
- License: mit
- Created: 2016-11-20T02:48:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T03:11:10.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T14:59:24.310Z (about 1 month ago)
- Topics: bezier, bezier-curve, cplusplus, demo, logic, opengl
- Language: C++
- Homepage: http://a-tokyo.github.io/opengl-bezier-curve
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# opengl-bezier-curve
## Desription
Bezier curve function with stimulation for openGL in c++.![Demo screenshot](http://s22.postimg.org/7b1fiujgx/Screen_Shot_2016_11_20_at_4_57_04_AM.png)
## Getting Started
Run the main.cpp file to adjust the points of the curve and the bezier curve will be drawn on the screen.