OBJ Loader and Model Transformation in OpenGL
I wrote a little program with C++ that creates a SDL window to import an OBJ model.
The program reads any OBJ file and feeds its data to OpenGL so it can render the 3D model. It supports texture loading, model transformations (movement, rotation, scaling) and shader loading.