Commit Graph

14 Commits

Author SHA1 Message Date
hasufell c8d9d410cf
Improve doxygen settings, use subdir 2014-05-17 18:12:37 +02:00
hasufell f84e62141e Fix typo in make clean 2014-05-17 04:07:29 +02:00
hasufell 24336aefb2
Add make check target 2014-05-17 03:53:42 +02:00
hasufell a25bc0ff4d
Fix clean target 2014-05-15 18:18:25 +02:00
hasufell e1d18aad12
Restructure Makefiles
Use common.mk for basic toolchain settings and installation variables.
2014-05-10 23:51:45 +02:00
hasufell f57dda9094
Add tests 2014-05-10 22:40:59 +02:00
hasufell 5bfce60f7e
Restructure file structure 2014-05-09 15:24:46 +02:00
hasufell 19e33d22db
Add "-pedantic" to CFLAGS 2014-05-09 15:03:58 +02:00
hasufell 8f2ca02cd6
Rename draw.* to gl_draw.* 2014-05-08 22:54:54 +02:00
hasufell 488147c6cb
Add junk files to make clean target 2014-05-08 22:45:36 +02:00
hasufell fa80615415
Include opengl, draw the imported object 2014-05-08 22:45:16 +02:00
hasufell 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
hasufell 18975f9434
Add missing types.h and fix Makefile 2014-05-06 23:11:42 +02:00
hasufell 33d658a37f
First try of a parser 2014-05-06 23:09:59 +02:00