Ali-RS

Results 41 issues of Ali-RS

### Version 3.3.0 (nightly) ### Platform Linux x64 ### JDK AdoptOpenJDK 16 ### Module OpenGL, GLFW ### Bug description When I open a swing window along with the GLFW window,...

### Question Hi Is it possible to add a version of "libglfw_async" for Linux as well, please? For the GLFW + AWT/Swing issue on Linux Mesa drivers. ``` X Error...

Type: Question

Hi Thanks for this cool library It would be nice to add Google [ANGLE](https://github.com/google/angle) backend to effekseer. It can take OpenGL ES (2/3) calls and convert them to OpenGL, OpenGL...

Hi Any plan for [jMonkeyEngine](https://jmonkeyengine.org/) support?

enhancement

Hi The runtime and runtimeZip tasks add JRE binaries into the "lib" directory where my app jars are. Also, a "conf" and "legal" directory is created inside the app directory....

question

Hi Can [jMonkeyEngine](https://github.com/jMonkeyEngine/jmonkeyengine) run on Android and iOS with miniJVM? If so can you please add a sample project with jMonkeyEngine and miniJVM? Regards

question

Hi When trying to convert an emissive map (glow map) from jpg to webp using ImageIO and this plugin, I am getting this error: ``` SEVERE: Uncaught exception thrown in...

DesktopAssetManager is a misnomer. It’s included in jme3-core and used both on desktop and mobile platforms. What about renaming it to `DefaultAssetManager`?

question

`SEVERE: Buffer cannot be destroyed: java.nio.DirectFloatBufferU` Even by adding this JVM arg (which used to solve that on jdk 11+) "--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED" you can test it with https://github.com/jMonkeyEngine/jmonkeyengine/blob/d76d4dc8c67bc99c5fd197d41a102639194a4e3b/jme3-examples/src/main/java/jme3test/app/TestReleaseDirectMemory.java#L43 Forum post: https://hub.jmonkeyengine.org/t/jme-on-jdk-16/44411/6?u=ali_rs

bug

Hi LwjglContext (in jme3-lwjgl3 module) specifies its own implementation of buffer allocator to be used by [BufferAllocatorFactory](https://github.com/jMonkeyEngine/jmonkeyengine/blob/f0918a4caf4eb592add2221243afb4dfcf13ca28/jme3-core/src/main/java/com/jme3/util/BufferAllocatorFactory.java) by setting `PROPERTY_BUFFER_ALLOCATOR_IMPLEMENTATION` property in this static code block: https://github.com/jMonkeyEngine/jmonkeyengine/blob/8af0c92991eab9c2027dfd94be09f2170beea630/jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglContext.java#L91-L102 the issue is...

bug