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.
- Host: GitHub
- URL: https://github.com/kotlin-graphics/bullet
- Owner: kotlin-graphics
- License: other
- Created: 2017-10-07T09:13:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T16:18:48.000Z (almost 8 years ago)
- Last Synced: 2025-10-13T18:58:02.861Z (4 months ago)
- Topics: computer-animation, game-development, kinematics, robotics, simulation, virtual-reality
- Language: Kotlin
- Homepage: http://bulletphysics.org
- Size: 587 KB
- Stars: 45
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bullet
[](https://travis-ci.org/kotlin-graphics/bullet)
[](https://github.com/kotlin-graphics/bullet/blob/master/LICENSE)
[](https://jitpack.io/#kotlin-graphics/bullet)

[](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.