forked from fsantanna/luagravity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (23 loc) · 866 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Introduction
============
LuaGravity is a reactive language that implements the synchronous approach for
concurrency.
It is roughly based on Esterel and FrTime, two synchronous languages, the
former having an imperative style, the latter being functional.
Documentation
=============
Documentation can be found on `doc/index.html`.
Installation
============
The distribution contains the core language, the meta module and also the
DirectFB environment.
The `meta` module requires the LuaCoco[1] patch for Lua.
You need also the Lua binding to DirectFB[2] if you want to run some examples.
[1] http://coco.luajit.org/
[2] http://github.com/fsantanna/ldirectfb
Then unpack LuaGravity to somewhere in your LUA_PATH:
# cd /somewhere_in_lua_path
# tar xvzf luagravity-0.6.tgz
# mv luagravity-0.6/ luagravity/
# cd luagravity/tests
# make