.
Feature status
- Submitted to vuo.org
- Reviewed by Team Vuo
- Open for community voting
- Chosen to be implemented
- Released
When we (Team Vuo) plan each release, we try to implement as many of the community's top-voted feature requests as we have time for.
If anyone would like to help this happen sooner, we're also accepting commissioned work.
Read more about how Vuo feature requests work.
Votes
927 votes so far!
Comments
Wow. Im all exited about the
Wow. Im all exited about the possibility to export my compositions as a Raspberry Pi app! Really hoping for this...
Yes, please vote guys!
Yes, please vote guys!
My problem is that I create
My problem is that I create live multimedia theater performances with live actors. My mobile MacBook Air has not enough power to drive a live performance, but I don't have money for Mac Pro... So imagine: with this feature we could build compositions on Macs, export a linux app and run it on a very powerful linux machine, which you can build especially for running Vuo compositions, eg. on a show, performance. You can build cheap machine with very good graphics, many monitor outputs and so on.
Also, don't keep your votes in a pocket! :) Cheers, Teo
I didn't have any more
I didn't have any more credits to vote on this feature yet but I'm really getting interested in the possibilities with this... especially since the Raspberry Pi 2 came out a few months ago!
If this was implemented, how
If this was implemented, how far would it be from a full-fledged Linux release code wise? I can imagine a lot of the framework has to be ported for this to work?
Magneson, the ability to
Magneson, the ability to deploy compositions to Linux would mainly involve changes to certain parts of Vuo: the compiler, the runtime, and OS-specific nodes.
The compiler/runtime is what allows compositions to actually execute on a computer. The compiler takes a composition (nodes, cables, etc.) and translates it into an executable for a specific CPU architecture. Currently, the compiler only supports one architecture, x86_64 (common to all recent Macs, and many Linux PCs as well). To be able to run a composition on a Raspberry Pi, the compiler would have to be modified to support additional architectures, ARMv6 and ARMv7.
The runtime handles some stuff common to all compositions. It's largely independent of processor and operating system, but does have a Mac-specific implementation of the event loop. That would have to be ported to Linux.
Although we've tried whenever practical to make nodes OS-independent, some are specific to Mac and would have to be ported to Linux. This includes nodes involving windows, displays, GL contexts, images shared between processes, mouse, and keyboard.
So those are the main things that would have to be ported. The biggest things that would not be ported for this feature request are the editor and the build system.
The editor is based on a cross-platform GUI framework, Qt. Currently the editor contains a number of tweaks/workarounds for Mac-specific issues. Porting to Linux would probably mean adding some more tweaks/workarounds.
The build system is what we use to develop the code. In order to use Linux machines as developer workstations, we'd have to modify a number of scripts. It's another case where we're using cross-platform tools but OS-specific tweaks have to be made.
And finally, there are a few other scattered bits of Mac-specific code and documentation that would need to be ported.
So yeah, I would guess that this feature request would take Vuo more than halfway to a full-fledged Linux release, though substantial work would remain to be done.
Thanks for the explanation
Thanks for the explanation Jaymie! I noticed early that using QT gave the possibility for Vuo to become cross-platform eventually, so any news in that direction is greatly appreciated (Vuo is a lot of the reason I'm still mostly on a mac).
Pretty interesting for the
Pretty interesting for the low cost Intel desktop option pointed to by Teo and the lightweight ARM turnkey device option with a sophisticated GUI (once Vuo gets GUI nodes). Could expand the Vuo user base indeed.
thanks for the explanation, Jaymie — very informative!
And ARM is moving fast: This little guy just got US$1.7 million dollars in backing on Kickstarter PINE A64, First $15 64-Bit Single Board Super Computer. repeat $15, deploy multiple projector and Artnet driver applications for example on multiple $15 devices.
Since this is currently the
Since this is currently the #1 top-voted feature request, I want to point out that it's also one of the highest-development-time feature requests. We'd pretty much have to dedicate a release to it, and not implement any other top-voted feature requests in that release. When we (Vuo team) pick the feature requests that go into a release, votes are a very important factor, but we may pick a feature request with fewer votes over one with more if we believe it results in a combination of feature requests that has greater potential to expand the Vuo community, address the needs of the current community, and fit within a time frame of a few months.
Would it enable direct GPIO
Would it enable direct GPIO addressing or would that have to be a dedicated feature request? And how much extra money would you need to get it started?
GPIO nodes would be a
GPIO nodes would be a separate feature request.
Similar to Serial input/output, for using Arduino etc., they would enable a composition running on a Mac to communicate with a Raspberry Pi — whereas the current feature request is about making the composition run on the Raspberry Pi.Edit: GPIO nodes would enable a composition running on a Raspberry Pi to communicate with whatever's connected to the GPIO port. It would require some extra effort on top of the current feature request. The implementation time would be 1-2 dots (maybe a week or two of work).If Vuo gets ported to
If Vuo gets ported to Raspberry Pi, would that mean the Pi camera modules would be available to the video input node or would that be another feature request? Would UVC webcams be supported on a Pi port?
@Chris, I'm not sure. We'd at
Chris, I'm not sure. We'd at least be adding some basic support for cameras under Linux (since the current camera nodes are Mac-specific). We'd have to do some research to find out how difficult it would be to add support for camera modules / UVC webcams beyond that.
I think basic support would
I think basic support would be ok for a beginnig: bunch of input nodes (keyboard, audio, video), all of OpenGL/layers stuff, list nodes, math nodes and render nodes (to windows, screens (Xserver) and images). Maybe it's a good idea to make some poll which categories of nodes are most important for users?
As a self identifying Apple
As a self identifying Apple Fanboi, this is a really hard post for me to write. Considering Apples current trajectory: soldered ssd, non existent pcie slots, this feature request may be nessesary for the future of Vuo.
I am interested in using Vuo for multiprojector setups, huge data walls, 360 etc, and currently- no matter how fantastic MacOS is, ( we all know how great and stable macos is) Apples hardware lock-in is becoming the most limiting factor.
It is impossible for me to set up a system for clients without crazy work arounds, (using old macpros which have pci slots etc ).
I believe strongly that Vuo will gain a whole new user base once it is Cross platform, and have a super exciting future!
I for one will vote for this as the number 1 priority for the next release cycle (post 1.3)
@Jaymie, would it be possible
@jaymie, would it be possible to split this request into two?
I would like to see Vuo on Linux desktop first, as this would give us quick access to extremely powerful playback solutions. Would that at least make this request a bit simpler to achieve in one release cycle?
RPi could follow after Linux is stable?
I am interested in a linux
I am interested in a Linux version as well. However since much of my interest in Linux relates directly to the RPi I would actually be pretty disappointed if it wasn't supported right at the beginning.
@alexmitchellmus, as @Chris
alexmitchellmus, as Chris points out, the problem would be how do you do so in a way that is fair and transparent to the people who voted on the FR with the understanding that it would support Raspberry Pi.
This is important to the
This is important to the future of Vuo I would think. Not so much use to me for now, but expanding the commercial base of Vuo is critical to keep it developing the way we want it to.
Love the idea of cheap Linux 'rackmounts' driving installations and live performance at more reasonable cost and the idea of deployable RPi scientific and health devices for logging and processing real time physical world data. (And any kinds of sophisticated automation that can drive interesting graphical output/UI/UXs)
Air quality monitoring around industrial sites and fossil fuel extraction points with a simple user UI they can see on cheap touch screens. That's fancy UI stuff is all very hard to wrangle with Arduino/RPi today. Some kind of code bridge or binding to the hard core data aquistion and processing programs would be neat way to close this loop.
The main reasons for me now
The main 2 reasons for me now to stick with VUO are mainly twofold:
Why? I recently dived into TouchDesigner and decided, that this will be my weapon of choice for the coming year. Unless I've overlooked something crucial, then I would like someone to point that out to me. Thanks in advance & big thumbs up to the live visuals community, including of course Team VUO.
voted
voted yes - this would be awesome. a seriously big deal (for me)- opening up huge possibilities in the world of remote kiosks and signage applications
This would be the most
This would be the most helpful feature in terms of deployment and using this in situations and art installations! Would open up a lot of opportunities!
Yes, please!
Yes, please!
This would single-handedly
This would single-handedly enable several business ideas I have. It would be great for deploying as kiosks, museum installations, etc, and the ability to address GPIO pins would be insane.
Would it be possible to get
Would it be possible to get an estimate of the resources required to execute on this in a dollar value and some of us could possibly fund raise on a kickstarter type of platform for it?
I've come up with a concept I'd only be able to deploy on cheap devices like Raspberry Pi, not $1k Mac minis. I'm quite keen to see this happen from a personal perspective, but even more so for expanding the Vuo community and it's reach as any other reason. The sooner the Vuo community grows to be able to afford full-time developers working on core product features requests and UI improvements the sooner Vuo really takes off I think. It's getting close IMHO to having that ‘killer-app’ user base, even if the last decade has flown by.
Then again maybe being the highest polling feature today it's on the roadmap for 2022 already? Even If it is (almost) on the implementation roadmap, we can hurry it along with funds that would be worth it in my view. We could also set some stretch goals like the GPIO pin access bn86 asked for, and other add-ons for working with interesting 3rd party input and output devices.
Totally agree. I would also
Totally agree. I would also be happy to help fund this.
I gave up on this feature
I gave up on this feature request many years ago and have instead opted for using something like OSC or MQTT as a messaging bus to control something that runs natively on different platforms. As much as I would love to see Vuo expand in this direction, I have little faith in believing that this work would actually be implemented, unfortunately.
I think it's important to
I think it's important to keep the conversation going. If you could run Vuo apps on Linux this would help ensure the framework keeps alive and the user base would undoubtably expand. Nothing wrong with chasing as it lets the dev team know there's interest in the idea.
using something like OSC or
For the people who know how to create and maintain such systems, I'm sure that would work well. But I thought the target audience of Vuo was supposed to be artists and non-programmers.
Sure, and I didn't suggest it
Sure, and I didn't suggest it as a solution for new beginners. I only mentioned it as my solution for my use case.
At least a 9th of the vote submitted for this have been from me. I wholeheartedly support this feature, but I'm also a realist. If they don't have the resources to implement this then it should be deprioritized.
I don't see Vuo as an
I don't see Vuo as an 'artists' tool but it is accessible for people with limited coding knowledge and that's why it's worth supporting. What Matt (Matt) was describing was a common workaround for bridging platforms, sharing data and connecting apps... something a lot of artists would be interested in. Personally I use Vuo in quite a simple way to help support my VDMX projects for plugins, FX and media sources. Other people build complex applications, that's the great thing about this type of framework. I'm supporting this feature as I see it as a a way to expand my installation work and to accelerate Vuo as a viable platform for new users.
I still like the idea of
I still like the idea of being able to use a RPi in certain types of Vuo projects. I think having a clear understanding of what performance we could even expect from such a low powered device and knowing what nodes would not be compatible could also be helpful. For me, something like the "Receive NDI Video" node running on a Pi would be an amazing addition and I can think of all kinds of uses for that especially if it's efficient enough to have room for additional functionality.
People have already managed to get NDI at 720p (and 1080p kind of) running on a RPi so there is potential there. https://dicaffeine.com
Agreed. For a non-coder like
Agreed. For a non-coder like me, the idea that I can create a standalone app with Vuo in a few clicks is incredible, but many situations demand something like a pi for the project to be viable.
Maybe what I need is dedicated "show control" hardware, but I kinda wanted Vuo to be part of the solution.
Plan for next releases and
Plan for next releases and further details on Plan for cross-platform support explain where this fits into the roadmap. (Since that time, we've released Vuo 2.4.0 and started incremental work toward Linux support as planned.)
Safe to say while work will
Safe to say while work will begin on this FR soonish, a release for the finished FR is a couple of years away at best (correct me Jaymie if that's a bad read). Would funding help or does it not pay to mess with the roadmap timeline, because of co-dependencies of the new good things coming to Vuo, Jaymie? Obviously Metal support in an abstracted graphics layer is much more important, and probably a necessary first step for export to Linux compiled app. So is lists in lists and recursion IMHO, and probably several others. I just love the idea of opening up new business opportunities for Vuo. (of course I'm speculating on what that might be!).