1
- obj-rs [ ![ crates-i ]] [ crates-a ] [ ![ travis-i ]] [ travis-a ]
1
+ obj-rs [ ![ Travis Build Status ]] [ travis ] [ ![ AppVeyor Build Status ]] [ appveyor ]
2
2
========
3
- [ Wavefront obj] parser for ** [ Rust] ** . It handles both ` .obj ` and ` .mtl `
4
- formats. [ Documentation]
3
+ [ Wavefront obj] parser for [ Rust] . It handles both ` .obj ` and ` .mtl ` formats.
4
+
5
+ - [ API Documentation] ( https://simnalamburt.github.io/obj-rs/ )
6
+ - [ See ` obj-rs ` in crates.io] ( https://crates.io/crates/obj-rs )
5
7
6
8
``` toml
7
9
[dependencies ]
@@ -26,6 +28,8 @@ dome.indices;
26
28
** obj-rs** is currently able to load position and normal data of ` obj ` but not
27
29
texture & material data yet.
28
30
31
+ <br >
32
+
29
33
Glium support
30
34
--------
31
35
** obj-rs** supports [ glium] out of the box.
@@ -59,13 +63,13 @@ cargo run --example glium --features glium-support
59
63
* obj-rs* is primarily distributed under the terms of both the [ Apache License
60
64
(Version 2.0)] and the [ MIT license] . See [ COPYRIGHT] for details.
61
65
62
- [ crates-i ] : https://img.shields.io/crates/v/obj-rs.svg
63
- [ crates-a ] : https://crates.io/crates/obj-rs
64
- [ travis-i ] : https://travis-ci.org/simnalamburt/obj-rs.svg?branch=master
65
- [ travis-a ] : https://travis-ci.org/simnalamburt/obj-rs
66
+ [ Travis Build Status ] : https://travis-ci.org/simnalamburt/obj-rs.svg?branch=master
67
+ [ travis ] : https://travis-ci.org/simnalamburt/obj-rs
68
+ [ AppVeyor Build Status ] : https://ci.appveyor.com/api/projects/status/281kjgy7oxaa120s/branch/master?svg=true
69
+ [ appveyor ] : https://ci.appveyor.com/project/simnalamburt/obj-rs/branch/master
70
+
66
71
[ Wavefront obj ] : https://en.wikipedia.org/wiki/Wavefront_.obj_file
67
72
[ Rust ] : http://rust-lang.org
68
- [ Documentation ] : https://simnalamburt.github.io/obj-rs/
69
73
[ img ] : https://simnalamburt.github.io/obj-rs/screenshot.png
70
74
[ glium ] : https://github.com/tomaka/glium
71
75
[ working sample ] : examples/glium.rs
0 commit comments