Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jscad/csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/csg.js

optimized iterative getPolygons function

avoids the need to make copies of node.children or to pop anything, which slowed previous iterat...

3db2be7c1a87bceebe08e213329f3d9b9c4b15d2 authored about 10 years ago
Added convenient timer for the rendering process.

988cbfef1077617ff73a4e11204bad84a8cffbdf authored about 10 years ago
fixed infinite loop in addPolygonTreeNodes

355385d70e78678922f0843cec7eeae7a53ea51d authored about 10 years ago
Fixed issue with non printable unicode chars

Somehow there were invisible characters ‘Â’ in openjscad.js, causing
problems when running locally

28e25d2736ed7ae8f3e879a2205b0dbce4381131 authored about 10 years ago
terminate unused workers - they make later workers queue in firefox if count >16

aecf1d50833e0148347975c9cdc640d7f089fda1 authored about 10 years ago
replace concat call

concat creates a new array, would rather just append to our existing one in the interest of effi...

af6439c6aedc5ab4f4b8fd10f2e4a4795a0d4c1b authored about 10 years ago
fixed loop in addPolygonTreeNodes

6a7ed4ea0b33ff1b53d4191590515130d5a73a42 authored about 10 years ago
remove accidental typo from last commit

c2cac306dce9d1b38ed42c06be7c6edbfaafb4e5 authored about 10 years ago
Rewrote recursive functions to handle their own call stack, avoid "Maximum call stack size exceeded" errors

05976f567cec567f03bcdaa9c1c98cbb41f79730 authored about 10 years ago
fix editing glitch

a9d05658de71d17cd08fbbe1bea21f0650e2ad61 authored about 10 years ago
migrate renderer from lightgl to three.js

add decent transparency
allow any css units for viewerwidth/viewerheight, and ratio for height
c...

6e0f0c68dd34747a1bd4b0f42afd4d11a99b0f4e authored about 10 years ago
add code structure src/ and examples/

convert demos to plain jscad files in example folder

85a51a912602e4342e62bab3d03ed1e5772636a0 authored about 10 years ago