[Pythoncad-developer] New testing kernel
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2010-02-16 06:58:59
|
Hi All, Today I have committed the new testing version of the kernel using the sqlite db. You can find it in the git unde Generic\kernel This is just a working model for doing some performance and feature test. If the test that we are gonna to do well be good in performance and feature, we well introduce it under R38. This new way to store the information on a db will help us to improve our solution with the following capability: 1) possibility to have the drawing with all the technical revisions. 2) very easy to develop new feature 3) possibility to have a file stored in an mysql db(distribute enviroment) 4) force access of some part of the drawing with group\user policy (will be develop after merging with the r38 code) 5) improve performance in opening drawing 6) improve performance during scale pan action Any comment are really appreciated. Regards, Matteo ps: Actually the code is store in one single file, I need to split it into more module .../ |