Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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++.

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.