Show HN: HelloTriangle – Python-based online 3D modeling and sharing platform

hellotriangle.io

4 points by meshcoder 2 days ago

Hi HN,

I’d like to introduce HelloTriangle, an online platform for Python-based 3D modelling, mesh generation and analysis. You can write a few lines of code, generate or import a mesh, manipulate it, analyse it, and instantly share it via a link.

I built HelloTriangle because I often ran into barriers when doing advanced, mesh-based 3D modeling: steep learning curves, sometimes tricky installations, juggling multiple tools, or using expensive software.

Another frustration was sharing results: 3D insights often get lost when all you can send are 2D screenshots, since others don’t have the software to view your models, or because you don't want to share the underlying files.

You can try it here: https://www.hellotriangle.io

I’d really love your feedback — especially on use cases or missing features you’d want for a smoother Python-based 3D workflow.

TheTaytay a day ago

This is clever! I've recently begun using https://cuttle.xyz, which is for 2d Vector editing. One thing they do, that I like, is that by default you can stay in their editor and perform basic tasks, but you can "escape" into script-based transforms any time you want. Because of this, I think I kept wanting to see an editing environment for these shapes. However, I've _ALSO_ been craving the ability to share cuttle files as text files (and only text files), and their file format doesn't do that, so this might be closer to a sweet spot than I realize...