Hi,

I need a control that works like GridView in the sense that it does frustum 
culling. I need to be able to efficiently display a model with more than 2000 
Quick Items but aren’t all visible at the same time.

GridView does this quite well but has a huge limitation for my case, it will 
always flow after its width or height is reached, therefore, it’s culling only 
works in 1D.

I’m wondering if I’m able to achieve the same performance doing a Qml item that 
does this frustum culling using a Flickable, a Flow and a Repeater. And if this 
is possible, what kind of element should I use as delegate? 

Would this be possible in Qml or I would need to do that in C++? 

Please advise. 

Thanks!

Regards,

Nuno Santos
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to