Skip to content

Instantly share code, notes, and snippets.

View hrgdavor's full-sized avatar

Davor Hrg hrgdavor

  • RGO communications
  • Croatia
View GitHub Profile
@hrgdavor
hrgdavor / index.css
Last active July 11, 2021 17:51
My jsGist
/*bug-in-github-api-content-can-not-be-empty*/
@hrgdavor
hrgdavor / fruit.js
Created October 10, 2021 08:17
test fruit holder
const jscad = require('@jscad/modeling')
const { cube, cuboid, cylinder, cylinderElliptic, ellipsoid, geodesicSphere, roundedCuboid, roundedCylinder, sphere, torus } = jscad.primitives
const { translate ,rotate} = jscad.transforms
const { colorize } = jscad.colors
const { union, subtract, intersect } = jscad.booleans
const { degToRad } = jscad.utils
const { hull, hullChain } = jscad.hulls
const getParameterDefinitions = () => {
return [