SCM Repository
[diderot] / web / htdocs / links.html |
View of /web/htdocs/links.html
Parent Directory
|
Revision Log
Revision 1474 -
(download)
(as text)
(annotate)
Sun Aug 28 19:00:14 2011 UTC (10 years, 10 months ago) by jhr
File size: 3101 byte(s)
Sun Aug 28 19:00:14 2011 UTC (10 years, 10 months ago) by jhr
File size: 3101 byte(s)
prototype of new Diderot website
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Diderot Project: Links</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="generator" content="BBEdit 9.6"> <link rel="stylesheet" type="text/css" href="styles/styles.css" /> </head> <body> <div id="container"> <div id="pageHeader"><!-- Start page header --> <div id="pageLogo"> <img src="images/logo2-504x216.png" width="504" height="216" alt="Site logo"/> </div> <div id="pageTitle"> <h1>Diderot</h1> <h2>A Parallel DSL for Image Analysis and Visualization</h2> </div> </div><!-- End page header --> <div id="navcontainer"><!-- Start Navigation --> <ul> <li><a href="new-index.html" rel="self">Home</a></li> <li><a href="examples.html" rel="self">Examples</a></li> <li><a href="documentation.html" rel="self">Documentation</a></li> <li><a href="downloads.html" rel="self">Downloads</a></li> <li><a href="links.html" rel="self" id="current">Links</a></li></ul> </div><!-- End navigation --> <div class="clearer"></div> <div id="contentContainer"><!-- Start main content wrapper --> <div id="content"><!-- Start content --> <h1 class="">Related projects</h1> <dl class="linklist"> <dt><a href="http://code.google.com/p/shadie/" rel="external">Shadie</a></dt> <dd> <p> Shadie is a domain-specific language for programming volume rendering on GPUs. Like Diderot, it provides operations to sample data from reconstructed fields, but it does not support general operations on tensors and tensor fields. </p> </dd> </dl> <h1 class="">Required software</h1> <dl class="linklist"> <dt><a href="http://smlnj.org" rel="external">Standard ML of New Jersey</a></dt> <dd> <p> The Diderot compiler is written in Standard ML and requires a recent version (110.73+) of SML/NJ to build. </p> </dd> <dt><a href="http://teem.sourceforge.net/" rel="external">Teem</a></dt> <dd> <p> The Diderot runtime system uses the teem library to handle image-file I/O and command-line argument parsing. </p> </dd> </dl> </div><!-- End content --> </div><!-- End main content wrapper --> <div class="clearer"></div> <div id="footer"><!-- Start Footer --> <div id="breadcrumbcontainer"><!-- Start the breadcrumb wrapper --> <ul> <li><a href="new-index.html">Home</a> > </li> <li><a href="links.html">Links</a> > </li> </ul> </div><!-- End breadcrumb --> <p>© 2011 The Diderot Project</p> </div><!-- End Footer --> </div><!-- End container --> </body> </html>
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |