A parser for the Wavefront .obj file format.
This parser only supports the most commonly used features of the .obj file format, a list of which you can see in the documentation.
Patches with new features are welcome!
Send patches to ~vladh/general@lists.sr.ht
using subject prefix [PATCH hare-obj]
. For example:
git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-obj'
git send-email HEAD^
For more information, see git-send-email.io.