podsvirov / osgqtquick

Intergation OpenSceneGraph to Qt Quick
https://podsvirov.github.io/osgqtquick
MIT License
73 stars 32 forks source link

wrapped most of the osgEarth related classes #16

Closed devcxx closed 6 years ago

devcxx commented 7 years ago

hope you can sort it out @podsvirov

podsvirov commented 7 years ago

A great job, thank you for your efforts!

It seems to me that you are a kind and cheerful person... The process of reviewing your changes will take some time :-) (I am engaged in this project in my spare time, and I do not have much of it).

devcxx commented 7 years ago

thanks, you do a great job too :) , by the way hope you can solve #13 issues

podsvirov commented 7 years ago

@devcxx, you did a lot of work, but how did you test the performance of your code? The osgQtQuick project uses a CMake building system. In your changes there is only the *.pri files and not any CMakeLists.txt modifications. Nevertheless, if you somehow built it, do you have any examples of scripts for manual checking, like a tests/earth.qml file?