web-legacy/flickernoise.html

54 lines
3.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Milkymist Labs</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<div id="logo"><img src="milkymist.svg">Milkymist Labs <a href="http://ehsm.eu"><img src="ehsm_web_banner_small.gif" style="float:right; border: 1px solid gray; margin-right: 5px;"></a></div>
<div id="topmenu"><a href="mmone.html">Products</a> <a href="mmsoc.html" class="selected">Technology</a> <a href="community.html">Community</a></div>
<div id="leftmenu">
<div id="leftmenutitle">Current</div>
<ul>
<li><a href="mmsoc.html">Milkymist SoC</a></li>
<li><a href="flickernoise.html">Flickernoise</a></li>
</ul>
<div id="leftmenutitle">In development</div>
<ul>
<li><a href="migen.html">Migen</a></li>
<li><a href="mng.html">Milkymist-ng</a></li>
</ul>
</div>
<div id="main">
<div id="illus"><img src="screenshots/darkblue_small.jpg"></div>
<div id="title">Flickernoise</div>
<p>Flickernoise is the video synthesis application optimized for the Milkymist One and the Milkymist SoC. It renders hardware-accelerated visual effects comparable (and, to some extent, compatible) with those of <a href="http://www.nullsoft.com/free/milkdrop">MilkDrop</a> 1.x, the popular audio visualization plug-in for Winamp.</p>
<p>Flickernoise allows the creation of visual patches and their connection with all the interfaces that the Milkymist One provides thanks to a built-in graphical user interface. Let the visuals react to sound and MIDI events, connect a camera and create live phantasmagoric images of yourself...</p>
<p>Flickernoise is covered by the GNU GPL license version 3. The source code is hosted by <a href="http://github.com/milkymist/flickernoise">Github</a>.</p>
<p>Flickernoise uses:<ul>
<li>The <a href="http://www.rtems.org">RTEMS</a> real-time operating system.</li>
<li>The <a href="http://www.yaffs.org">YAFFS</a> flash filesystem (modified version <a href="http://www.github.com/milkymist/rtems-yaffs2">here</a>).</li>
<li>The <a href="http://www.libpng.org">libpng</a>, <a href="http://www.ijg.org">libjpeg</a>, <a href="http://www.ijg.org">openjpeg</a> and <a href="http://jbig2dec.sourceforge.net/">jbig2dec</a> image decompression libraries.</li>
<li>The <a href="http://www.freetype.org">freetype</a> font rendering system.</li>
<li>The <a href="http://www.mupdf.com">MuPDF</a> library for the online help system.</li>
<li><a href="http://www.github.com/milkymist/mtk">MTK</a>, a modified version of the <a href="http://www.genode-labs.com/products/fpga-graphics">Genode FX</a> embedded GUI toolkit, which provides all the elements for common user interaction (windows, buttons, etc.).</li>
<li><a href="http://www.github.com/milkymist/liboscparse">liboscparse</a>, a variant of <a href="http://liblo.sourceforge.net/">liblo</a>, for <a href="http://www.opensoundcontrol.org">OpenSoundControl</a> communications.</li>
</ul>
</p>
</div>
</body>
</html>