FabricPaul Posted May 14, 2015 Share Posted May 14, 2015 Hi guys - it's taken a bit longer than expected, but we're now testing Fabric for Houdini. Guillaume Laforge has been working on this and has now opened up the repo - we're going to be maintaining and supporting it from here on out so this is very much an 'official' integration. A couple of videos of current progress: https://vimeo.com/126371420 https://vimeo.com/127362431 (most recent) If you want to give it a spin and help us with testing, sign up is here: http://fabricengine.com/canvas-testing-program/ One thing we're trying to work out is where it's helpful for you guys, so we're really keen to get your help and feedback. Looking forward to hearing from you soon. Cheers, Paul 3 Quote Link to comment Share on other sites More sharing options...
Sierra62 Posted May 14, 2015 Share Posted May 14, 2015 It looks interesting Paul, I am curious what the advantages are with using Splice over using Vops? I look forward to testing it. Quote Link to comment Share on other sites More sharing options...
FabricPaul Posted May 14, 2015 Author Share Posted May 14, 2015 I wouldn't say there are necessarily advantages within Houdini - more that the portability of Fabric tools between multiple DCCs has value. One area that consistently comes up is rigging, which is something we are pushing very hard. There'll be some demos online soon showing what we covered at FMX that should give you an idea of what we're up to. 1 Quote Link to comment Share on other sites More sharing options...
gui Posted May 14, 2015 Share Posted May 14, 2015 I wouldn't say there are necessarily advantages within Houdini - more that the portability of Fabric tools between multiple DCCs has value. One area that consistently comes up is rigging, which is something we are pushing very hard. There'll be some demos online soon showing what we covered at FMX that should give you an idea of what we're up to. Hi Paul, Do you think is easy for houdini users to integrate FE in the pipeline? Is it much different from vops? Quote Link to comment Share on other sites More sharing options...
FabricPaul Posted May 14, 2015 Author Share Posted May 14, 2015 I think I will play safe and say 'we shall see' - Fabric is certainly well within the technical comfort zone of most Houdini users and offers similar programmatic depth. In terms of similarities to vops, I think you guys are better placed to comment than us. Quote Link to comment Share on other sites More sharing options...
Tesla's fan Posted May 15, 2015 Share Posted May 15, 2015 awesome! Quote Link to comment Share on other sites More sharing options...
Guest tar Posted May 15, 2015 Share Posted May 15, 2015 Hey Paul - out of interest is Fabric fully optimised as it's all modern code? i.e. do you have any unimplemented tricks that can make it go faster later on. Thanks! Quote Link to comment Share on other sites More sharing options...
FabricPaul Posted May 15, 2015 Author Share Posted May 15, 2015 Hi Marty - there's always more optimizations to be had, both from our side and also from LLVM. We also have our ongoing work on GPU compute: http://on-demand.gputechconf.com/gtc/2015/video/S5553.html Down the line there's also things like distributed compute and server-side compute, but that's something for next year and beyond. We've designed with those things in mind though, so it'll be cool when we get to it 1 Quote Link to comment Share on other sites More sharing options...
FabricPaul Posted May 20, 2015 Author Share Posted May 20, 2015 Another video from Guillaume: https://vimeo.com/128331470 This one shows "Short video showing how to get multiple geometries build in Canvas as groups of primitives. (No sound)Source code available at github.com/fabric-engine/SpliceHoudini" Quote Link to comment Share on other sites More sharing options...
magneto Posted May 20, 2015 Share Posted May 20, 2015 The videos look cool. Are there any benchmarks that show how fast it is to create, delete, modify geometry, etc in Fabric? And how strong the capabilities of the Fabric library to mesh particle fluids for example? Do these have to be written by the users? Quote Link to comment Share on other sites More sharing options...
FabricPaul Posted May 20, 2015 Author Share Posted May 20, 2015 (edited) The Fabric for Houdini project is still in development, the best way for you to answer these questions is to join the testing program: http://fabricengine.com/canvas-testing-program/ Remember that Fabric is a platform for building tools, not a complete application. So we provide lots of components for building a pretty wide range of things, but you do actually have to put them together yourself. Edited May 20, 2015 by FabricPaul 1 Quote Link to comment Share on other sites More sharing options...
sekow Posted May 21, 2015 Share Posted May 21, 2015 People are comparing Splice to vops, which is comprehensible but not very accurate. Vops are living (dont want to write restricted) to their context: points, prims or shaders. As in in Splice youre able to create your own context. Say, a Character or an Asset could be one. You decide what goes in, is processed and goes out.. Its hard to explain without any examples, but I am sure that these will be coming. Everything is portable to different applications, plattforms aaaaand hardware. It will be always as fast as possible because of the on runtime compilation. Same goes for vex of course. It wont replace any functionality of Houdini, I dont think there is a need for that. Hou is dope as it is, (minus the occasional bug ). Quote Link to comment Share on other sites More sharing options...
FabricPaul Posted May 22, 2015 Author Share Posted May 22, 2015 Hi everyone - the recording from FMX is now online. There's nothing Houdini-specific in this presentation, but it gives you a look at some of the ideas around Fabric Engine 2 and Canvas. http://fabricengine.com/fmx2015/ Thanks, Paul Quote Link to comment Share on other sites More sharing options...
Guest tar Posted August 27, 2015 Share Posted August 27, 2015 Out of interest is anyone testing Fabric against Houdini's performance? I'm seeing great performance in the Fabric demo video's but then I can get the same speed in Houdini by tweaking some of the default tools. i.e. Cloth Proxy can be brought up to speed by using a Point Deform etc. Thanks! Quote Link to comment Share on other sites More sharing options...
pclaes Posted August 27, 2015 Share Posted August 27, 2015 I am quite interested in Fabric Engine as a platform as a whole, but it is a significant investment for a studio to embrace that. Dneg and MPC seem to be heading that way.We will test this at Method in various departments over the next year and evaluate if it is something we want to pursue.Coming from a houdini toolbuilding mindset is quite powerful to do certain things with it. Personally I am quite interested in the procedural rigging aspect of fabric engine, which can then lead into crowds and locomotion type behavior.You can do (limited) fx things with it as well, but Houdini is already really strong at that. It is mainly the rest of the pipeline that needs to catch up to some more node based parallel processing, this is where I think Fabric could really shine. Especially procedural modeling/layout, procedural rigging, crowds and ai systems, rendering and data management for rendering, signal processing and real-time interaction, previz,... could benefit a lot of Fabric engine. Also how you test Fabric against Houdini will be interesting. Simply because if you are using Houdini 'the right way', you should be using data acceleration structures like openVdb and pointclouds. Those kind of data structures are not really currently implemented. And sure, you can write your own code to implement them, but there is not always enough time or expertise in production to do that. I fully expect in a few years when more of these accelleration structures are implemented that people will be doing amazing things with it. I also think that by lowering the cost of entry for an individual or a small studio (up to 50 licenses to test it out) they are trying to foster adoption. Global site wide licenses will be a significant cost to a studio. It is exciting tech. Quote Link to comment Share on other sites More sharing options...
lisux Posted August 31, 2015 Share Posted August 31, 2015 For me there is only one area where FE is interesting: realtime performance. As a data processor, for what we have to do in VFX, I think Houdini is the best platform. Quote Link to comment Share on other sites More sharing options...
CiaranM Posted September 1, 2015 Share Posted September 1, 2015 Same here. I'd be really very interested in Fabric Engine for making stand-alone tools. In Houdini - not so much. I feel H has all I need and even more I haven't yet mastered. However, the idea of such high-performance rigging is quite appealing! Quote Link to comment Share on other sites More sharing options...
osolo Posted October 14, 2015 Share Posted October 14, 2015 What happened? Is FE lost interest in developing spliceHoudini!? github.com/fabric-engine/SpliceHoudini has been removed and it goes to 404 page. Quote Link to comment Share on other sites More sharing options...
Alexey Vanzhula Posted October 14, 2015 Share Posted October 14, 2015 What happened? Is FE lost interest in developing spliceHoudini!? github.com/fabric-engine/SpliceHoudini has been removed and it goes to 404 page. We don't need extra essence Quote Link to comment Share on other sites More sharing options...
osolo Posted October 15, 2015 Share Posted October 15, 2015 Hi Alexey, I saw your youTube videos and the Houdini modeling tool like the zModeler. Is there is any way I can use it and give you some feed back please let me know. I posted this in another of yours. I am copying here in case you miss that Thx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.