I am looking for a lightweight c++ wavefront obj parser. In addition, I need the following capabilities:
I have considered glm and assimp, but they do not provide the above things. Could someone please suggest something.
you could try libg3d if you are using Linux.