Show HN: Obj-Editor – A simple, live 3D modelling tool to study .obj
hmnt.itch.ioI worked on an interesting hobby project last year. Obj-Editor is an open-source tool that helps you visualize changes to your 3D model as you edit each vertex and face of the model.
Back when I was studying how 3D models are stored in files, I came across the problem of having to edit a simple, human-readable .obj on a text editor and start up blender for every iteration to see my changes. So I built this tool on Unity that helps you edit the raw .obj and see changes on your mesh live on side-by-side screens.
I have since grown as a dev and know that many fixes and other essential features are required to see this tool going anywhere, but I thought it's a cool little thing to showcase on here.