Delaunay Triangulation on OpenGL

Hi,
I’m searching for any tool on openGl that just triangulate a set of points. I looked over the internet but i couldn’t find any. I hope you help me. I’m a real beginner, no experience at all.

Thanks

(this is not really OpenGL, so would be better suited to the Maths and Algorithms forum section)

For 2D points or polygons :
http://www.cs.cmu.edu/~quake/triangle.html

There is an implementation in OpenCV too but I could not make it work. Instead, Triangle was pretty simple.

For 3D points soup, this is way more involved, this tool is very versatile :
http://meshlab.sourceforge.net/

http://code.google.com/p/poly2tri/