An open API service indexing awesome lists of open source software.

https://github.com/kotlin-graphics/bullet

JVM Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
https://github.com/kotlin-graphics/bullet

computer-animation game-development kinematics robotics simulation virtual-reality

Last synced: 5 days ago
JSON representation

JVM Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

Awesome Lists containing this project

README

          

# 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.