aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-05 04:12:28 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-05 04:12:28 +0100
commitbcb4971250124f27db9acbd6d0a22f9f3fb8e6e3 (patch)
treef1861b006269e1f142236a9f97d210f8b5511232
parentincrease inject proba (diff)
downloadglouglou-bcb4971250124f27db9acbd6d0a22f9f3fb8e6e3.tar.xz
glouglou-bcb4971250124f27db9acbd6d0a22f9f3fb8e6e3.zip
move "Future" to "Ideas"
-rw-r--r--README23
1 files changed, 12 insertions, 11 deletions
diff --git a/README b/README
index e1b5d69..8e3c823 100644
--- a/README
+++ b/README
@@ -39,8 +39,17 @@ TODO
* make install without sudo rights
* make a gadget
-Future
-======
+Code organisation
+=================
+
+The core code is in src/elife_evas_smart.c
+All the other files are here to build standalone binary and edje file.
+
+src/elife_evas_smart.c
+ At each life cycle, grid_evolution() gets called
+
+Ideas
+=====
freenode #e
20:08 < loran> for the moment each cell is an evas_object. having the whole grid as one evas object and filling polygons manually (i'll take a look at seed
@@ -56,13 +65,5 @@ freenode #e
20:17 < loran> without sudo
Optimisation ideas:
-* one evas_object_rectangle, manualy write memory inside it
+* one evas_object_rectangle, manualy write memory inside it (DONE)
-Code organisation
-=================
-
-The core code is in src/elife_evas_smart.c
-All the other files are here to build standalone binary and edje file.
-
-src/elife_evas_smart.c
- At each life cycle, grid_evolution() gets called