Skip to content

Commit e06ca85

Browse files
committed
updated readme
1 parent bac4f0e commit e06ca85

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ reads/writes:
1717

1818
Animations are explicitly outside of the scope of this library.
1919

20+
Meshfile is very simple to use, and comes with two example programs:
21+
- meshview: an OpenGL 3D model viewer
22+
- meshconv: a converter between any of the supported 3D file formats
23+
2024
File formats
2125
------------
2226
Here's a list of currently supported file formats, and any caveats for each one.
@@ -27,6 +31,20 @@ Here's a list of currently supported file formats, and any caveats for each one.
2731
- 3DS (3D Studio)
2832
- STL (Stereolithography): binary only
2933

34+
Download
35+
--------
36+
Project website: http://nuclear.mutantstargoat.com/sw/meshfile
37+
Github source code repo: https://github.com/jtsiomb/meshfile
38+
39+
You can find all the meshfile releases at the project website, and the github
40+
releases page:
41+
- http://nuclear.mutantstargoat.com/sw/meshfile/releases
42+
- https://github.com/jtsiomb/meshfile/releases
43+
44+
You can also obtain the latest source code directly from the git repo:
45+
`git clone https://github.com/jtsiomb/meshfile.git`
46+
47+
3048
Using meshfile
3149
--------------
3250
There are two ways to use meshfile:

0 commit comments

Comments
 (0)