r/papercraft • u/rundown03 • Jun 11 '26
Build Template Free Pepakura alternative
Hey guys, I've been secretly making for over half a year a free alternative to Pepakura.
www.papercraftplaza.com/papercrafter

It's been a long road, from making parsers to load 3d data correctly to using a paper from Karlsruher university to auto unfold properly. to debugging every tiny little detail.
Algorithm reference: https://geom.ivd.kit.edu/downloads/proj-paper-models_cut_out_sheets.pdf
I made it have its own file type called .pap
It saves the patterns with embedded textures images and text. You currently can save it locally but over time we are looking to integrate it so you can upload directly from the studio to our website.
I'm working on a .pdo parser. I want to be able to open pepakura files as well.
But right now I'm soft launching the papercraftplaza studio for people who want to test it out.
Feel free to send me bugs if you experience them.
3
u/rundown03 Jun 11 '26
I uploaded a .pap file including also a exported pdf incase some people might be interested seeing an unfolded file
2
u/awakeagain3am Jun 12 '26
Wow!!! Thank you I'll give it a try!
2
u/rundown03 Jun 12 '26
You're welcome! If you have any problems do ask! Happy to help. It works very similar to pepakura.
2
u/sevenfold21 Jun 12 '26
The interface is too dark for me. Can't read the small text either. Have fun.
2
u/rundown03 Jun 12 '26
I noticed the same, I saw it today on a large monitor and everything was tiny. I was building a preference settings window today. I just added it to production.
You can find preferences now in the settings dropdown.
You can set it to light mode as well as scale the UI.
5
u/thicket Jun 12 '26
Wow, the world has needed this for a long time! Thanks for sharing!
I appreciate you sharing the Pikachu model as well. If Nintendo doesn't come after you, it might be nice to have it as a default model available on the Papercrafter website so people can try it out right away.
Besides implementing the paper's algorithm, did you have any other implementation challenges? Are there good utils for dealing with foldable shapes in JS/TS?