Thomas Paviot
Thomas Paviot
Current master branch relies on occt-7.5.3, a new release will be tagged in the coming days ping @looooo
When a shape is clicked in jupyter, it gets selected and its color is set to yellow. I noticed a blittering on Chrome/Windows, shape color changes from gray to yellow...
Istvan recently posted the following topic on the official OCCT dev portal forum: Apple released GCD about two years ago. GCD is a basically parallel programming toolkit, with super-efficient, lightweight...
In the gp_Mat.cxx source file (https://github.com/tpaviot/oce/blob/master/src/gp/gp_Mat.cxx), `Standard_OutOfRange`and `Standard_ConstructionError` checks are performed only in debug mode. However, there are many other checks that are also performed in release mode. To test...
Since OSX 10.9 is released, clang raises some `deprecated` warnings related to the use of glu, for instance: ``` /oce/src/OpenGl/OpenGl_GraduatedTrihedron.cxx:60:3: warning: 'gluUnProject' is deprecated: first deprecated in OS X 10.9...
Thank you very much for sharing this piece of code, this is very helpful. I'm a bit confused with the way to set the source: - how should I add...
FYI, after I forked, fixed, tried to improve pyschedule, I decided to write another scheduling python library from scratch. Code is hosted at https://github.com/tpaviot/ProcessScheduler (GPLv3 or higher), it's a first...
``compile`` and ``iter`` refer to python built-in functions. Redefining them may lead to unexpected behavior and actually confuses syntax highlighting