Kickstarter project Launch!

Please see my Kickstarter project: Chrysalis

It's an open source translator to publish fully parametric grasshopper models to the web using processing!http://www.kickstarter.com/projects/1419987702/chrysalis-grasshopper-processing-for-online-making

Load Previous Comments
  • Chris Chalmers

    Hi Nay

    It's not developed yet so I can't show a video, but chrysalis would start with a button inside grasshoper, probably on a component that you pull down onto the canvas. That button would start a process by which the XML of the gh file would be mapped to lines of code in a processing sketch (Generative components actually does something similar to this internally with c# code). We would allow for certain defaults in how the sliders are mapped (probably controlP5) and also the camera and 3D environment (probably peasycam or OCD) so the resulting sketch would work at a basic level. Then the user would go in and make fine adjustments including any additional interface features that grasshopper just doesn't do (because the def is never intended to be the finished product). I dindn't want to dive too deep in the kickstarter pitch because its a wider audience but I appreciate the question and I welcome any and all questions or suggestions for this project. I'm also looking for people to help on the processing side - in case anyone out there is interested in collaborating!

    Chris

  • Philipp

    just wondering if everithing is possible to recompilate to processing code? 

    will it be open source, btw?

  • Chris Chalmers

    Hi Philip
    Of course there is limited overlap: not everything in grasshopper extends to processing, and not everything processing does is implementable in GH! I'm focused on those things that can be done in both, which is quite a lot. Yes it will be open source, especially because I'm hoping people will expand on it as they have with both GH and processing do far.