aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-04 20:20:14 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-04 20:20:14 +0100
commita97620627f3da9048005e9d6f9a041cc47970aaa (patch)
tree3234721881a64f56821a14de655f1fbc4bd4c3b3
parentmention the "elife" binary creation (diff)
downloadglouglou-a97620627f3da9048005e9d6f9a041cc47970aaa.tar.xz
glouglou-a97620627f3da9048005e9d6f9a041cc47970aaa.zip
expand Future section and add TODO section
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 87b6bf0..572ebab 100644
--- a/README
+++ b/README
@@ -33,11 +33,24 @@ to OpenGL in Composite > Rendering pannel
* Reduce the size of the elife grid by modifying the source code, in
src/elife_evas_smart.c at the definitions of NCELL_X and NCELL_Y
+TODO
+====
+
+* make install without sudo rights
+
Future
======
+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
algorithm) might be faster, not sure
20:10 < loran> but if i can have opengl rendering for the background with composite module for example, then i will improve other parts of elife, like having cell
created on external events like new processes, packets blocked by firewall, ...
20:10 < loran> :p
+20:15 < drohan> it sounds interesting, but for future reference, you need a way to gain trust from the users, a background that uses cpu is not trusted, if you
+ change it as a widget or something else or try to comment all the code so the users can see what you are doing with it
+20:16 < loran> haha good point :p
+20:17 < drohan> and even then you will have a little problem with trust, change everything so you don't have to install it system wide, just local .e dir
+20:17 < loran> i think you can run make install without system rights
+20:17 < loran> without sudo
+