-
Following up from https://github.com/mapbox/mapbox-gl-native/pull/13484 & https://github.com/mapbox/mapbox-gl-native/pull/13484#issuecomment-444157604:
Move detached state handling from the java laye…
-
For Java/JVM usage, currently, there is only a [JNI wrapper](https://github.com/libjxl/libjxl/tree/main/tools/jni/org/jpeg/jpegxl/wrapper) available for the Decoder. I wish for an Encoder.
Addition…
-
## 🚀 Feature
Currently, a rotated layer via `layer.rotate` is correctly displayed in 3D, but after switching to 2D, the layer is not displayed correctly and following message appears:
`Non-ortho…
-
### Platforms
- iOS
- Android
### Version of flutter maplibre_gl
main branch
### Bug Description
The property line-dasharray for Line layers doesn't correctly work on iOS Platform.
When…
-
#### Problem
The Android tv-casting-app is missing unit tests for the main app and the JNI layer/library.
#### Proposed Solution
Add unit tests to the main app and the JNI layer.
-
```Shell
cmake_minimum_required(VERSION 3.4.1)
# app/src/main/cpp
set(PATH_TO_MEDIACORE ${CMAKE_SOURCE_DIR}/src/main/cpp)
# app/src/main/cpp/thirdparty
set(PATH_TO_THIRDPARTY ${PATH_TO_MEDIACOR…
-
When we initially implemented the crypto PAL layer for Android, we implemented it entirely in JNI as the implementation in Android is only accessible in Java and we didn't have a mechanism to write Ja…
-
## 🐛 Bug
I recently provided the Shapes layer with some funky data (result of an algorithm converging incorrectly), and got a rather mysterious error. It might well be VisPy's fault, but I don't ha…
-
## 🐛 Bug
I demo'd this issue briefly at the napari-Eurasia dev meeting.
## To Reproduce
Open a number of multiscale image layers, I already see a severe drop in rendering performance with …
-
Preparation && Getting Started,
5.Before using a model, you need to load the model.
The DDK supports both single-model and multi-model loading.
In sync mode, the app layer loads the model by …