Davor Hrg

Results 138 comments of Davor Hrg

@gfwilliams I have a plan of supporting multiple versions of jscad with some simple annotations, so the new runtime for jscad will support old versions too. That way old scripts...

I have a basic jscad example working, no colors yet, and shim is visible in the code for testing ![image](https://github.com/jscad/OpenJSCAD.org/assets/2480762/0d063179-9abc-4861-835d-15f779bf1b3d) I took the code sample from https://neorama.de that is hosting...

also tried your code ![image](https://github.com/jscad/OpenJSCAD.org/assets/2480762/036fc5b7-cba6-42d8-90e2-2aa9e2887ffe)

draft candidate for full shim: ```js const csg = require('@jscad/csg/api.js') const {circle, square, polygon, triangle} = csg.primitives2d const {cube, sphere, cylinder, geodesicSphere, torus, polyhedron} = csg.primitives3d const {union, difference, intersection}...

@gfwilliams @z3dev @platypii there is a draft implementation WIP https://github.com/hrgdavor/jscadui/pull/102 test url at https://3d.hrg.hr/jscad/v1-support/ most of the examples from v1 branch work, I tried drag drop each that does not...

> interesting you're moving to transpiling now. transpilation is necessary because there is no way to execute ESM scripts that use `import`. And the bonus of transpiling is that you...

any news on this ?

I switched a small project to `bun test` because jsx just works, and I do not think nodejs will allow that in their native test runner anytime soon (or if...