diff options
Diffstat (limited to 'LuaSL')
-rw-r--r-- | LuaSL/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/LuaSL/README b/LuaSL/README index b5b4b86..1444948 100644 --- a/LuaSL/README +++ b/LuaSL/README | |||
@@ -1,4 +1,4 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/LuaSL_-_New_scripting_engine | 1 | Refer to - http://www.infinitegrid.org/drupal/content/LuaSL_New_scripting_engine |
2 | 2 | ||
3 | LuaSL is a Lua based LSL scripting engine that will aim for LSL | 3 | LuaSL is a Lua based LSL scripting engine that will aim for LSL |
4 | compatability first, then adding Lua extensions. It aims to replace the | 4 | compatability first, then adding Lua extensions. It aims to replace the |
@@ -8,8 +8,7 @@ client side scripting engine. | |||
8 | To compile this, you will need Enlightenment Foundation Libraries (EFL) | 8 | To compile this, you will need Enlightenment Foundation Libraries (EFL) |
9 | installed in either /opt/e17 or /usr. These are typical places it get's | 9 | installed in either /opt/e17 or /usr. These are typical places it get's |
10 | installed in. You will also need flex. The rest of the dependencies | 10 | installed in. You will also need flex. The rest of the dependencies |
11 | are in the ../libraries directory, including the source code for the | 11 | are in the ../libraries directory. |
12 | version of EFL this is tested with. | ||
13 | 12 | ||
14 | 13 | ||
15 | Design. | 14 | Design. |
@@ -37,6 +36,8 @@ for this project, mostly converting it to use EFL. That rewrite | |||
37 | substantially shrunk the source code. More might be rewritten in | 36 | substantially shrunk the source code. More might be rewritten in |
38 | future. | 37 | future. |
39 | 38 | ||
39 | THIS IS WHERE WE ARE RIGHT NOW. | ||
40 | |||
40 | Nails will be used to pump commands in and out of the LuaSL system. | 41 | Nails will be used to pump commands in and out of the LuaSL system. |
41 | Incoming commands invoke LSL events via the LuaSL state metatable. LL | 42 | Incoming commands invoke LSL events via the LuaSL state metatable. LL |
42 | and OS functions that impact the world will be converted to nails | 43 | and OS functions that impact the world will be converted to nails |