You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,30 @@ PyWavefront
12
12
13
13
PyWavefront reads Wavefront 3D object files (`something.obj`, `something.obj.gz`
14
14
and `something.mtl`) and generates interleaved vertex data for each material ready for rendering.
15
-
Python 3.4+ is supported in PyWavefront 1.0.0+. An older [`python2` branch](https://github.com/pywavefront/PyWavefront/tree/python2) is still provided for Python 2.7.x, however, only fixes and no new features will be backported. A simple (optional) visualization module is also
16
-
provided for rendering the object(s). The interleaved data can also be used by
15
+
16
+
* Python 3.4+ is supported in 1.x versions
17
+
* Python 2.7 is supported in 0.x versions
18
+
19
+
A simple (optional) visualization module is also provided for
20
+
rendering the object(s). The interleaved data can also be used by
17
21
more modern renderers thought VBOs or VAOs.
18
22
19
-
Currently the most commonly used features in [the defined specification](https://en.wikipedia.org/wiki/Wavefront_.obj_file) has
20
-
been implemented. Positions, texture coordinates, normals, vertex color and material parsing.
21
-
We currently don't support parameter space vertices, line elements or smoothing groups.
22
-
Create an issue or pull request on github if needed features are missing.
23
+
Currently the most commonly used features in [the specification](https://en.wikipedia.org/wiki/Wavefront_.obj_file) has
24
+
been implemented:
25
+
26
+
* Positions
27
+
* Texture Coordinates
28
+
* Normals
29
+
* Vertex Color
30
+
* Material parsing
31
+
32
+
We currently don't support parameter space vertices, line elements or smoothing groups. Create an issue or pull request on github if needed features are missing.
23
33
24
34
The package is on [pypi](https://pypi.org/project/PyWavefront/)
25
35
or can be cloned on [github](https://github.com/pywavefront/PyWavefront).
26
36
27
37
```
28
-
pip install PyWavefront
38
+
pip install pywavefront
29
39
```
30
40
31
41
## Usage
@@ -184,20 +194,22 @@ PyWavefront Discord server : https://discord.gg/nMNjbn
184
194
185
195
## Owners & Maintainers
186
196
187
-
* Einar Forselv (@einarf)
188
-
* Kurt Yoder (@greenmoss)
197
+
* Einar Forselv ([@einarf](https://github.com/einarf)) - Main Contact
198
+
* Kurt Yoder ([@greenmoss](https://github.com/greenmoss/)) - Backup
189
199
190
200
## Contributors
191
201
192
-
* ComFreek
193
-
* Daniel Coelho
194
-
* dav92lee
195
-
* Jerek Shoemaker
196
-
* Marxlp
202
+
In alphabetical order:
203
+
204
+
*[ComFreek](https://github.com/ComFreek)
205
+
* Daniel Coelho [1danielcoelho](https://github.com/1danielcoelho)
0 commit comments