Liangliang Nan

Results 26 comments of Liangliang Nan

This is weird: the code never explicitly requires the images/icons. I believe some UI components need them. The binary was built on Ubuntu (18.04) and I am not sure if...

Yes, that is correct. Thanks for the effort. The next thing is debugging, letting the debugger (gdb on your machine, I believe) produce the stack trace. I think you can...

Thanks for the effort! This seems like a bug in the QFileDialog of Qt (I assume the file "image-missing.png" is not corrupted). Does any other Qt-based applications (that use the...

@marco-jem Has the issue been solved (by using the latest code) and can we close the issue?

@KenKenhehe Now easy3d allows storing rendering parameters into a file and loading them from the setting file on program startup. After updating the code, all you need to do is...

Hi, Just to let you know that Easy3D now can be built as shared libraries. The latest code is in the `dev` branch: https://github.com/LiangliangNan/Easy3D/tree/dev I will merge it into the...