JBWAPI icon indicating copy to clipboard operation
JBWAPI copied to clipboard

Pure Java BWAPI Client implementation for JVM languages

Results 13 JBWAPI issues
Sort by recently updated
recently updated
newest added

Cache the starcraft download Using https://github.com/actions/cache ?

enhancement
good first issue

Currently and optimization exists to only copy over the dynamic game information: https://github.com/JavaBWAPI/JBWAPI/blob/f854bcfe3bb0616d05482d9fa114680afd1273e5/src/main/java/bwapi/FrameBuffer.java#L182 However we still allocate a full (33MB) buffer of which we only use parts because of that...

enhancement