jimy-byerley / pymadcad

Simple yet powerful CAD (Computer Aided Design) library, written with Python.
https://madcad.netlify.app/
GNU Lesser General Public License v3.0
208 stars 16 forks source link

finally welcoming arrex into the main branch ! #23

Closed jimy-byerley closed 2 years ago

jimy-byerley commented 2 years ago

arrex is the most breaking and promising change of last year in madcad ! It allows a memory efficient storage of the meshes, and to develop fast compiled code to fasten madcad

jimy-byerley commented 2 years ago

This has been month now that I'm using exclusively the arrex branch of madcad, in order to check on the long run that it's not bringing any bug or worse (memleaks or segfaults) And it has been month also that I didn't seen any bug with it. Also when sometimes I notice bugs in madcad, it does happend in the same way using the arrex branch or the main branch. As someone once said: If it walks like a duck and complains like a duck, It's a duck then, at least we can use it as one ;)