Hello, I want to do some 3d drawing in my app and I don't know what to use.
I tried using https://jmonkeyengine.org/ but I couldn't make it work.
I saw the example with
lwjgl
, but I think it's too complex for me, I want to show a
3D
view only in a preview screen.
I tried using
vtk
with java wrappers, but I can't make that work either(on my machine at least).
I was thinking about using https://github.com/google/filament but I don't know if it is supported, saw some threads from @romainguy about this, but haven't found an answer
Dragos Rachieru
05/24/2022, 9:26 AM
I don't know where I can find a jar to include in my compose app
r
romainguy
05/24/2022, 3:09 PM
We used to support desktop directly. Now it would require a bit of work in your JNI layer but probably not much.
😔 1
a
andrew
05/24/2022, 4:49 PM
I'm working on an applier too for Filament for my own project