math-ac / obj-loader

Simple .obj loader written in C using linked lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obj-loader

Simple .obj loader written in C using linked lists

Compile with

$ make 

And run with

$ ./tour <object file>

About

Simple .obj loader written in C using linked lists


Languages

Language:C 98.9%Language:Makefile 1.1%