<!DOCTYPE HTML> <!-- Prologue by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>LJ Laser server</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="assets/css/main.css" /> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> </head> <body> <!-- Header --> <div id="header"> <div class="top"> <!-- Logo --> <div id="logo"> <h1 id="title">L J doc</h1> <p>by <a href="http://www.protonphoton.art">ProtonPhoton</a></p> </div> <!-- Nav --> <nav id="nav"> <!-- Prologue's nav expects links in one of two formats: 1. Hash link (scrolls to a different section within the page) <li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li> 2. Standard link (rbss the user to another page/site) <li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li> --> <ul> <li><a href="../www/index.html" id="top-link" class="skel-layers-ignoreHref"><span class="icon fa-home">Home</span></a></li> <li><a href="features.html" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-wifi">Features</span></a></li> <li><a href="concepts.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Concepts</span></a></li> <li><a href="aurora.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Aurora</span></a></li> <li><a href="plugins.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Plugins</span></a></li> <li><a href="pointslists.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Pointlists</span></a></li> <li><a href="references.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">References</span></a></li> <li><a href="etherdream/protocol.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">etherdream</span></a></li> </ul> </nav> </div> </div> <!-- Main --> <div id="main"> <!-- Sat --> <section id="sat" class="three"> <div class="container" style="text-align: left"> <header> <h2>Plugins</h2> </header> <img src="images/plugin.png" alt="" /> <p style="font-size: 0.9em;">Aurora plugin</p> <p>LJ comes with different plugins. They are handy and nice code example but not necessary, you can generate your pointlists and send them directly to redis keys.<br><br> Plugins list :<br> <strong>Square</strong> : A very basic example to understand how to easily program your own plugin.<br /> <strong>Custom1</strong> : A copy of square, you can modify.<br /> <strong>Planetarium</strong> : A 4 lasers planetarium.<br /> <strong>fft3</strong> : Example how to make LJ audio reactive.<br /> <strong>LaserPong</strong> : Our laser Pong is back !<br /> <strong>pySimu</strong> : A full speed laser simulator.<br /> <strong>Pose</strong> : Display json openpose skeleton animations ans starfields.<br /> <strong>Textcycl</strong> : Cycle some words with adjustable length on one laser.<br /> <strong>LiveWords</strong> : Fill the input form and it's displayed. One word / laser.<br /> <strong>Anaglyph</strong> : A green/red rotating cube. Try it with green/red 3D glasses !<br /> </p> </div> </section> </div> <!-- Footer --> <div id="footer"> <!-- Copyright --> <p class="copyright"> LJ is CC NC </p> </div> <!-- Scripts --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery.scrolly.min.js"></script> <script src="assets/js/jquery.scrollzer.min.js"></script> <script src="assets/js/skel.min.js"></script> <script src="assets/js/util.js"></script> <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]--> <script src="assets/js/main.js"></script> </body> </html>