bitbrain / braingdx

:video_game: Game jam framework based on libgdx.
Apache License 2.0
84 stars 1 forks source link

Introduce GWT math #146

Closed bitbrain closed 6 years ago

bitbrain commented 6 years ago

We currently use BigDecimal in some places, which is incompatible with GWT. Instead, introduce gwt-math:

<dependency>
    <groupId>com.google.code.gwt-math</groupId>
    <artifactId>gwt-math</artifactId>
    <version>2.0.3</version>
</dependency>

This dependency allows us to use extended precision with GWT.