Android support #1638
Replies: 6 comments 6 replies
-
Ah this is interesting. There are other reasons to stop using these library sorting functions, so it's good you brought this up. That said, I'm very surprised this basic function is unavailable. Surely you can find a relevant discussion on stackexchange or similar? |
Beta Was this translation helpful? Give feedback.
-
Actually hold on, are you trying to run the compiler or just the engine? I don't think the engine calls this function. |
Beta Was this translation helpful? Give feedback.
-
I was trying to compile the engine as dynamic library using Android Studio's Cmake . |
Beta Was this translation helpful? Give feedback.
-
@MyelinsheathXD @yuvaltassa @Balint-H I was able to compile MuJoCo for Android. From my research, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
There's now a native sorting function that replaces qsort_r and std::sort. This should give a nice performance improvement as well. |
Beta Was this translation helpful? Give feedback.
-
Hello everybody!
Is there any future plans to support android support for mujoco engine?
I have tried locally, yet stuck at c++ native function “qsortr “array sorting function conversion.
It seems android do not have native c++ library function for “qsortr” function.
Beta Was this translation helpful? Give feedback.
All reactions