aboutsummaryrefslogtreecommitdiff
path: root/example/3d.cpp
AgeCommit message (Collapse)Author
2020-11-20fix example 3dGravatar Jonas Gunz
2019-06-12Added support for Function Keys as _EVENT_FUNCTION1Gravatar Jonas Gunz
Those are normally the first 4 to 10 function keys. others are addressed with [ instead of O and might become _EVENT_FUNCTION2 in the future
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-20Remove obsolete features, cleanupGravatar Jonas Gunz
2019-03-16Fixed examples #4Gravatar Jonas Gunz
2019-03-07Update to travis build testGravatar Jonas Gunz