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
205 stars 15 forks source link

optimize rendering with instanced rendering #99

Open jimy-byerley opened 7 months ago

jimy-byerley commented 7 months ago

The current rendering pipeline produce one Display each object, and they only share immortal ressources in the scene. for real-life assemblies there could be hundred of times the same part (like screws)