Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Feb 27, 2018
2 parents 60f7d3c + 6a50791 commit 73b7d39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: java
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Bullet

[![Build Status](https://travis-ci.org/kotlin-graphics/bullet.svg?branch=master)](https://travis-ci.org/kotlin-graphics/bullet)
[![license](https://img.shields.io/badge/License-MIT-orange.svg)](https://github.com/kotlin-graphics/bullet/blob/master/LICENSE)
[![Release](https://jitpack.io/v/kotlin-graphics/bullet.svg)](https://jitpack.io/#kotlin-graphics/bullet)
![](https://reposs.herokuapp.com/?path=kotlin-graphics/bullet&color=yellow)
[![Slack Status](http://slack.kotlinlang.org/badge.svg)](http://slack.kotlinlang.org/)

Jvm port of [Bullet](https://github.com/bulletphysics/bullet3), by [Erwin Coumans](https://github.com/erwincoumans)

Take a look at the [tests](https://github.com/kotlin-graphics/bullet/tree/master/src/test/kotlin/bullet/collision) to see what has been ported and tested to be working.

0 comments on commit 73b7d39

Please sign in to comment.