qmlAlembic is a C++ QML plugin providing classes to load and visualize Alembic point cloud files in Qt3D. It has been developed to load AliceVision sparse reconstruction results inside Meshroom.
For now, it only handles point clouds and cameras.
Continuous integration:
The project is released under MPLv2, see COPYING.md.
Get the source code:
git clone --recursive git://github.com/alicevision/qmlAlembic
cd qmlAlembic
See INSTALL.md to build and install the project.
Once built and with the plugin installation folder in QML2_IMPORT_PATH
:
import AlembicEntity 1.0
Scene3D {
AlembicEntity {
url: "myfile.abc"
}
}