Hello, I want to do some 3d drawing in my app and ...
# compose-desktop
d
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
I don't know where I can find a jar to include in my compose app
r
We used to support desktop directly. Now it would require a bit of work in your JNI layer but probably not much.
😔 1
a
I'm working on an applier too for Filament for my own project