

Over the weekend
Steve
posted a really cool demo showing off some of his work on the new iOS graphics pipeline, specifically the perspective transform. Perspective transform allows us to rotate elements in a 3 dimensional space to create pretty nifty effects. Right now this is only supported on iOS devices (since Java SE doesn’t really support it, only thru FX) we are still looking into the Android implementation
. Running this code on our simulator will not produce the same effect and in order to actually see this on the device you will need to build using the new pipeline build argument: ios.newPipeline=true
Right now this code is pretty low level stuff (and very platform specific) we intend to abstract a lot of this logic via the component layer so you can use perspective transforms in transitions and various effects.
Notice: This post was automatically converted using a script from an older blogging system. Some elements might not have come out as intended…. If that is the case please let us know via the comments section below.
Archived Comments
This post was automatically migrated from the legacy Codename One blog. The original comments are preserved below for historical context. New discussion happens in the Discussion section.
Anonymous — August 27, 2014 at 12:54 pm (permalink)
Anonymous says:
Nice work. How can this be use on form or container but preferably forms
Anonymous — August 27, 2014 at 2:16 pm (permalink)
Anonymous says:
It should be. Ideally we’d offer this as a custom transition.
Anonymous — February 18, 2015 at 6:43 pm (permalink)
Anonymous says:
Hi does this tutorial work on simulator and Android now?
Anonymous — February 19, 2015 at 3:53 am (permalink)
Anonymous says:
Android yes, simulator not quite. Its problematic since the Java2D API doesn’t include support for perspective transform.
Discussion
Join the conversation via GitHub Discussions.