<- Back
Comments (33)
- allenuI like the clean design of the landing page. I downloaded it and started the app and it needs an OBJ file to even do anything, so I wasn't able to play with it at all.It would be cool if it included sample OBJ files to entice me to find my own later. Otherwise I feel like I just hit a wall immediately in the app will probably not try it again.
- dnplsSo, like Pepakura? https://pepakura.tamasoft.co.jp/pepakura_designer/
- davebrantonI wrote something like this for windows 20 years ago, a friend of mine used it to make some cutout models for an art exhibition.It's an interesting problem to try to solve. Anything but the simplest model requires more than one cutout, which you then (in my app at least) have to position by hand onto sheets of paper for printing. Performing the unfold to minimise the number of separate sections was not something I even attempted.
- avidiaxWhat's the usual production method for the final model?Do you need cardstock and a cricut machine? Or a laser cutter?How do you align artwork on the object?
- dagmxIt would be cool if this used ModelIO to do the 3D model loading. It supports a ton of formats which would ease the workflow of asset import.You’d get STL, Alembic, USD, PLY support in addition to the OBJ.
- KaiserProOooo this might be useful for doing geometry unwrapping for laser cutting
- constantlmThis is great - reminds me of the golden age of cool little MacOS apps
- AurornisThis is really cool.As someone who is not into papercraft I'm intrigued, but it feels like it's not for me. If the app was advertised as having a small selection of simple models to get started with, people in my position might be more interested in trying it out.
- ge96I remember something like this was huge for rc planes 10-20 years ago as you could then make a plane out of thin bendable foamYou'd make a 3D model from 3-views then use something like this to unfold it
- plumeriaBeautiful landing page. I wonder if it uses the OCCT unfolding algorithms or something similar under the hood?
- MengerSpongeThis is lovely and very slick, but you can get equivalent results for $0 with Blender and Export Paper Model.That has the benefit of letting you create/edit/export the model in a single application instance in a single workflow that is easy with practice.
- matzieUnfolder? But I barely even know her! Jk, awesome project tho! Makes me wanna make cool packaging for products
- hybirdssWhat a fantastic idea. Developers who enable others to create art are artists in their own right!
- shooshxWhy is this not a web page?
- ElijahLynnMac only. Is there any reason this couldn't be a web app? And seems pretty restrictive to just have one platform, a desktop Mac.
- virtualritzYou can vibe code an app like this, relying on OBJ import (no editing apart from cutting/opening constraints), in possibly half a day.If you doubt me, take, me up on it.Sure, I have 35 years of experiences writing computer graphics code but I am certain I would just need to provide functional description input to Claude or Codex for this.Zero architecture or deep 3D know-how.The only challenge/interesting part is what happens with non-planar polygons (>3 vertices). I.e. deciding if they can be unrolled (approximated with a cylindrical or conical surface enough to 'work' when cut from paper that does not stretch).You can alleviate this problem completely by always triangulating befor calculating any unfolding solution ofc (and get zero curved surfaces in the resulting paper model thusly).The rest is rather trivial.I'm not saying this isn't great, I just don't understand how you could ask people to pay for it, in early 2026.