aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-07 23:01:57 +1000
committerDavid Walter Seikel2014-04-07 23:01:57 +1000
commit4a09c0c603463a05fd7a3af3ba41c864d15a3d54 (patch)
tree7f23ac1212eea66b626a4ac7c543f96d662b09cc /ClientHamr
parentTODO++ (diff)
downloadSledjHamr-4a09c0c603463a05fd7a3af3ba41c864d15a3d54.zip
SledjHamr-4a09c0c603463a05fd7a3af3ba41c864d15a3d54.tar.gz
SledjHamr-4a09c0c603463a05fd7a3af3ba41c864d15a3d54.tar.bz2
SledjHamr-4a09c0c603463a05fd7a3af3ba41c864d15a3d54.tar.xz
Add notes about what we need C for.
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua13
1 files changed, 12 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 655508a..9689936 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -1,4 +1,15 @@
1-- TODO - This should be in C, but so far development has been quite rapid doing it in Lua. 1--[[ TODO - This should be in C, but so far development has been quite rapid doing it in Lua.
2C will let us -
3 Use Ecore's main loop.
4 Actually do the widget stuff.
5 Slap meta tables on all value types.
6 Which lets us put the meta table on the variable, instead of on the table, which I think is cleaner.
7 Figure out the directory separator.
8 Network stuff. No need to look at Lua socket stuff, we have Ecore_Con.
9 Database stuff. No need to look at Lua SQL stuff, we have esskyuehl. Maybe.
10
11]]
12
2 13
3--[[ Skang package 14--[[ Skang package
4 15