Todd Fleming

Results 186 comments of Todd Fleming

I don't see it. Try adding a reply tagging us.

Maybe a new server that includes the CAM code? The main client wouldn't benefit; it'd just be for new scripts and apps. The CAM code doesn't depend on React. You'd...

2: Probably have to keep the URL simple and use http post. I forgot about SVG conversion. The SVG parser relies on the browser to do much of the work....

We only use react client-side. It wouldn't help make a gcode-generation API.

Something to watch out for: we don't hold on to any SVGs after importing. We only hold on to our json data. Use Save Workspace to get an idea of...

It'd be nice to do something like this: * User enters URLs of plugins they want * We embed the plugins using iframes with locked-down permissions. We have to lock...

The hard part: we'd have to aggressively check data coming back from the plugin. Bad data can create a security issue. e.g. a malformed data uri in an image, or...

https://github.com/LaserWeb/lw.controller

https://github.com/LaserWeb/LaserWeb4/blob/dev-es6/src/lib/mesh.js has a bunch of conversion functions. * `triangulateRawPaths` converts to triangles; the webgl display uses this to fill the shapes. * The SVG-related functions only handle part of the...

We could send the settings to plugins. To see what they look like: settings -> tools -> settings -> save.