Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3d #1

Closed
ghost opened this issue Mar 9, 2018 · 4 comments
Closed

3d #1

ghost opened this issue Mar 9, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 9, 2018

I do the same sort of 3d with flutter.

I have been looking into rendering a 3d view that can be panned and zoomed and orbit around. Even doing picking.

Now flutter does not have a 3d view exposed but it is skia under the hood.
So there is hope.

One idea is to build a 3d engine as a plug-in that does have opengl / metal engine. This gets you the speed.
Then using Method Channels it's possible to output the rendered images to flutter at very high frame rate. It's called asynchonous resource loading in flutter. It's how they can make a scrolling list do fast

Wondering if you have looked into this ?

@hemanthrajv
Copy link
Owner

hemanthrajv commented Mar 9, 2018 via email

@ghost
Copy link
Author

ghost commented Mar 9, 2018 via email

@hemanthrajv
Copy link
Owner

hemanthrajv commented Mar 9, 2018 via email

@ghost
Copy link
Author

ghost commented Mar 9, 2018

Will investigate it..

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant