~vladh/hare-obj

OBJ file parser for Hare

4695b99 add contributing section

~vladh pushed to ~vladh/hare-obj git

9 months ago
~vladh/hare-obj

New git repository added

2 years ago

#hare-obj

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!

#Contributing

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.