I am trying to compile the dev branch of minko The biggest API change (from the master branch) is the math API.
The very few examples that compile for linux64 don't run (example assimp opens a window and closes immediately). Nevertheless, I managed to modify my code to use the new API and it compiles fine, however on launch it also crashes with a segmentation fault at :
sceneMan->assets()->loader()->load();
Any idea what might be wrong ? (Same asset folder works perfectly with non dev branch).