snegovick / bcam

CAM system for hobbyists and shapeokers
GNU General Public License v3.0
22 stars 4 forks source link

Investigate on BCAM architecture changes for easier extensibility by user-space scripts #138

Open snegovick opened 9 years ago

snegovick commented 9 years ago

Resolution

Its probably a good idea to look at freecad and blender to grab some ideas on python-based extensible software.

randyheydon commented 9 years ago

FreeCAD and Blender might not be perfect examples, as they're written mostly with C/C++ and have Python extensions. Instead, Spyder might be a good place to look, as it's made fully in Python and has a plugin system.

snegovick commented 9 years ago

Thank you, never heard about it, worth some attention though.