NF: Polyxios Integration. - #1289
Conversation
maharshi-gor
commented
Jun 28, 2026
- Introduce reading of mesh, lines and point files.
- Supports vtk extensions and standarad obj, ply, stl, xml.
- Testcases for the same are introduced.
- Added polyxios as dependency.
- Example for using function with some learning.
- Introduce reading of mesh, lines and point files. - Supports vtk extensions and standarad obj, ply, stl, xml. - Testcases for the same are introduced. - Added polyxios as dependency. - Example for using function with some learning.
e15f5e1 to
1a4ba1c
Compare
066fd2c to
2006a50
Compare
|
Hi @maharshi-gor , I updated the tutorial to show how to read mesh, line and point in single tutorial. PTAL. |
| pygfx>=0.16.0 | ||
| glfw>=2.7.0 | ||
| aiohttp | ||
| polyxios |
| "glfw>=2.7.0", | ||
| "aiohttp" | ||
| "aiohttp", | ||
| "polyxios" |
|
Also, min version to be handle better because I have a tons of warnings (something wrong): |
@skoudoro please upgrade your opencv-python and it should be good. It is just some old version of opencv-python which is compiled for numpy 2.0 |
2006a50 to
2bf6c84
Compare
skoudoro
left a comment
There was a problem hiding this comment.
Thanks @maharshi-gor,
merging