> Plasticity is mostly Open Source. When Plasticity reaches 1.0, it will cost $25 to use (no subscription). I'm curious how this will be implemented. According to the LICENSE file in the repo, the current source is available under LGPL. What will cost $25? Will the repo be taken off-line after 1.0 release? Or will further updates after 1.0 be binary only?
It appears to use C3D as its CAD kernel, which is proprietary. You can't build it without a copy of C3D. I'm guessing the source will be available for inspection, but the binary will cost money.
What I am planning is to something like this: divide the app into two pieces, an npm wrapper around the kernel and the electron front end that uses the module.
You will need a license key to “activate” the node module. You would then use the electron app or the module directly if you’re a programmer. You will be able to build your own fork of the electron app, but not the npm module.
In effect you will be paying for a license key, not the binary