|
1 | 1 | --- |
2 | 2 | categories: "Development News" |
3 | 3 | author: "joreg" |
4 | | -date: "2025-04-01" |
| 4 | +date: "2025-07-14" |
5 | 5 | title: "Introducing: Rive" |
6 | 6 | description: "A new way to design and integrate User Interfaces" |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | Dear patchers! |
10 | 10 |
|
11 | | -Remember [Lottie](https://vvvv.org/blog/2022/introducing-lottie/)? That, but interactive and with a two-way data binding right into your patches. And then some... |
| 11 | +Remember [Lottie](https://vvvv.org/blog/2022/introducing-lottie/)? That, but interactive and with a two-way data binding for interaction with your patches. And then some... |
12 | 12 |
|
13 | | -Introducing: [Rive](https://rive.app/) "A new way to Design, build, and ship User Interfaces" ... and now a first-class citizen in vvvv! |
| 13 | +Introducing: **[Rive](https://rive.app/)** "A new way to Design, build, and ship User Interfaces" ... and now a first-class citizen in vvvv! |
14 | 14 |
|
15 | 15 | Watch their intro video to get an idea of what to expect: |
16 | 16 |
|
17 | 17 | {{< youtube mMpik32gkt4 >}} |
18 | 18 |
|
19 | 19 | Rive and vvvv play very well together in two aspects: |
20 | | -- We're integrating Rive's native DX11 renderer, meaning what you get is not a texture but a resolution independent rendering of the Rive content |
| 20 | +- We're integrating Rive's native DX11 renderer, meaning what you get is not a texture but a resolution independent rendering of the Rive content right onto your scene |
21 | 21 | - Rive's [Data Binding](https://rive.app/docs/editor/data-binding/overview) capabilities allow you to connect data directly to datatypes in VL |
22 | 22 |
|
23 | | -Here is how this looks in a patch |
| 23 | +Here is how this looks in a patch |
| 24 | +**screenshot** |
24 | 25 |
|
25 | 26 | Many thanks go to Rive for their great support, helping us with a smooth integration in vvvv! |
26 | 27 |
|
27 | 28 | ## How do i get it? |
28 | 29 |
|
29 | | -nuget install VL.Rive -pre |
| 30 | +Nothing special, just your [regular NuGet install](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html): |
| 31 | + |
| 32 | + nuget install VL.Rive -pre |
30 | 33 |
|
31 | 34 | ## Sponsor credits |
32 | 35 |
|
|
0 commit comments