Skip to content

Commit

Permalink
^ stop -> kill
Browse files Browse the repository at this point in the history
^ seconds -> milliseconds
- ldirectfb support
- assert / error
+ step model / loop model
+ deactivate / reactivate
+ 2nd return is the trigger reactor
+ call edge
+ dt returns the diff
+ support for multiple applications
- setEnvironment (use nextEvent)
* docs:
  + google analytics
  ^ API: new functions, some adjusts
  ^ intro: new functions, environment, -call, some adjusts
  • Loading branch information
fsantanna committed Aug 4, 2010
1 parent c4539d4 commit c146e54
Show file tree
Hide file tree
Showing 37 changed files with 702 additions and 968 deletions.
9 changes: 8 additions & 1 deletion HISTORY
@@ -1,6 +1,13 @@
LuaGravity 0.6
==============
^ Several changes in the API.
+ `deactivate` and `reactivate` functionality.
+ Support for multiple LuaGravity applications in the same process.
+ Support for the *step execution model*.

LuaGravity 0.5.1
================
+ The simple environment.
+ The `simple` environment.

LuaGravity 0.5
==============
Expand Down
21 changes: 3 additions & 18 deletions README
Expand Up @@ -14,26 +14,11 @@ 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:
Unpack LuaGravity to somewhere in your LUA_PATH, and run the tests:

# cd /somewhere_in_lua_path
# tar xvzf luagravity-0.5.1.tgz
# mv luagravity-0.5.1/ luagravity/
# tar xvzf luagravity-0.6.tgz
# mv luagravity-0.6/ luagravity/

# cd luagravity/tests
# make

Requires DirectFB:

# cd ../examples
# lua sky.lua
# lua walker.lua
# lua game.lua
4 changes: 2 additions & 2 deletions doc/Makefile
Expand Up @@ -16,5 +16,5 @@ meta_api:
markdown meta_api.txt > _meta_api.html

upload:
scp doc.css index.html meta.html *.png lua.gif \
francisco@www.lua.inf.puc-rio.br:/opt/share/www/luagravity/
scp doc.css index.html meta.html l.gif *.png luagravity.png \
francisco@www.lua.inf.puc-rio.br:/home/francisco/public_html/luagravity/

0 comments on commit c146e54

Please sign in to comment.