Davor Hrg

Results 24 issues of Davor Hrg

## Expected Behavior Fast change of colors on colorcube example at jscad ## Actual Behavior slower than expected ## Steps to Reproduce the Problem 1. load https://openjscad.xyz/?uri=https://openjscad.xyz/examples/core/colors/colorCube.js 2. change parameters...

website app

## Expected Behavior both render and model executor to be in the same space (preferably worker) then there is no need to convert to compactbinary ## Actual Behavior render is...

website app

## Expected Behavior correct canvas resolution ## Actual Behavior canvas resolution is too large on Android phone in portrait mode. ## Steps to Reproduce the Problem 1. open app in...

renderer
V2

## Expected Behavior A way to know orientation when object covers XYZ axis lines ## Actual Behavior no additional indicator ## Steps to Reproduce the Problem 1. open web 2....

new feature
renderer

## Expected Behavior call main function with new parameters without reloading the script ## Actual Behavior script is reloaded completely ## Steps to Reproduce the Problem 1. load https://openjscad.xyz/?uri=http://3d.hrg.hr/jscad/three/examples/parametric_butt_hinge_3.7.js 2....

new feature
website app

I have a lots of ideas and plans, one of which is bringing better support for google fonts and other customs to jscad. In the meantime, I wanted to make...

Maybe I missed it, but had rally hard time integrating slf4js. I added correct dependencies, but default logger factory was used. After debugging and diggind through source, I found out...

P3
type=enhancement
type=documentation

in some projects where Java is backend and JS is frontend, I use -watch for the JS code and HTML/SCSS->CSS. I am aware that for teams that do unit testing...

**Description** Maybe there are "better" singnals implementations out there, but I stumbled upon this project and would consider using the signals implementation from here as a library for some projects....

## Specifications Proposal for API change update ```js const jscad = require('@jscad/modeling') ``` and then we need to look into `jscad.booleans` to get subtract ... even though 99% of the...

V3