Questions tagged [origami]

Origami is a prototyping tool for designing user interfaces. It was developed by Facebook and released in December 2013. Related questions are about the tool itself and/or its use with Quartz Composer, a visual programming language developed by Apple Inc.

Origami Studio is a free protoyping tool for designing user interfaces developed by Facebook. It was introduced in December 2013 and is a custom plugin for Quartz Composer which, according to Wikipedia, is

a node-based visual programming language provided as part of the Xcode development environment in macOS for processing and rendering graphical data.

and was developed by Apple Inc.

Origami Studio documentation is available here.

Questions under this tag refer to programming/developing with Origami Studio itself and/or its use with Quartz Composer.

23 questions
4
votes
1 answer

How to export code on Origami Studio

I have download Origami Studio And i have download the moments onboarding : http://origami.design/examples/moments-onboarding-original.html I wish to export the code but i don't find where i can do it...
Kevin ABRIOUX
  • 16,507
  • 12
  • 93
  • 99
4
votes
1 answer

Save panes layout generated by Origami in Sublime Text 2

Thanks to this great plugin : Origami I am able to obtain the following layout : How could I save this view to call it from the view/layout menu ?
500
  • 6,509
  • 8
  • 46
  • 80
2
votes
2 answers

Signed PDF verification in Origami with an Adobe PKCS#7 certificate

Summarized and clarified: Using origami, extracting a certificate from a signed pdf (signed within e.g. Adobe Reader) I cannot verify the signature: origami = Origami::PDF.read(File.open('/path/to/file.pdf', 'r')) pdf_signature =…
user208769
  • 2,216
  • 1
  • 18
  • 27
2
votes
0 answers

[Origami+Quartz Composer]Same animation as Elevate App

i'm new to Origami+Quartz Composer. I'm trying to replicate the animation the same as Elevate App. here is the animation: Initial State: Click Agility Button Here's the animation The task is to have 2 layer. When we click the button, the…
kilik52
  • 664
  • 1
  • 6
  • 13
2
votes
1 answer

Origami fold effect for UIView and NavigationController Bar

I need to implement the functionality that this library provides: XYOrigami. The main issue, is I must implement it to fold on the center view when the left view is revealed rather fold the side views. Unfortunately, this has become quite a task…
TheCodingArt
  • 3,436
  • 4
  • 30
  • 53
1
vote
0 answers

Create flip animation with origami

How to create 3d card flip animation with Facebook origami. I have tried so much and I couldn't find a way to do this any help would be really appreciated. Please check the sample video provided on this question
Zarah Dewayne
  • 75
  • 1
  • 7
1
vote
1 answer

Origami (Quartz composer) Set variable

how to set a dynamic variable that can keep changing? like javascript "var x=1" Thanks!
Honeycrisp
  • 53
  • 2
  • 12
1
vote
1 answer

Quartz composer/Origami: how to add a conditional logic

I would like to make an different animation depending if the switch is off or on. Let say if my switch is ON my sprite move x +10 if my switch is OFF my sprite move y +10 I don't find a correct way to apply it. Thanks
1
vote
1 answer

How to adjust button width based on screen width in Quartz Designer for iPhone

Is there any possibility to adjust button width based on screen width in origami for iPhone, with some expression; For Example: button.width = screen.width - 50 I can't add my current design image to this question due to my low reputation
Kiran
  • 343
  • 3
  • 13
1
vote
1 answer

Origami couldn't export iOS code (Swipe-away navigation)

I am trying to export the swipe-away navigation iOS code from the following example but it return only an empty m file. Anything I missed? http://facebook.github.io/origami/tutorials/ Alex
Alex Chan
  • 297
  • 4
  • 14
1
vote
4 answers

How can I include Facebook Origami effects in my app?

Origami - the Facebook prototyping tool has some amazing UI effects. Is there any way to actually use those when I'm building my app?
YogevSitton
  • 10,068
  • 11
  • 62
  • 95
0
votes
0 answers

Is there any way to just change pdf title / tab title (Meta Data) of existing pdf in rails?

I want to change pdf header title or tab browser title of existing pdf whenever open the pdf file but could not find way to do that can anyone help me in this regard? will be appreciated? thanks in advance I want a way to modify existing pdf…
0
votes
0 answers

Origami Ver 4.5.1-0 to 4.5.1-7 on windows 10, Couldn't load library library opencv_java451 exception while compiling

Following Getting Started at https://cljdoc.org/d/origami/origami/4.1.2-7/doc/readme#getting-started install the sample lein new clj-opencv hello-origami change directory cd hello-origami run the template simple…
user1921636
  • 193
  • 9
0
votes
1 answer

Ruby gem origami sign signature failed

I'm trying to make the PDF file with signature with origami gem, follow this example https://github.com/gdelugre/origami/blob/master/examples/signature/signature.rb Now i just run this signature.rb and got error [error] Breaking on:…
Tho Nguyen
  • 23
  • 7
0
votes
1 answer

How do I view assets and layer info in Origami studio?

Following this tutorial: http://origami.design/tutorials/common-interactions/Horizontal-Scrolling.html Downloaded and opened the project starter file. But I don't see the layer info or the assets in the project. Below is a screenshot of what I…
DeepBlack
  • 280
  • 4
  • 10
1
2