https://origami.codes #427
huand
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Thanks a lot for the nice words, I very much appreciate it 🙏 And super nice project, very fun to see it gets folded 🙂 Selling is hard and requires a lot of effort as well, so |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all I would like to warmly thank @asny for the amazing crate. This project surely would have been so much harder without this!
Let's talk a bit about the project: https://origami.codes
The aim of the project is to allow the user to use their images to produce foldable origamis. The user "upload" their images (not really upload as everything happens in the browser and no image is ever transmitted) and use them in some parts of the folded origami. At the end of the process the user gets back 2 images, the recto and verso to print on a sheet of paper that he can later fold. When the origami is folded, the images appear back. Pretty simple concept? (or not)
I make a youtube video about the website concept here
The page is built with trunk and with three-d as the main loop, and use the egui integration for user input.
I spend 4.5 months on this project (after work), to learn rust and a bit of web technologies and 3d graphics (coming from robotics) and I really enjoyed it! (now I'm really jealous of people with Rust jobs)
Also I feel quite bad to post on a great opensource github a webpage with a Stripe integration, and I think I will add an egui input text field with a code that I will share so family and people hanging out here can get the printable images for free if they want to try. Adding the stripe integration was also a first time for me and I learned quite a few things. Also now I need to learn marketing and how to promote it to people that might be interested (0 sales this far!). Maybe next Christmas I can post how many sales i did with this website, my bet is 5!
I have other project ideas with visualizations so I might just post another show-and-tell next year!
Beta Was this translation helpful? Give feedback.
All reactions