Registry / other / minie
library9.0.3+barejavamavenunverified

A physics simulation library for jMonkeyEngine, providing collision detection and rigid body dynamics.

<dependency> <groupId>com.github.stephengold</groupId> <artifactId>Minie</artifactId> <version>9.0.3+bare</version> </dependency>
INSTALL
IMPORT
SIG · MINIE
M
minie
otherjavav9.0.3+bare
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BulletAppState
com.jme3.bullet.BulletAppState

Initialize physics in a jMonkeyEngine application using Minie.

import com.jme3.bullet.BulletAppState; import com.jme3.app.SimpleApplication; public class MyGame extends SimpleApplication { public static void main(String[] args) { MyGame app = new MyGame(); app.start(); } @Override public void simpleInitApp() { BulletAppState bulletAppState = new BulletAppState(); stateManager.attach(bulletAppState); } }
Debug
Known issues
breakingMinie requires jMonkeyEngine 3.6+ and may have breaking changes between major versions.
fix
Check the Minie release notes for migration guides when upgrading.
affects: >=9.0.0
Upgrade
Version history
9.0.3+barelatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
minie — mvn dependency:get minie · libregistry