f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.89k stars 210 forks source link

Add a mobile version #27

Open mwestphal opened 3 years ago

mwestphal commented 3 years ago

Context F3D is a tool that let user visualize 3D models easily. Having a mobile android version would be benificial for the project. A simple idea would be able to support opening a file attached to an email. iOS version could be considered as well.

Current status @Meakk has created a prototype of an android app that rely on the libf3d: https://github.com/f3d-app/f3d-android

Some non-exhaustive related tasks

drtrigon commented 2 years ago

And provide the .apk files as a release (additionally or instead of putting it into google play).

a251115100 commented 2 years ago

Expect this feature

mwestphal commented 2 years ago

devlopement is ongoing in #173

mwestphal commented 1 year ago

Moving to 2.2 unless you want to work on this @Meakk

mwestphal commented 11 months ago

@Meakk is this still planned ?

Meakk commented 11 months ago

No plan but I definitely want to do it.

mwestphal commented 10 months ago

@Meakk could you improve this issue description so that other could try to work on it ?

zhiyuang commented 4 months ago

Hi team, after I dive into the code, find that f3d rely on VTKOpenGLRenderer. Is it a obstacle to have a ios mobile version? I'm not that familiar with VTK, but I haven't found a VTKMetalRenderer or VTKVulkanRenderer.

Meakk commented 4 months ago

As far as I know, OpenGL is still supported on ios, even if it's deprecated.
We will switch to WebGPU at some point but it won't happen any time soon.

zhiyuang commented 4 months ago

Got it. Thanks Meakk

mwestphal commented 4 months ago

By the way @zhiyuang , do not hesitate to join our discord if you want to get involved :)

https://discord.f3d.app

zhiyuang commented 4 months ago

haha, actually I have joined before. thanks for reminding me 😄