2023-06-03 12:43:53 +00:00
<!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 >
2023-07-09 14:09:18 +00:00
< p > by < a href = "http://www.protonphoton.art" > ProtonPhoton< / a > < / p >
2023-06-03 12:43:53 +00:00
< / 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 >
< / ul >
< / nav >
< / div >
< / div >
<!-- Main -->
< div id = "main" >
<!-- Check -->
< section id = "check" class = "three" >
< div class = "container" style = "text-align: left" >
< header >
< h2 > < strong > Features< / strong > < / h2 >
< / header >
< img src = "images/lj2.png" alt = "" / >
< p style = "font-size: 0.9em;" > 4 lasers align & monitoring interface< / p >
LJ is network based. The user interface runs in a browser, in a tablet for example, letting you free to move ! With more than one laser you should think laser server and run LJ on a dedicated computer.< br >
< br >
Some LJ features :
< ul >
< li > Live < strong > kpps< / strong > modification for each DAC.< / li >
< li > < strong > Color balancing< / strong > and < strong > Intensity< / strong > control.< / li >
< li > Lasers < strong > alignment< / strong > like in videomapping.< / li >
< li > LJ can < strong > script or be scripted< / strong > (OSC & websockets).< / li >
< li > < strong > Status update< / strong > every 0.5 seconds : DACs states, number of points sent,...< / li >
< li > A compiled version (os x and linux) of nannou.org etherdream+laser < strong > emulator< / strong > is included.< / li >
< li > < strong > "Optimisation"< / strong > points automatically added, can be changed live for glitch art.< / li >
< li > Some < strong > fancy examples< / strong > are available : 3D anaglyph, Laser Pong,...< / li >
< li > < strong > Midi and audio reactive< / strong > , look midigen.py and fft3.py.< / li >
< li > < strong > Openpose skeletons< / strong > animations laser player.< / li >
< li > < strong > Maxwell< / strong > laser synth emulation plugin.< / li >
< li > < strong > Resolume< / strong > OSC client.< / li >
< li > < strong > Artnet< / strong > receiver.< / li >
< li > ...< / li >
< / ul >
< / 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 >