Matt Ferraro

Results 34 issues of Matt Ferraro

The version of JSketcher that is currently deployed at https://web-cad.org/ is very, very old. It would be much easier for new users if that version were kept up to date...

In VSCode I can configure all the colors, font sizes, font faces, and padding sizes via themes. Could JSketcher support a set of themes so that users can choose which...

enhancement

The current color palette is very dark, which is hard for me to work with. Currently the background is so dark that new parts are brighter in contrast. Could you...

enhancement

most other CAD programs feature a convenient "view cube" in the upper right corner which rotates in sync with the primary camera. The cube has faces labeled like "top" "front"...

Hi this is definitely just a preference thing, but when I mouse over any face, it currently gets highlighted. I find this distracting and visually noisy. Note that neither Fusion360...

Obviously I can clone the code and use localhost, but it would be great to have the option to run JSketcher as an electron app so it feels native. In...

I followed the instructions [here](https://ocjs.org/docs/app-dev-workflow/custom-builds) for building my own custom build, but I used the build definition given [here](https://github.com/donalffons/opencascade.js/blob/master/website/ocjs-editor-theme/src/customBuild/customBuild.yml). The build went fine, but then when I go to use...

fix a tiny typo

I have a dynamic STAC catalog that requires me to specify my auth token as a header, like: ``` curl https://api.me.com/my-catalog.json -H 'accept: application/json' -H 'authorization: Bearer my.jwt.token' ``` The...

help wanted
funding needed

Come on. The distance from the Window to the image plane should not be hardcoded, it should be a CLI parameter. Same with the size (in meters) of the window.

enhancement
good first issue