###A Dart 2D physics engine
This is a Dart port of Java's Box2D libraries.
The Java Box2D library was originally written by Daniel Murphy (status February 2015).
benchmark/bench2d.dart Benchmark used by Joel Webber
example/index.html Browser demos as written by Dominic Hamon
lib/ Port of Daniel Murphy's jbox2d
First Dart port of an earlier version of Box2D library was done by Dominic Hamon. We are grateful for his work.
Not an official Google project
###0.3.0
###0.2.0
Add this to your package's pubspec.yaml file:
dependencies:
box2d: ^0.3.0
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:box2d/box2d.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.4.0 | Dec 14, 2017 |
|
|
0.3.0 | May 9, 2016 |
|
|
0.2.0 | May 11, 2015 |
|
|
0.1.7 | Jul 9, 2013 |
|
|
0.1.6 | Jun 5, 2013 |
|
|
0.1.5 | Jun 4, 2013 |
|
|
0.1.4 | Apr 9, 2013 |
|
|
0.1.3 | Apr 3, 2013 |
|
|
0.1.1 | Mar 6, 2013 |
|
|
0.1.0 | Mar 6, 2013 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
44
|
Health:
Code health derived from static analysis.
[more]
|
--
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
--
|
Overall:
Weighted score of the above.
[more]
|
22
|
This package version is not analyzed, because it is more than two years old. Check the latest stable version for its analysis.