aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/makefile
AgeCommit message (Collapse)Author
2016-05-05Add support for batching vertices with custom indices.Gravatar Chris Xiong
Fix compiler warnings.
2016-04-25Compile with -fPIC to allow linkage to libraries.Gravatar Chris Xiong
Make several math functions static. Elimate several warnings from the compiler.
2016-01-07Add a new way to hook into smelt.Gravatar Chris Xiong
2015-10-06Add makefile and an example app.Gravatar Chris Xiong
Furthermore, make the compiler happier with my stupid code.