aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Collapse)Author
2019-05-06Changed color handling to take ANSI 8bit colorsGravatar Jonas Gunz
added ansi_color_fg(R,G,B) and ..._bg(...) to generate ANSI-colors from RGB values replaced two spaces with tabs in every file to fix terrible tabbing (thanks atom...)
2019-03-30Rename + Version changeGravatar Jonas Gunz
Signed-off-by: Jonas Gunz <himself@jonasgunz.de>
2019-03-27example tweakGravatar jonas
2019-03-20example Pong is now screen size sensitiveGravatar Jonas Gunz
2019-03-20Remove obsolete features, cleanupGravatar Jonas Gunz
2019-03-20Updated example Pong to use FPSGravatar Jonas Gunz
2019-03-20Added forced screen size and mute to cRender for testingGravatar Jonas Gunz
2019-03-16Fix in example/collision.cpp: Use 0 instead of NULL for empty charGravatar Jonas Gunz
2019-03-16Fixed examples #4Gravatar Jonas Gunz
2019-03-07Fixed pong to compile with clangGravatar Jonas Gunz
2019-03-07removed hardcoded path to clang in MakefilesGravatar Jonas Gunz
2019-03-07Moved to clangGravatar Jonas Gunz
2019-03-07example Makfefile fixGravatar Jonas Gunz
2019-03-07Update to travis build testGravatar Jonas Gunz
2019-03-07updated example program pongGravatar Jonas Gunz
2019-03-07Deactivated color to fix #5 temporarilyGravatar Jonas Gunz
2019-03-06Added example Project + Makefile. updated gitignoreGravatar Jonas Gunz
pong.cpp not working!
2019-03-06Collision updateGravatar Jonas Gunz
Changed collision parameters for onCollision fuinctions to pass the movement delta of moved Object
2019-03-06Directory updatesGravatar Jonas Gunz
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys