anyone know's of a free .obj loader library

hi,

i just started learning openGL and at this point trying to draw an object from an .obj file.

i dont seem to find any build-in function that can parse an obj file into a data structure to draw from,

so does anyone know a free .obj parser/loader ?

i can start writing such library myself, but it seems like there must be something like that…

thanks.

See Assimp: http://assimp.sourceforge.net/

thanks !