-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VisualizationLibrary #17943
Comments
Is that project in development? The last commit was a year ago. |
I first used this library in year 2019. I think this library is quite mature, I see it published a new release in year 2021. I think using OpenGL in GUI framework, especially in wxWidgets is a very common need. This library's code base is much smaller than Package: mingw-w64-x86_64-magnum - MSYS2 Packages (which is version 2020 in msys2's package), and Package: mingw-w64-x86_64-ogre3d - MSYS2 Packages. |
The build step is simple if you need link to the wxWidgets library under msys2, I have another post mention this steps: Screen shots when running visualization library under Windows' msys2 · Issue #212 · MicBosi/VisualizationLibrary |
I have added a pull request to add the package. Would you like to test the packages from GitHub Actions artifacts of that pull request? Do you need the package for all MSYSTEMs and 32 bit also? |
Hi, thanks. I will test it as soon as possible. In fact, I am currently only use mingw64 targets. By the way, how can I download the build package from you pull request. Another question is that did you enable some gui support? |
Please follow these steps for testing package in CI artifacts.
I am not sure about that. Please suggest any required changes for that PKGBUILD file. |
Thanks, I will try your CI artifacts if I got time, I will go traveling next week, not sure I will got test time vary soon. But this project do works on Msys2 ( I can build it with wxWidgets gui support on msys2 mingw64 shell), running the test is vary simple, see here: Screen shots when running visualization library under Windows' msys2 · Issue #212 · MicBosi/VisualizationLibrary
You can see this post: when building this library wxWidgets support under msys2, I got build error, here is a patch to fix the error · Issue #210 · MicBosi/VisualizationLibrary I have enabled the wxWidgets gui option in the cmake command option, and it works fine. (a small file change is needed, I also have patch in that issue) I'm not familiar with QT, so I don't have any idea about how to enable QT or whether it works OK when QT gui is enabled. |
I have enabled wxWidgets support in the package. Please test the newer one. You can get the artifacts from that PR link > Checks > main. |
Hi, many thanks! I have just download the file
And finally, I did a very simple test. Suppose I'm currently on my PC A, I just copy a file named This means that in PC A, all the dll files are supplied from the This looks so good! Thanks. |
Oh, I just see that you have merged your branch to the master, many thanks! |
Package name
VisualizationLibrary
Brief description of package
This is a OpenGL based library, and support many GUI framework, such as wxWidgets and QT.
This is the github site: VisualizationLibrary, it also has its own official site here: https://www.visualizationlibrary.org/, you can see there are many screen shots here: Visualization Library: Visualization Library Gallery
This library supporting building by CMake, see here: https://visualizationlibrary.org/docs/2.1/html/pag_install.html
URL for package's homepage
https://www.visualizationlibrary.org/
Provide a basic test case to validate the package's functionality.
No response
MINGW environments where you need the package
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: