diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-01 04:08:23 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:33 -0800 |
commit | cb1944004604358febfc0049e14676e82f7961a2 (patch) | |
tree | 50150f975726e44ae9c6b5dc8cc48826557f05c1 /docs/ReleaseNotes.html | |
parent | 95545c6a5be9d2f04322726496d875ce357c0c48 (diff) | |
download | external_llvm-cb1944004604358febfc0049e14676e82f7961a2.zip external_llvm-cb1944004604358febfc0049e14676e82f7961a2.tar.gz external_llvm-cb1944004604358febfc0049e14676e82f7961a2.tar.bz2 |
Add LuaAV to external projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ea123d2..8c94c7d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -418,6 +418,19 @@ object-oriented programming, operator overloading and strong typing.</p> </div> <!--=========================================================================--> +<h3>LuaAV</h3> + +<div> + +<p><a href="http://lua-av.mat.ucsb.edu/blog/">LuaAV</a> is a real-time + audiovisual scripting environment based around the Lua language and a + collection of libraries for sound, graphics, and other media protocols. LuaAV + uses LLVM and Clang to JIT compile efficient user-defined audio synthesis + routines specified in a declarative syntax.</p> + +</div> + +<!--=========================================================================--> <h3>Mono</h3> <div> |