Antonio Zugaldia

Results 58 comments of Antonio Zugaldia

For anyone coming from Google having this same issue, we recently had the need for a similar use-case where we wanted to publish a pure "core" Java module. All we...

@cammace Thanks. We actually had that behavior in the past but https://github.com/zugaldia/android-robocar/pull/16 changed it to correct a few issues of the implementation at the time. What I'd like to see...

Unfortunately, `wallmapper` only supports raster tiles, and this is a vector tile. It'd be a nice improvement to have.

We aren't planning on landing this work until after v2.7 is issued.

> @tobrun / @zugaldia is there a LOST 3.0.2-enabled snapshot of the MapboxSDK available for testing? I've created a ticket on https://github.com/mapbox/mapbox-gl-native/issues/9581 where you can track the progress for Mapbox...

I've got basic Java bindings working, including Android, on https://github.com/zugaldia/javacpp-presets. It uses the JavaCPP infrastructure to build the bindings. A few notes for those willing to give it a try:...

@xvzcf yup - that should not be a problem, in fact other JavaCPP Presents projects ([example](https://github.com/bytedeco/javacpp-presets/blob/master/opencv/cppbuild.sh)) use CMake. Feel free to ping me here once that switch is ready to...