You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,21 @@ Pure Java [bwapi](https://github.com/bwapi/bwapi) client (4.2.0) implementation
4
4
5
5
Also contains the pure Java BWEM implementation from [BWAPI4J](https://github.com/OpenBW/BWAPI4J).
6
6
7
-
###goals
7
+
## goals
8
8
Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy without all the DLL and JNI hassle and overhead.
9
9
10
-
###advantages
10
+
## advantages
11
11
- no dependency on external DLL's
12
12
- no type marshalling
13
13
- fast (citation needed)
14
+
- supports both 32 and 64-bit Java (e.g. [deeplearning4j](https://deeplearning4j.org/) requires 64bit Java which bwmirror doesn't support)
14
15
- BWEM instead of BWTA as map analyser
15
16
16
-
###warnings
17
+
## warnings
17
18
- JBWAPI by default has Lateny Compensation disabled (and at the moment has no LatCom at all).
18
19
- A fake BWTA is provided for easier porting, but it translates BWTA calls to their respective BWEM calls, so specific Regions/Chokepoints etc. may differ.
19
20
20
-
###usage
21
+
## usage
21
22
**maven**
22
23
23
24
Add JitPack as a repository
@@ -60,7 +61,7 @@ dependencies {
60
61
61
62
Alternatively add the latest .jar from the [releases](https://github.com/JasperGeurtz/JBWAPI/releases) page to your project.
0 commit comments