-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (55 loc) · 2.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
has_cover: true
---
<header id="content-header">
<section id="page-title">
<h1>PraxisLIVE</h1>
<div class="page-title-info">
<h3>rethinking general purpose and creative coding</h3>
<aside><strong>NEW : </strong>
<a href="/download/">PraxisLIVE v6 now available!</a></aside>
<a href="#content" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</section>
</header>
<section id="content">
<section class="intro">
<h2>hybrid visual live programming</h2>
<p>...imagine combining the best of Java or Processing with the best of visual node-based systems like Node-RED;<br>
imagine components defined as code fragments, so you're never constrained by what comes built-in;<br>
imagine forking components or creating new ones <em>all while your project is running</em>...</p>
</section>
<section class="features flex-fifty">
<div class="feature">
<h3 class="icon fa-bolt">Real-time processing</h3>
<p><a href="/blog/a-forest-of-actors/">Forest-of-actors</a> architecture for
low-latency, data processing, media & embedded. Optional graphics module with support
for <a href="https://processing.org/" target="_blank">Processing</a>,
<a href="https://gstreamer.freedesktop.org/" target="_blank">GStreamer</a> and OpenGL.
Optional audio with <a href="http://jaudiolibs.org" target="_blank">Pipes</a>
and <a href="http://www.jackaudio.org/" target="_blank">JACK</a>.</p>
</div>
<div class="feature">
<h3 class="icon icon-rotate-90 fa-sitemap">Intuitive graphical patching</h3>
<p>Node-based actor graph editing for fast visual project building. Drag &
drop components, draw in connections. <em>Edit everything live</em> - instant
feedback without interrupting flow.</p>
</div>
<div class="feature">
<h3 class="icon fa-code-fork">Extend at runtime</h3>
<p>Fork components on-the-fly, or create new ones from scratch, <em>with real-time code reload</em>.
Integrated live Java editor and compiler. Export and share, or import from a growing library.</p>
</div>
<div class="feature">
<h3 class="icon fa-cubes">Distributed by design</h3>
<p>Built from the ground up for working with multiple pipelines using a distributed architecture.
Option to run projects transparently across processes or machines.</p>
</div>
</section>
<section class="page-actions">
<p><a class="btn icon-inline fa-download" href="/download/">Download</a></p>
</section>
</section>