xibyte / jsketcher

Parametric 2D and 3D modeler written in pure javascript
http://web-cad.org
Other
1.45k stars 275 forks source link

is all source code open source #176

Closed alexbrownsoft closed 1 year ago

alexbrownsoft commented 1 year ago

I am a bit confused about the the open source status of this software after reviewing the commercial license.

Without paying commercial license, is the source code of this software including the wasm file avaiable as open source?

Or only after the commercial license is paid can we get all the source codes?

mmiscool commented 1 year ago

Full source code is on github and release under the licence linked here. https://github.com/xibyte/jsketcher/blob/main/LICENSE

The wasm repo is here https://github.com/Autodrop3d/occt-interpreter

You may use the software as is without any limitations. If you modify the software the only requirement is that you share back your changes so that they might improve the main project here.

Commercial licences are available if you wish to build a proprietary close source application with out the requirement to contribute code changes back to the project.

Do you have a particular situation or concern? Happy to chat on discord or set up a google meet.

mmiscool commented 1 year ago

Closing issue. Please go ahead and reopen if you still have questions.