[www] r196660 - add Vuo as an llvm user.
Chris Lattner
sabre at nondot.org
Sat Dec 7 09:47:44 PST 2013
Author: lattner
Date: Sat Dec 7 11:47:44 2013
New Revision: 196660
URL: http://llvm.org/viewvc/llvm-project?rev=196660&view=rev
Log:
add Vuo as an llvm user.
Modified:
www/trunk/ProjectsWithLLVM/index.html
www/trunk/Users.html
Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=196660&r1=196659&r2=196660&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Sat Dec 7 11:47:44 2013
@@ -67,6 +67,7 @@
<li><a href="#rust">Rust: a safe, concurrent, practical language</a></li>
<li><a href="#ESL">ESL: Embedded Systems Language</a></li>
<li><a href="#RTSC">RTSC: The Real-Time Systems Compiler</a></li>
+<li><a href="#vuo">Vuo: A modern visual programming language for multimedia artists</a></li>
</ul>
</div>
@@ -882,4 +883,19 @@ rust contributors</a>
of the target system are also based on the LLVM.</p>
</div>
+<!--=========================================================================-->
+<div class="www_subsection">
+ <a name="vuo">Vuo: A modern visual programming language for multimedia artists</a>
+</div>
+
+<div class="www_text">
+
+<p><a href="http://vuo.org">Vuo</a> is a modern visual programming language
+ for multimedia artists. The Vuo Compiler takes modular components written
+ in various languages, and a graph of dataflow between components.
+ <a href="http://vuo.org/node/31">Using the LLVM code generation API</a>,
+ the Vuo Compiler turns the graph into a native, multithreaded executable.</p>
+
+</div>
+
<!--#include virtual="../footer.incl" --></html>
Modified: www/trunk/Users.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Users.html?rev=196660&r1=196659&r2=196660&view=diff
==============================================================================
--- www/trunk/Users.html (original)
+++ www/trunk/Users.html Sat Dec 7 11:47:44 2013
@@ -193,6 +193,12 @@ href="http://lists.cs.uiuc.edu/pipermail
<td>JIT compilation of shader programs</td>
</tr>
+ <!-- From info at vuo.org -->
+ <tr>
+ <td><a href="http://vuo.org/about">Kosada, Inc.</a></td>
+ <td>The compiler for <a href="http://vuo.org">Vuo</a>, a modern visual programming language for multimedia artists.</td>
+ </tr>
+
<!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-August/006455.html -->
<tr>
<td>Mobileye</td>
More information about the llvm-commits
mailing list