Commit Graph

12 Commits

Author SHA1 Message Date
24336aefb2 Add make check target 2014-05-17 03:53:42 +02:00
a25bc0ff4d Fix clean target 2014-05-15 18:18:25 +02:00
e1d18aad12 Restructure Makefiles
Use common.mk for basic toolchain settings and installation variables.
2014-05-10 23:51:45 +02:00
f57dda9094 Add tests 2014-05-10 22:40:59 +02:00
5bfce60f7e Restructure file structure 2014-05-09 15:24:46 +02:00
19e33d22db Add "-pedantic" to CFLAGS 2014-05-09 15:03:58 +02:00
8f2ca02cd6 Rename draw.* to gl_draw.* 2014-05-08 22:54:54 +02:00
488147c6cb Add junk files to make clean target 2014-05-08 22:45:36 +02:00
fa80615415 Include opengl, draw the imported object 2014-05-08 22:45:16 +02:00
1218778145 Restructure files
filereader: file operation, reading files, reading .obj
parser: parses a string representing obj structure, converting
        to HE_obj
print: various helper functions for printing the structures
2014-05-08 17:39:23 +02:00
18975f9434 Add missing types.h and fix Makefile 2014-05-06 23:11:42 +02:00
33d658a37f First try of a parser 2014-05-06 23:09:59 +02:00