Jean-Marc Le Roux
Jean-Marc Le Roux
Yes that is correct. As a workaround, here is the Docker container `Dockerfile` we use to target Android using CMake: ``` FROM lakoo/android-ndk:26-27.0.3-r17 # Intall make RUN apt-get update &&...
> it doesn't work. No texture. Why? In the example, rendering is done using the `Basic.effect`. As you can see in [Basic.fragment.glsl](https://github.com/aerys/minko/blob/master/framework/asset/effect/Basic.fragment.glsl#L66), the diffuse map is sampled only if the...
I think the problem is here: > /usr/bin/ld: warning: libgcrypt.so.11, needed by ../../plugin/html-overlay/lib/linux64/libcef.so, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libudev.so.0, needed by ../../plugin/html-overlay/lib/linux64/libcef.so, not found (try...
cef.so is looking for libgcrypt.so.11, but you have libgcrypt.so.16 cef.so is looking for libudev.so.0, but you have libudev.so.1
Those libraries are linked by CEF so there is nothing to do in Minko. If you think CEF should link version-independent version of those libraries, you should post the issue...
We were not able to upgrade to newer versions of CEF because offscreen rendering was broken. It is now fixed - and with hardware acceleration it seems - but there...
The port to the new math API (using GLM) on the dev branch has been poorly done on the `ColliderData::create()` method. It expects a `math::vec3*` instead of a `math::vec3`. Fix...
What command lines/operations did you do ?
Can you please try with the latest `dev` branch ? It was updated last week.
En fait "APRÈS ART. 3" ça veut dire créer un article 4 ? https://www.nosdeputes.fr/14/amendements/44/xml Comment on fait pour avoir la bonne numérotation quand ce cas existe avec plusieurs amendements ?