aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Collapse)Author
2014-12-07example: fix compilation commandJason Pleau
2014-12-07example: replace arial with a free fontJason Pleau
Arial is a proprietary font and cannot be included in another package in distributions like Debian. Replaced it with Liberation.
2014-12-01Include cmath in example. Fixes #66.Alec Thomas
2014-10-27DeltaTime -> TimeDeltaAlec Thomas
2014-10-27Fix example.Alec Thomas
2014-10-27Configurable delta time type via -DENTITYX_DT_TYPE=<type>.Alec Thomas
Fixes #60.
2014-10-10Big performance improvement in iteration.Alec Thomas
No longer perform a vtable lookup and function call to unpack components. Unpacking is now completely templatised and expanded at compile time.
2014-10-10Use a partitioned grid for collision detection.Alec Thomas
2014-10-09Don't use deprecated strstream.Alec Thomas
2014-10-09Add example.Alec Thomas