#3D Modelling via Text | obj-editor

1 messages · Page 1 of 1 (latest)

remote void
#

https://github.com/hemanth2004/obj-editor-unity

I 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.

GitHub

a live text/code editor for 3D modelling . Contribute to hemanth2004/obj-editor-unity development by creating an account on GitHub.

remote void
#

Bump👅