#letterset — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #letterset, aggregated by home.social.
-
Implemented my shared world canvas and multitouch-handler library, so now we have canvas pan, individual piece rotation, and (after a lot of effort) cutting of rotated pieces!
The world canvas and multitouch handler were ripped out of #LetterSet into their own libraries, but I had only used their canonical version in #RandomForms, so this was a nice further use. Bonus: all testing for this has been done via my insane iOS-simulator-multitouch-mcp setup!
-
Implemented my shared world canvas and multitouch-handler library, so now we have canvas pan, individual piece rotation, and (after a lot of effort) cutting of rotated pieces!
The world canvas and multitouch handler were ripped out of #LetterSet into their own libraries, but I had only used their canonical version in #RandomForms, so this was a nice further use. Bonus: all testing for this has been done via my insane iOS-simulator-multitouch-mcp setup!
-
@stroughtonsmith I have been working on a “WorldCanvas” library for just this, but it’s taken so much work:
- a multi-gesture handler (for optionally simultaneous pan, zoom, rotate)
- a reusable world, that can translate gestures and position from non-world objects to world objects
- a testing framework for reliably testing both of the above, togetherThese are all done separately and in use in #RandomForms, but I won’t be confident in their reusability until I upgrade #LetterSet to use them.
-
@stroughtonsmith I have been working on a “WorldCanvas” library for just this, but it’s taken so much work:
- a multi-gesture handler (for optionally simultaneous pan, zoom, rotate)
- a reusable world, that can translate gestures and position from non-world objects to world objects
- a testing framework for reliably testing both of the above, togetherThese are all done separately and in use in #RandomForms, but I won’t be confident in their reusability until I upgrade #LetterSet to use them.
-
Test harnesses beget test harnesses.
This recording shows a new playground I’ve made to test a new “World Canvas” library. The demo encapsulates all of the common UX patterns from #LetterSet and #wishyouwerehere:
- multitouch-handler for simultaneous pan, rotate, zoom
- shape-elasticity for metal effects
- world-canvas for document-based pan / zoom / state
- protocol-based sheets with optional metal rendering. -
Test harnesses beget test harnesses.
This recording shows a new playground I’ve made to test a new “World Canvas” library. The demo encapsulates all of the common UX patterns from #LetterSet and #wishyouwerehere:
- multitouch-handler for simultaneous pan, rotate, zoom
- shape-elasticity for metal effects
- world-canvas for document-based pan / zoom / state
- protocol-based sheets with optional metal rendering. -
Ruler has evolved into Rulers!
-
Ruler has evolved into Rulers!
-
Ruler is now a ruler!
-
Ruler is now a ruler!
-
Ruler now incorporates this secret third state. Transient masks are used to block pencil strokes from impacting the sheet and the underlying canvas. In English: a pencil can no longer draw under the ruler. The ruler behaves like an object in the real world!
-
Ruler now incorporates this secret third state. Transient masks are used to block pencil strokes from impacting the sheet and the underlying canvas. In English: a pencil can no longer draw under the ruler. The ruler behaves like an object in the real world!
-
Now I have a third state within masking. Throughout the app, I have to track:
-the current #PencilKit stroke
-the sum of all strokes
-the boundary of letters that have been tappedI track these in two ways, as the shape of the above as it applies to the sheet is different vs its orientation to the canvas. Then add undo history across both.
Now: the idea of a transient object that blocks transfer to the canvas, but doesn’t impact the cumulative sheet mask.
-
Now I have a third state within masking. Throughout the app, I have to track:
-the current #PencilKit stroke
-the sum of all strokes
-the boundary of letters that have been tappedI track these in two ways, as the shape of the above as it applies to the sheet is different vs its orientation to the canvas. Then add undo history across both.
Now: the idea of a transient object that blocks transfer to the canvas, but doesn’t impact the cumulative sheet mask.
-
Image export in #RandomForms
now let’s me use it as a starting point in #LetterSet. I also added a really fun haptic feedback effect to coincide with the first and second threshold changes in the animation. This is starting to get fun! -
Image export in #RandomForms
now let’s me use it as a starting point in #LetterSet. I also added a really fun haptic feedback effect to coincide with the first and second threshold changes in the animation. This is starting to get fun! -
My sophomore effort, LetterSet - A Typography Tool, is live! Neither a text editor, nor a drawing tool, but a secret third thing.
In this unusual experience, you can relive what it meant to design in the era of pre-Desktop Publishing. Revel in the joy of:
-Rudimentary font selection
-Mistakes that are hard to undo
-Creative expression through limitations
-An unusual photo collage experienceI can’t wait to see what you do with it.
https://letterset.app -
My sophomore effort, LetterSet - A Typography Tool, is live! Neither a text editor, nor a drawing tool, but a secret third thing.
In this unusual experience, you can relive what it meant to design in the era of pre-Desktop Publishing. Revel in the joy of:
-Rudimentary font selection
-Mistakes that are hard to undo
-Creative expression through limitations
-An unusual photo collage experienceI can’t wait to see what you do with it.
https://letterset.app -
New day new feature: “Infinite canvas” & “hard mode.”
This video shows disabling reusable letters, and accommodate all screen sizes.
- “Infinite canvas” now acts like a design app should: you can pan around & use flexible canvas sizes. As a bonus, you can now more easily use larger letter sheets, even if you’re on a small screen.
- “Hard mode” makes it so letters cannot be re-used. It is still possible if you switch font sheets, but is less obvious. -
New day new feature: “Infinite canvas” & “hard mode.”
This video shows disabling reusable letters, and accommodate all screen sizes.
- “Infinite canvas” now acts like a design app should: you can pan around & use flexible canvas sizes. As a bonus, you can now more easily use larger letter sheets, even if you’re on a small screen.
- “Hard mode” makes it so letters cannot be re-used. It is still possible if you switch font sheets, but is less obvious. -
New day new feature. Today we have sheet selection, for adjustable weights and sizes! #typography #pencilkit #LetterSet
-
New day new feature. Today we have sheet selection, for adjustable weights and sizes! #typography #pencilkit #LetterSet
-
I sent an invite to everyone who requested one yesterday. A new build is out, and I can’t wait to see what you do with it!
-
I sent an invite to everyone who requested one yesterday. A new build is out, and I can’t wait to see what you do with it!
-
Okay #typography fans, I've created a TestFlight sign-up form. If you want to play around with the existing version, please sign-up here: https://letterSet.app.
-
Okay #typography fans, I've created a TestFlight sign-up form. If you want to play around with the existing version, please sign-up here: https://letterSet.app.
-
Test views are the best views. #LetterSet #PencilKit
-
Test views are the best views. #LetterSet #PencilKit
-
I tried to explain to my kids yesterday how the my new app works and … what’s it called when you use one outdated metaphor to explain another?
Maybe this needs a new term?
- Deuterskeuomorphism: using an outdated object or interface to explain another outdated object or interface. -
I tried to explain to my kids yesterday how the my new app works and … what’s it called when you use one outdated metaphor to explain another?
Maybe this needs a new term?
- Deuterskeuomorphism: using an outdated object or interface to explain another outdated object or interface. -
Ok I got it working on the iPhone too! It’s … hilarious. #LetterSet #PencilKit
-
Ok I got it working on the iPhone too! It’s … hilarious. #LetterSet #PencilKit
-
The iPhone version is still not something I’ve looked at in the least, but the app itself is starting to look SO GOOD.
@stroughtonsmith I’m not ready to use the showcase 25 hashtag yet, but I’m very close.
-
The iPhone version is still not something I’ve looked at in the least, but the app itself is starting to look SO GOOD.
@stroughtonsmith I’m not ready to use the showcase 25 hashtag yet, but I’m very close.
-
Almost all of the pieces are together for the MVP. Letter color is now selectable and ignores dark mode, pen size has two options, the gesture system has been completely redone (as a single UIRepresentable that handles both rotate and move). Major next step is a moveable canvas, and an eraser.
The eraser is the challenging one, as I’m rendering pixel data from a PKDrawing, and so the eraser has to manipulate pixels (luckily already separate from the background).
-
Almost all of the pieces are together for the MVP. Letter color is now selectable and ignores dark mode, pen size has two options, the gesture system has been completely redone (as a single UIRepresentable that handles both rotate and move). Major next step is a moveable canvas, and an eraser.
The eraser is the challenging one, as I’m rendering pixel data from a PKDrawing, and so the eraser has to manipulate pixels (luckily already separate from the background).
-
Oh you thought I was done pushing this into the realm of absurdity? Nope! How about repurposing a page curl metal shader to emulate translucent vellum?
As an aside: can I just say how annoying it is to have a single surface that needs to move, rotate, curl and accept pencil input?
#PencilKit #LetterSet -
Oh you thought I was done pushing this into the realm of absurdity? Nope! How about repurposing a page curl metal shader to emulate translucent vellum?
As an aside: can I just say how annoying it is to have a single surface that needs to move, rotate, curl and accept pencil input?
#PencilKit #LetterSet -
Works on iPhone too (barely). #PencilKit #LetterSet
-
Works on iPhone too (barely). #PencilKit #LetterSet
-
-
-
Making it so you can accidentally screw up the adjacent letter has taken so much work. #PencilKit #LetterSet
-
Making it so you can accidentally screw up the adjacent letter has taken so much work. #PencilKit #LetterSet
-
After taking almost two years off, I’m starting on the #PencilKit version of #LetterSet again.
I had to rebuild the masking as before it only worked on a single letter, and I thought “oh this would be easy to scale across multiple views” but I was very wrong. I’ve also switched to a pixel-based output, which more easily allows for letter mistakes.
-
After taking almost two years off, I’m starting on the #PencilKit version of #LetterSet again.
I had to rebuild the masking as before it only worked on a single letter, and I thought “oh this would be easy to scale across multiple views” but I was very wrong. I’ve also switched to a pixel-based output, which more easily allows for letter mistakes.
-
Client-side reimplementation to use the new fonts is done, and the server has been updated to render these correctly. One minor bug where the selected font is forgotten if you preview and then go back to edit, but other than that this is ready to go.
Side note: I really, really want to get back to the #letterSet app, but I promised myself I’d finish this one first.
-
Client-side reimplementation to use the new fonts is done, and the server has been updated to render these correctly. One minor bug where the selected font is forgotten if you preview and then go back to edit, but other than that this is ready to go.
Side note: I really, really want to get back to the #letterSet app, but I promised myself I’d finish this one first.
-
Bringing in #PencilKit into this incredibly silly #SwiftUI #LetterSet app. I am determined to make it as realistic as possible.
-
Bringing in #PencilKit into this incredibly silly #SwiftUI #LetterSet app. I am determined to make it as realistic as possible.