aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2017-01-07Updates to example.Alec Thomas
2017-01-06Use std::shared_ptr<sf::Shape> directly as component in example.Alec Thomas
2016-01-03Use update_all() in example.Alec Thomas
2015-07-18Remove ambiguity that old compilers can't resolve.Alec Thomas
2015-07-18Add `.each<C...>([](C &c...) {})` iteration.Alec Thomas
2015-06-23Update example.Alec Thomas
2015-04-24Update example with a vertex array-based particle system.Alec Thomas
2015-02-09Update README+example for inheritance-free change.Alec Thomas
2014-12-07example: fix compilation commandJason Pleau
2014-12-07example: replace arial with a free fontJason Pleau
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
2014-10-10Big performance improvement in iteration.Alec Thomas
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