Adobe's New Pen and Ruler
fastcodesign.com
Adobe's New Pen and Ruler
1–10 of 50 posts
Re: Adobe's New Pen and Ruler
#2Too bad about the name change, I thought the name Napoleon (because it's a short ruler) was charmingly clever.
Re: Adobe's New Pen and Ruler
#3This stylus from FiftyThree also looks promising: http://vimeo.com/98146708
Re: Adobe's New Pen and Ruler
#4I guess this is the result of Adobe's Might & Napoleon experiment: https://www.youtube.com/watch?v=ULKXTKZor3A Too bad about the name change, I thought the name Napoleon (because it's a short ruler) was charmingly clever.
Re: Adobe's New Pen and Ruler
#5Re: Adobe's New Pen and Ruler
#6Re: Adobe's New Pen and Ruler
#7Coincidental timing as I have been looking at getting a stylus or Wacom tablet for sketching layouts and quick notes while at my desk. My Jot Pro with Penultimate has been a bit average, unfortunately.
At that With the pen and touch line, you're anchored or near your laptop/screen and sketching is detached from the "ink" on screen. But everything drawn is right there where I'll likely want it in Photoshop, etc.
Not sure that this Adobe Slide ruler would be all that useful and the pen would come down to app support and responsiveness. From Adobe's video, it's hard to see what the lag on the pen is like. Ink requires a more recent iPad too.
Anyone got a current solution they're happy with? I'm thinking that I might need to upgrade my iPad at least.
Re: Adobe's New Pen and Ruler
#8There will be a flood of products that take advantage of the touch "pressure" that iOS8 will allow developers to access. This stylus from FiftyThree also looks promising: http://vimeo.com/98146708
I tried to find the "pressure" API in iOS 8, but I just found a new majorRadius field (with an error tolerance). Android supports a bunch of information (including "pressure" and radius) -- I bet you get pretty rich data on devices with dedicated stylus support.
I was able to connect to the Pencil from Android via BTLE and observe the tip being pressed and released (though not the eraser for some reason; maybe I have to write some value out for that characteristic to come alive?) -- maybe later this summer I'll try to make a basic Pencil-compatible Android drawing app :).
Re: Adobe's New Pen and Ruler
#9There will be a flood of products that take advantage of the touch "pressure" that iOS8 will allow developers to access. This stylus from FiftyThree also looks promising: http://vimeo.com/98146708
The Ink and Adonit touch pixel point, which are basically the same (We manufacture the Ink and Slide for adobe) use a pressure sensitive tip in the pen itself, and communicate that pressure over Bluetooth. This gives you a much higher resolution on the pressure, with the trade off of the BT stack latency.
Re: Adobe's New Pen and Ruler
#10There will be a flood of products that take advantage of the touch "pressure" that iOS8 will allow developers to access. This stylus from FiftyThree also looks promising: http://vimeo.com/98146708
It's really interesting to me that most of these are just Bluetooth-connected buttons. There's no pressure or angle sensitivity in the FiftyThree Pencil, it's just a button. I tried to find the "pressure" API in iOS 8, but I just found a new majorRadius field (with an error tolerance). Android supports a bunch of information (including "pressure" and radius) -- I bet you get pretty rich data on devices with dedicated…