@@ -4,6 +4,7 @@ title: "Download"
4
4
5
5
permalink : /site-libossia/download.html
6
6
category : site-libossia
7
+ ossia_version : https://github.com/ossia/libossia/releases/download/v1.0.5
7
8
---
8
9
9
10
libossia is available for many platforms and environments - scroll down for the one you are using.
@@ -26,23 +27,32 @@ The license for the library itself is LGPLv3.
26
27
</div><br/>
27
28
<div class="features-list">
28
29
<ul>
29
- <li><a href="">Downloads</a></li>
30
- <li><a href="">API Documentation</a></li>
31
- <li><a href="">Examples</a></li>
32
- <li><a href="">Doxygen</a></li>
30
+ <li><a href="{{page.ossia_version}}/libossia-native-win.zip">Download (Windows)</a></li>
31
+ <li><a href="{{page.ossia_version}}/libossia-native-linux_x86_64-static.tar.gz">Download (Linux, static library, x86_64)</a></li>
32
+ <li><a href="{{page.ossia_version}}/libossia-native-linux_x86_64.tar.gz">Download (Linux, x86_64)</a></li>
33
+ <li><a href="{{page.ossia_version}}/libossia-native-macos-static.tar.gz">Download (macOS, static library, x86_64)</a></li>
34
+ <li><a href="{{page.ossia_version}}/libossia-native-macos.tar.gz">Download (macOS, x86_64)</a></li><br/>
35
+ <li><a href="https://github.com/ossia/libossia">Source code</a></li>
36
+ <li><a href="https://github.com/ossia/libossia/wiki/Building">Build instructions</a></li>
37
+ <li><a href="https://ossia.github.io/ossia-docs/?cpp--14#introduction">API Documentation</a></li>
38
+ <li><a href="https://github.com/ossia/libossia/tree/master/examples">Examples</a></li>
39
+ <li><a href="https://ossia.github.io/libossia/html/">Doxygen</a></li>
33
40
</ul>
34
41
</div >
35
42
36
43
<h2 class =" binding-title " ><img src =" /assets/logo/c.png " height =" 60 " width =" auto " />C binding</h2 >
37
44
<div class =" features-list " >
38
- libossia provides a clean C89 header which wraps the most important functionality.
45
+ libossia provides a clean C89 header which wraps the most important functionality.
46
+ It can be used with the libossia-native libraries above which contain the functionality linked in.
39
47
</div ><br />
40
48
<div >
41
49
<ul>
42
- <li><a href="">Downloads</a></li>
43
- <li><a href="">API Documentation</a></li>
44
- <li><a href="">Examples</a></li>
45
- <li><a href="">Doxygen</a></li>
50
+ <!--<li><a href="">Downloads</a></li>-->
51
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-c">Source code</a></li>
52
+ <li><a href="https://ossia.github.io/ossia-docs/?c#introduction">API Documentation</a></li>
53
+ <li><a href="https://ossia.github.io/libossia/html/group___c_a_p_i.html">Doxygen</a></li>
54
+ <!--<li><a href="">Examples</a></li>-->
55
+ <!--<li><a href="https://ossia.github.io/libossia/html">Doxygen</a></li>-->
46
56
</ul>
47
57
</div >
48
58
@@ -62,38 +72,51 @@ The license for the library itself is LGPLv3.
62
72
-->
63
73
<h2 class =" binding-title " ><img src =" /assets/logo/max.jpg " height =" 70 " width =" auto " />Max/MSP</h2 >
64
74
<div class =" features-list " >
65
- libossia is available as a set of Max objects .
75
+ libossia is available as a Max package .
66
76
</div><br/>
67
77
<div>
68
78
<ul>
69
- <li><a href="">Downloads</a></li>
70
- <li><a href="">API Documentation</a></li>
71
- <li><a href="">Examples</a></li>
79
+ <li><a href="{{page.ossia_version}}/ossia-max-osx.tar.gz">Max package (macOS)</a></li>
80
+ <li><a href="{{page.ossia_version}}/ossia-max-win.zip">Max package (Windows)</a></li><br/>
81
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-max">Source code</a></li>
82
+ <li><a href="https://ossia.github.io/ossia-docs/?plaintext--max#introduction">API Documentation</a></li>
83
+ <!--<li><a href="">Examples</a></li>-->
72
84
</ul>
73
85
</div >
74
86
75
87
<h2 class =" binding-title " ><img src =" /assets/logo/pd.png " height =" 60 " width =" auto " />PureData</h2 >
76
88
<div class =" features-list " >
77
- libossia is available as a set of PureData objects. It is also supported for PurrData.
89
+ libossia is available as a PureData package. It is also supported for PurrData.
90
+ In PureData, you can install ossia directly through the package manager.
78
91
</div><br/>
79
92
<div>
80
93
<ul>
81
- <li><a href="">Downloads</a></li>
82
- <li><a href="">API Documentation</a></li>
83
- <li><a href="">Examples</a></li>
94
+ <li><a href="{{page.ossia_version}}/ossia-pd-linux_arm.tar.gz">PureData externals (Linux, ARMv7)</a></li>
95
+ <li><a href="{{page.ossia_version}}/ossia-pd-linux_x86_64.tar.gz">PureData externals (Linux, x86_64)</a></li>
96
+ <li><a href="{{page.ossia_version}}/ossia-pd-osx.tar.gz">PureData externals (macOS)</a></li>
97
+ <li><a href="{{page.ossia_version}}/ossia-pd-win32.zip">PureData externals (Windows, 32-bit)</a></li>
98
+ <li><a href="{{page.ossia_version}}/ossia-pd-win64.zip">PureData externals (Windows, 64-bit)</a></li><br/>
99
+ <li><a href="{{page.ossia_version}}/ossia-purr-data-linux_arm.tar.gz">PurrData externals (Linux, ARMv7)</a></li>
100
+ <li><a href="{{page.ossia_version}}/ossia-purr-data-linux_x86_64.tar.gz">PurrData externals (Linux, x86_64)</a></li>
101
+ <li><a href="{{page.ossia_version}}/ossia-purr-data-osx.tar.gz">PurrData externals (macOS)</a></li><br/>
102
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-pd">Source code</a></li>
103
+ <li><a href="https://ossia.github.io/ossia-docs/?plaintext--pd#introduction">API Documentation</a></li>
104
+ <!--<li><a href="">Examples</a></li>-->
84
105
</ul>
85
106
</div >
86
107
87
108
<h2 class =" binding-title " ><img src =" /assets/logo/unity.png " height =" 60 " width =" auto " />C#, Unity3D</h2 >
88
109
<div class =" features-list " >
89
110
libossia provides a C# binding. An additional Unity3D GameObject integration layer is available.
90
111
The library ships as an asset that can be copied into your project.
112
+ The C# files at the root level (Assets/ossia) do not depend on Unity3D and can be used from any C# code base.
91
113
</div><br/>
92
114
<div>
93
115
<ul>
94
- <li><a href="">Downloads</a></li>
95
- <li><a href="">API Documentation</a></li>
96
- <li><a href="">Examples</a></li>
116
+ <li><a href="{{page.ossia_version}}/ossia-unity3d.zip">Download Unity3D asset (Mac / Win / Linux)</a></li><br/>
117
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-unity3d">Source code</a></li>
118
+ <li><a href="https://ossia.github.io/ossia-docs/?csharp#introduction">API Documentation</a></li>
119
+ <!--<li><a href="">Examples</a></li>-->
97
120
</ul>
98
121
</div >
99
122
@@ -103,21 +126,22 @@ The license for the library itself is LGPLv3.
103
126
</div><br/>
104
127
<div>
105
128
<ul>
106
- <li><a href="">Downloads </a></li>
107
- <li><a href="">API Documentation </a></li>
108
- <li><a href="">Examples </a></li>
129
+ <li><a href="{{page.ossia_version}}/ossia-java.zip">Download Java library (Mac / Win / Linux) </a></li><br/ >
130
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-java">Source code </a></li>
131
+ <li><a href="https://ossia.github.io/ossia-docs/?java#introduction">API Documentation </a></li>
109
132
</ul>
110
133
</div >
111
134
112
135
<h2 class =" binding-title " ><img src =" /assets/logo/of.png " height =" 40 " width =" auto " />OpenFrameworks</h2 >
113
136
<div class =" features-list " >
114
- libossia is available as an OpenFrameworks extension.
137
+ libossia is available as an OpenFrameworks extension made to expose a tree of ofParameters to OSCQuery easily .
115
138
</div><br/>
116
139
<div>
117
140
<ul>
118
- <li><a href="">Downloads</a></li>
141
+ <li><a href="https://github.com/bltzr/ofxOscQuery/releases">Downloads (Win, Mac, Linux)</a></li><br/>
142
+ <li><a href="https://github.com/bltzr/ofxOscQuery">Source code, examples...</a></li>
119
143
<li><a href="">API Documentation</a></li>
120
- <li><a href="">Examples</a></li>
144
+ <!--< li><a href="">Examples</a></li>-- >
121
145
</ul>
122
146
</div >
123
147
@@ -127,9 +151,9 @@ The license for the library itself is LGPLv3.
127
151
</div><br/>
128
152
<div>
129
153
<ul>
130
- <li><a href="">Downloads </a></li>
131
- <li><a href="">API Documentation</a></li>
132
- <li><a href="">Examples</a></li>
154
+ <li><a href="https://github.com/OSSIA/ossia-sclang">Source code </a></li>
155
+ <li><a href="https://ossia.github.io/ossia-docs/?javascript#creating-parameters ">API Documentation</a></li>
156
+ <!--< li><a href="">Examples</a></li>-- >
133
157
</ul>
134
158
</div >
135
159
@@ -139,33 +163,36 @@ The license for the library itself is LGPLv3.
139
163
</div><br/>
140
164
<div>
141
165
<ul>
142
- <li><a href="">Downloads</a></li>
143
- <li><a href="">API Documentation</a></li>
144
- <li><a href="">Examples</a></li>
166
+ <li><a href="{{page.ossia_version}}/ossia-qml-linux_x86_64.tar.gz">Download (Linux, x86_64)</a></li>
167
+ <li><a href="{{page.ossia_version}}/ossia-qml-osx.tar.gz">Download (macOS)</a></li>
168
+ <li><a href="{{page.ossia_version}}/ossia-qml-win64.zip">Download (Windows, 64-bit)</a></li><br/>
169
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-qt">Source code</a></li>
170
+ <li><a href="https://ossia.github.io/ossia-docs/?qml#introduction">API Documentation</a></li>
171
+ <!--<li><a href="">Examples</a></li>-->
145
172
</ul>
146
173
</div >
147
174
148
175
<h2 class =" binding-title " ><img src =" /assets/logo/python-logo.png " height =" 60 " width =" auto " />Python</h2 >
149
176
<div class =" features-list " >
150
177
libossia is useable from Python.
151
- </div><br/>
152
- <div>
178
+ </div ><br />
179
+ <div >
153
180
<ul>
154
- <li><a href="">Downloads </a></li>
155
- <li><a href="">API Documentation</a></li>
156
- <li><a href="">Examples</a></li>
181
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-python">Source code </a></li>
182
+ <li><a href="https://ossia.github.io/ossia-docs/?python#introduction ">API Documentation</a></li>
183
+ <!--< li><a href="">Examples</a></li>-- >
157
184
</ul>
158
185
</div >
159
186
160
187
<h2 class =" binding-title " ><img src =" /assets/logo/faust.png " height =" 50 " width =" auto " />Faust architecture</h2 >
161
188
<div class =" features-list " >
162
- libossia provides a Faust architecture file.
189
+ libossia provides a Faust architecture file. It will expose the controls over OSCQuery.
163
190
</div><br/>
164
191
<div>
165
192
<ul>
166
- <li><a href="">Downloads </a></li>
167
- <li><a href="">API Documentation</a></li>
168
- <li><a href="">Examples</a></li>
193
+ <li><a href="https://github.com/ossia/libossia/tree/master/src/ossia-faust">Download </a></li>
194
+ <!--< li><a href="">API Documentation</a></li>-- >
195
+ <!--< li><a href="">Examples</a></li>-- >
169
196
</ul>
170
197
</div >
171
198
</div >
0 commit comments