is there any proposed way to use jscad not to process jscad-files, but to use the csg-capabilities and the viewer "directly" from javascript in a website?
My primary intention is to avoid unnecessary calculations if only parts of the model are modified. I assume that the results of csg-operations are not directly drawn into the webgl-renderer. Is it possible to manage the caching of the intermediate data somehow by myself?
If I try to adopt the web package, jscad looks pretty much like a black box...