Skip to content

Commit 54d3443

Browse files
committed
Update README
1 parent ca5012b commit 54d3443

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Swift Assimp
22

3-
[![Build Status](https://travis-ci.com/ctreffs/SwiftAssimp.svg?branch=master)](https://travis-ci.com/ctreffs/SwiftAssimp)
43
[![license](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](LICENSE)
54
[![swift version](https://img.shields.io/badge/swift-5.1+-brightgreen.svg)](https://swift.org/download)
65
[![platforms](https://img.shields.io/badge/platforms-%20macOS%20-brightgreen.svg)](#)
76
[![platforms](https://img.shields.io/badge/platforms-linux-brightgreen.svg)](#)
87

9-
This is a **thin** Swift wrapper around the popular and excellent [**Open Asset Import Library**](http://assimp.org) library.
8+
This is a **thin** Swift wrapper around the popular and excellent [**Open Asset Import Library**](https://github.com/assimp/assimp) library.
109
It provides a **swifty** and **typesafe** API.
1110

1211
> Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3D model formats in a uniform manner. The most recent version also knows how to export 3d files and is therefore suitable as a general-purpose 3D model converter.
1312
> Loads 40+ 3D file formats into one unified and clean data structure.
14-
> ~ [www.assimp.org](http://www.assimp.org)
13+
> ~ [www.assimp.org](https://github.com/assimp/assimp)
1514
1615
## 🚀 Getting Started
1716

0 commit comments

Comments
 (0)