Mathieu Westphal

Results 1138 comments of Mathieu Westphal

Building f3d completelly statically is not a good idea as it will not help users to use the libf3d, see the release notes: https://github.com/f3d-app/f3d/releases/tag/v1.3.1

Ok, I suppose that BUILD_SHARED_LIBS=OFF + F3D_INSTALL_SDK=OFF should not install any libs.

#436 and #433 will be needed for this to be fixed

Unable to reproduce: - build F3D in release - PYTHONPATH=/home/glow/dev/f3d/build/lib python ./a.py - window is named test a.py content: ``` [glow@frollo ~/dev/f3d/build]$ cat a.py import f3d engine = f3d.engine(f3d.window.NATIVE) window:f3d.window...

Good point, should be checked.

I'm not able to load f3d module on windows, no idea if the PYTHONPATH is set is correct. Did you try @Meakk ?