From 9230dad1e1fd6342adcb8e8596a1d895e34fcf0e Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sun, 17 May 2015 08:26:04 +0800 Subject: [PATCH] Update README.md to direct users to demo. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2ec409..50be58f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Component Systems, here is some Tiny-ecs also works well with objected oriented programming in lua because Systems and Entities do not use metatables. This means you can subclass your Systems and Entities, and use existing lua class frameworks with tiny-ecs, no problem. +For an example on how to use tiny-ecs with object-oriented lua, take a look at the +demo branch, specifically the systems and entities sub-directories. ## Overview ## Tiny-ecs has four important types: Worlds, Filters, Systems, and Entities.