tpaviot / pythonocc-core

Python package for 3D geometry CAD/BIM/CAM
GNU Lesser General Public License v3.0
1.39k stars 379 forks source link

pythonocc acceleration problem #1362

Closed djy89 closed 3 months ago

djy89 commented 3 months ago

Hello, paviot, in addition to python3.11 and above, have you tried the acceleration algorithm of pythonocc-core, such as using numba or GPU acceleration algorithm, and is there any related usage program demo

tpaviot commented 3 months ago

Such optimizations should be performed at the c++ level, where all algorithms are implemented. I'm not aware of any related project at opencascade.