cadquery-server icon indicating copy to clipboard operation
cadquery-server copied to clipboard

A web server used to render 3d models from CadQuery code loaded dynamically.

Results 35 cadquery-server issues
Sort by recently updated
recently updated
newest added

This option will be used to enable CORS, which is useful to let a web client use a local cq-server. This might allow cq-server ui to run in a VSCode...

From the ui module, it's possible to check if the code is executed by cq-server or by vscode debugger, for instance by checking if a specific module has been imported...

The json data could be included in an exported png image (#32) using [steganography](https://en.wikipedia.org/wiki/Steganography). This should be eventually disabled using a cli option. The image should contain some visual hints...

A file containing CadQuery project metada could be used by external tools to render a showcase, used to both define model parameters and predefined samples. This file must be stored...

It might be interesting to build a website that can host cadquery snippets among with their produced models. 1. The index page should not display the index page but instead...

Once #47 will be done and more generally 0.5 will be released, it could be interesting to have a simple website to allow users to introduce their project. It could...

The form will be built based on the `showcase.yml` file (#46).