Cloud-CNC / cura-wasm

Cura Engine powered by Web Assembly (WASM)
https://cloud-cnc.github.io
Other
61 stars 17 forks source link

Every thing besides the wasm under MIT licence. #5

Closed mmiscool closed 4 years ago

mmiscool commented 4 years ago

I am interested in this having an MIT licence to access the api. In a traditional node environment the line is clear as you use a compiled binary and the shell command line interface. I am having trouble finding that line here.

Wakeful-Cloud commented 4 years ago

@mmiscool The equivalent line would be Worker.ts (Line 152). Cura WASM doesn't start a separate process in the browser nor on NodeJS, it instead uses workers provided by Threads.JS in both environments.

The most I would be able to do is MIT license everything except CuraEngine.js which contains the actual WASM (Base 64 encoded). If that would help your license compliance, I'd be happy to relicense everything except that file (As MIT).

mmiscool commented 4 years ago

That could be beneficial. Thanks!

Wakeful-Cloud commented 4 years ago

@mmiscool Closed in V1.3.2