Skip to content

Commit

Permalink
Updated release notes for v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewart Miles committed Mar 18, 2014
1 parent 87228f4 commit 27efd08
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
LiquidFun Version 0.9.0
LiquidFun Version [1.0.0][]

# Welcome to LiquidFun!

LiquidFun is a 2D physics engine for games. Go to our
[landing page][] to browse our documentation and see some examples.

LiquidFun is an extension of Box2D, it adds a particle based fluid and soft
body simulation to the rigid body functionality in Box2D. LiquidFun can be
LiquidFun is an extension of [Box2D][], it adds a particle based fluid and soft
body simulation to the rigid body functionality in [Box2D][]. LiquidFun can be
built for many different systems (Android, Windows, OS X, Linux), see
`Box2D/Documentation/Building/`

Discuss LiquidFun with other developers and users on the
[LiquidFun Google Group][]. File issues on the [LiquidFun Issues Tracker][]
or post your questions to [stackoverflow.com][] tagged with **liquidfun**.
or post your questions to [stackoverflow.com][] with a mention of
**liquidfun**.

Please see `Box2D/Documentation/Building/` to learn how to build LiquidFun and
run the testbed.
Expand All @@ -30,4 +31,5 @@ you would leave it in.
[LiquidFun Issues Tracker]: http://github.com/google/liquidfun/issues
[stackoverflow.com]: http://www.stackoverflow.com
[landing page]: http://google.github.io/liquidfun

[1.0.0]: http://google.github.io/liquidfun/ReleaseNotes.html
[Box2D]: http://box2d.org

0 comments on commit 27efd08

Please sign in to comment.