Ecosyste.ms: OpenCollective

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

OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with Javascript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing.
Collective - Host: opensource - https://opencollective.com/openjscad - Website: https://openjscad.xyz/ - Code: https://github.com/jscad

chore(build):updated build

github.com/jscad/scad-api - d9c79a26e99eab7fd53d585f73d63c72ce3fc9db authored almost 8 years ago
chore(build): added build

github.com/jscad/io - 2a2e254dc28bc43a830a0a825c2ddfadd2eecdf0 authored almost 8 years ago
chore(build): added rollup config

github.com/jscad/io - 361e937a5c3282dbde03e25d50b13e33ed55afd6 authored almost 8 years ago
chore(package): updated package

github.com/jscad/io - 4352920de65cc71225674c11945f8fae93bdb75c authored almost 8 years ago
fix(README): fixed typo in readme

github.com/jscad/io - 545ac97d695735b0357fcb97f16ead064f6faeeb authored almost 8 years ago
chore(parsers): added missing exports/imports

github.com/jscad/io - f23f49abb656f36aef7b15700516294d9e383b6d authored almost 8 years ago
chore(package):updated dependency

github.com/jscad/io - 32eace0238b068a7f2d55b8a70f99e833bfaaa95 authored almost 8 years ago
chore():

- added missing utils & exports

github.com/jscad/io - ad098cc2563d3aad9de9e1198fcfeab2a78d0714 authored almost 8 years ago
docs(README): added readme

github.com/jscad/io - cb99012e8654af58cb8d7168e891ed66927964e2 authored almost 8 years ago
refactor(adapting code to exctraction of io):

- updated createConversionWorker code
- removed obsolete modules
- cleanups

github.com/jscad/OpenJSCAD.org - d506b5bccb39d0901c19d90f50a99503b203bbbb authored almost 8 years ago
refactor():

- added main entry & exports
- updated parsers , & conversionWorker to pass version info instead ...

github.com/jscad/io - 899d4581f01324abc0cce464afe7d38e71a15832 authored almost 8 years ago
chore(boilerplate): added missing boilerplate files

github.com/jscad/io - d6a33ecc5590c3dec6299f6e6c14d377e1d6d68b authored almost 8 years ago
chore(package): updated & cleaned up package

github.com/jscad/io - fe5448da7a3c22946ee7a9dfe12f7ceecec2f871 authored almost 8 years ago
refactor(io): extracted out all IO related code

github.com/jscad/OpenJSCAD.org - 85d598ad39096a47fc819577320856c905d090ec authored almost 8 years ago
refactor():

- updated import paths
- fixed bad imports

github.com/jscad/io - 92a4a34eaf343d7ba2ee49f90fb74d53b703d828 authored almost 8 years ago
refactor(): restructuring, boilerplate etc (wip)

github.com/jscad/io - a84102172b55dfc931671fbd82f4d81c78297b0f authored almost 8 years ago
Merge pull request #234 from kaosat-dev/dnd

@kaosat-dev Thanks for these changes. Let's start serious testing of the release 6.01

github.com/jscad/OpenJSCAD.org - d2d12ad04e6df76462c278a6aca9c1fb03d47f7e authored almost 8 years ago
Merge pull request #228 from andrewgho/fix-make-install

@andrewgho Nice changes. These should make the location of the installation easier to adjust.

github.com/jscad/OpenJSCAD.org - 98e84ac59f8e8de5f5949b725cd67786d96eb6e9 authored almost 8 years ago
chore(cleanup): overall cleanup, verbosity reduction, etc

github.com/jscad/OpenJSCAD.org - 5a9d2567664bcd6d190f11594c0e434872ea9186 authored almost 8 years ago
chore(cleanup): overall cleanup, verbosity reduction, etc

github.com/jscad/io - 62dd722d8c67e76ebab873d9c542169945fb3d6a authored almost 8 years ago
chore(): updated function calls, variable names etc

github.com/jscad/OpenJSCAD.org - d91d80c4d90cd24388b59b29728b9de7bb8325c0 authored almost 8 years ago
refactor(setStatus): upgraded all setStatus calls to new implementation

- related cleanup & upgrade work

github.com/jscad/OpenJSCAD.org - 452b3efb579366c5ce5977ae3951f2b85541fd06 authored almost 8 years ago
chore(): gMemFs renamed to memFs

github.com/jscad/OpenJSCAD.org - 67657e853e79a55a53464326a529098dafd6052f authored almost 8 years ago
chore(status): setStatus calls => setStatus2

github.com/jscad/OpenJSCAD.org - 6fe1447f40c1213654f98c3a75d09c84efdda851 authored almost 8 years ago
feat(drag & drop): drag & drop now works again , for folders too!

- now setting processor's memfs
- added handleFilesAndFolders as a wrapper around file/folder rea...

github.com/jscad/OpenJSCAD.org - 0321d16fa1b91f09e5cdb8993552212f34cec070 authored almost 8 years ago
feat(setStatus): added experimental functionality to processor , to seperate ui/ core more

github.com/jscad/OpenJSCAD.org - 7abe7e3f8d6fccafe66312e37b757cdc56ca9a9e authored almost 8 years ago
chore(old code): moved various old code around

github.com/jscad/OpenJSCAD.org - ac19173362b26a5f38513b232255038480aaf0b0 authored almost 8 years ago
feat(walkFileTree): pseudoArraytoArray is now converting items to entries (see code) when possible

github.com/jscad/OpenJSCAD.org - 50e56d0cba1bfa0c02c6321243bf7cee0a470c97 authored almost 8 years ago
refactor(drag drop):

- clarified that one drag & drop file is just a refactor attempts
- cleanups to current , in use ...

github.com/jscad/OpenJSCAD.org - 0e23c174ea234a7e3f8fb840408e0494ae29806d authored almost 8 years ago
docs(dnd helpers): added docstrings

github.com/jscad/OpenJSCAD.org - 97e1ee1e057d5ffec0d28cb317377c4716447d12 authored almost 8 years ago
refactor(dragDrop):

- removed useless files
- updated fullPath resolution
- fixed issues with unhandled file formats
...

github.com/jscad/OpenJSCAD.org - 7bd8c8466a0a33401a87d8e2541b81658b19af97 authored almost 8 years ago
doc(NOTES): fleshed out notes & removed obsolete parts

github.com/jscad/OpenJSCAD.org - 3123026bcb3606e53d3e522b37c5502d63305f7c authored almost 8 years ago
refactor(drag & drop): some cleanup , refactoring of drag & drop

- also , more trying to 'mind map' the way the whole system works added to NOTES

github.com/jscad/OpenJSCAD.org - 7e47f47cc9b0ae818126ee3b4c0e12b873b47e14 authored almost 8 years ago
feat(setStatus2): fleshed out setStatus2

- various tweaks

github.com/jscad/OpenJSCAD.org - 5e164b53f15cafcdf7671a9c39e806b4361a9d52 authored almost 8 years ago
docs(notes): fleshed out notes some more

github.com/jscad/OpenJSCAD.org - 7b03b6c9e57b0c1c97e7a1025a29c1e9c1334c35 authored almost 8 years ago
refactor(): tweaks & changes to be able to inject memfs

github.com/jscad/OpenJSCAD.org - 42b517930884554ee8cba532800d82ffc699276a authored almost 8 years ago
feat(walkFileTree): added support for basic Files (different d&drop data source)

- restructure, renamed, cleaned up a good portion of the code

github.com/jscad/OpenJSCAD.org - 4682781e95ff90782d2d60748772969c9ede9372 authored almost 8 years ago
refactor(drag & drop): restructuring code , simplying etc work in progress

github.com/jscad/OpenJSCAD.org - 21b931f2b00501dcc2d21d08b02b920c29c73ecb authored almost 8 years ago
feat(dnd helpers): added changedFiles helper

- also fixed minor issue with findMainFile

github.com/jscad/OpenJSCAD.org - 71551c65e3bbfcff5ab7aa8fc55cf14a5f950159 authored almost 8 years ago
feat(includeJscadSync): added fullpath support when available

github.com/jscad/OpenJSCAD.org - 24a79bfafc6da6b1dc124e0401bd17ed3f903439 authored almost 8 years ago
refactor(includeJscadSync): cleanups

github.com/jscad/OpenJSCAD.org - 6a8eca27eee97f3bc27a8484e02792c1216c6afb authored almost 8 years ago
chore(cleanup): removing obsolete code & modules

github.com/jscad/OpenJSCAD.org - 212ba410298d80ca7a48cb7c1101075e7c8d4763 authored almost 8 years ago
refactor(drag drop): attempting to isole, cleanup , restructure all the pieces

of the drag & drop puzzle

github.com/jscad/OpenJSCAD.org - 7f3871e7c7cd794e627186083877dfc53cab78e6 authored almost 8 years ago
feat(walkFileTree): createda a cleaned up , promise based walkFileTree

- also includes upgraded, cleaned up helpers like readFileAsync etc

github.com/jscad/OpenJSCAD.org - 94dfc07cee31ecc7ccc4ee4bf65a3a242ea9cc09 authored almost 8 years ago
feat(processor): added 'setMemFs' method & attribute

- rebuildSolid now gets passed memFS attribute as option

github.com/jscad/OpenJSCAD.org - 5fe6fe01262517fc5103b6798b1a4b755b6a5a61 authored almost 8 years ago
Merge pull request #224 from z3dev/dev

Changes to support viewer-minimal.html and viewer-options.html

github.com/jscad/OpenJSCAD.org - b17b3debfb15e9e3b218ee6cadc11971e6d3882b authored almost 8 years ago
Merge branch 'dev' of https://github.com/Spiritdude/OpenJSCAD.org into dev

github.com/jscad/OpenJSCAD.org - 32aa3d9b5cffd3fd2f1dd93484817b7a35dcc1df authored almost 8 years ago
Added build-opt to create BAR for viewer-options.html

github.com/jscad/OpenJSCAD.org - 25ff3c72294b236cfb2e9880598b87470882f9ef authored almost 8 years ago
New base BAR for viewer-options.html

github.com/jscad/OpenJSCAD.org - 5844a1d1635d7efee7187be57f6b632d27003f19 authored almost 8 years ago
Corrected initial canvas size

github.com/jscad/OpenJSCAD.org - 4701838f32bafb3983494bfe5d9095fe98c798d2 authored almost 8 years ago
Once again fixed the handling of options

github.com/jscad/OpenJSCAD.org - a6a507da13e05d4d885e7289133eaf31f0dbca1d authored almost 8 years ago
Updated to use opt.js for controlling Viewer options

github.com/jscad/OpenJSCAD.org - 30216364172fdda5df59c8aa94cbdb435630b52c authored almost 8 years ago
Renamed viewer related pages to appropriate names

github.com/jscad/OpenJSCAD.org - 46b9c2ca49ac4053b0d354e4ebc8e938596f1c0c authored almost 8 years ago
Merge branch 'master' of https://github.com/jscad/csg.js

github.com/jscad/csg.js - 521d51e63c43d09e7bdb63618f3b6aa68b7efe5d authored almost 8 years ago
Added CSG EPS angleEPS areaEPS

Changed all hard coded values to one of these.

github.com/jscad/csg.js - e95d0fd615379b66fd866826ed2d827c6b4b2ace authored almost 8 years ago
Merge pull request #30 from z3dev/master

Initial Tests for Vector2D

github.com/jscad/csg.js - a0e21ddff35158b9bd2c6585a478ada31134ec33 authored almost 8 years ago
updated to use nearlyEquals

github.com/jscad/csg.js - adc390e25baa78e2c7e2e8919f293439e3c08cfc authored almost 8 years ago
Helper to compare nearly equal numeric values

github.com/jscad/csg.js - 277af5670fcbaeb11cba1c150f5e957bace80f3f authored almost 8 years ago
Merge pull request #223 from apla/patch-1

Retain customized parameter values on rebuildSolid

github.com/jscad/OpenJSCAD.org - 6fedffd7368f65bf63b78562aa8bb2c7c54dc541 authored almost 8 years ago
Merge branch 'master' of github.com:jscad/jscad-scad-api

github.com/jscad/scad-api - 960f6867d8e78149b4c3daf28bb01a1e2d8d8e8a authored almost 8 years ago
fix(rollup configuration): fixed rollup configuration, to deal with updated CSG.js

github.com/jscad/scad-api - 6b19c1fb1dd5f3d2d1374066ce8ff827954e8929 authored almost 8 years ago
Initial Tests for Vector2D

github.com/jscad/csg.js - cad3fafacf8594b743465c716993346a43b5e9b4 authored almost 8 years ago
remote URL: allow insecure/invalid ssl connections

github.com/jscad/OpenJSCAD.org - 531714226cb0cb4b114bf51e5cba56f8c0763ac7 authored almost 8 years ago
Merge pull request #5 from z3dev/master

Fixes and tests for color()

github.com/jscad/scad-api - 7433256972899147d8decdad295e407875e02e97 authored almost 8 years ago
Added missing imports

Added test for css2rgb()
Added test for html2rgb()
Added test for rgb2html()
Added failing to tes...

github.com/jscad/scad-api - 2a4b61e930b042d687447b6da758ba7e777ef8ca authored almost 8 years ago
Corrected length of returned string in rgb2html()

github.com/jscad/scad-api - 8d26797678bcaa6a43cb92987d77169668f79404 authored almost 8 years ago
Merge pull request #28 from z3dev/master

Completed integration of cylinderElliptic()

github.com/jscad/csg.js - f4fa7b644bccaf13fb3f050cc3f4264d5c60c46f authored almost 8 years ago
Added script build-min to build min.js, which is used by min.html

github.com/jscad/OpenJSCAD.org - 76e1f43e8a730b1404fbc36dd420e56749cff95d authored almost 8 years ago
Reworked to use new bar library; min.js

github.com/jscad/OpenJSCAD.org - 31bd6d6b661788432755ee25bceb6f8cddd83285 authored almost 8 years ago
Inital BAR file

github.com/jscad/OpenJSCAD.org - 24d0234119ee7826fd1cfd776d842f2358ec634b authored almost 8 years ago
Initialization script for min.html

github.com/jscad/OpenJSCAD.org - 5a795324d64f878cc7e3e8742fcb90ceea400d8e authored almost 8 years ago
Regression fix

github.com/jscad/OpenJSCAD.org - dd3609815d954ad2213c2ec4875f1e712a2d8537 authored almost 8 years ago
throw script error to the caller

github.com/jscad/OpenJSCAD.org - 021484d5af0c4b69897b02d81a2933e036b4d207 authored almost 8 years ago
get prev param values only for compiled scripts;

reset paramControls only when param definitions can be collected

github.com/jscad/OpenJSCAD.org - cc5238a561bc05061370253ceaa1cfed1f983904 authored almost 8 years ago
Fixed typo in variable name

github.com/jscad/OpenJSCAD.org - 4729fee426ae973aba55a2fd6f2234dc6aa51c00 authored almost 8 years ago
Added stub for testing cylinderElliptic()

github.com/jscad/csg.js - 86e5e01c6038b60231efa4314c9123ef97d873f5 authored almost 8 years ago
Removed tabs from merge of cylinderElliptic()

Changed comments for cylinderElliptic() to JSDOC

github.com/jscad/csg.js - 980f99e09b18952e1da451e8e129d0258e640c21 authored almost 8 years ago
chore(build): fix Issue #227: hardcoded bin path, sudo

Also fixes paths for files in root directory, not js subdir.

github.com/jscad/OpenJSCAD.org - e32262da6d21b03608803bb69e33631c5a896a4f authored almost 8 years ago
chore(tests): Increased timeout

timeout for tests seems to be the only issue on travis (they run fine locally for me in Node 4 ...

github.com/jscad/csg.js - 32cebb380a343e239427de34b6cb5dd62ea25300 authored almost 8 years ago
Corrected determination of arguments to color()

Reloaded CSS color map to internal object called cssColors
Exported new function css2rgb() to fac...

github.com/jscad/scad-api - 2aa96b9242939e80c75e765eaaa4d2e95209966d authored almost 8 years ago
Expanded cases for 3D color tests

github.com/jscad/scad-api - 4ba3f1f73966b0a64894ce6992e76d968ab1a3b4 authored almost 8 years ago
Merge pull request #2 from dav-m85/test

test CSG

github.com/jscad/csg.js - 6b0ff43b36c893af5dc523536c7cc74d8dbc59f5 authored almost 8 years ago
forcing es2015 preset because of node 4

github.com/jscad/csg.js - bb7fd1b3357775e2eb3d937459b26626a4e22e47 authored almost 8 years ago
Merge remote-tracking branch 'upstream/master' into test

github.com/jscad/csg.js - 773aa02e942212074bf71934222b9661b820ed94 authored almost 8 years ago
csg shapes testing and test cleanup

github.com/jscad/csg.js - 5035cec3c87f29f1df53fa340574aa0307906139 authored almost 8 years ago
couple of fixes to enable testing

github.com/jscad/csg.js - 53c14a16ab133006c3e69e24f8dfb8a2923c7a1f authored almost 8 years ago
moving comparePolygons to asserts

github.com/jscad/csg.js - a5fe5b788ad1238bbf44cdf4f731ff728d1ec8b6 authored almost 8 years ago
Added back the one liner description

github.com/jscad/csg.js - a07e23810dccd1e75e2db33c17d9630b8d1269d1 authored almost 8 years ago
Merge pull request #13 from z3dev/master

Restructuring comments to JSDOC

github.com/jscad/csg.js - 4d531e8d939fa1d4650f844f67d8ff9aa98130ea authored almost 8 years ago
adapt CSG constructive operations tests to new project structure

github.com/jscad/csg.js - c2783be35426583ad312c22f0128fc7f6a725ae1 authored almost 8 years ago
babel is already declared in ava deps

github.com/jscad/csg.js - 3071fe2bf56fcd874c1e8afbddc671242303f76b authored almost 8 years ago
Merge remote-tracking branch 'upstream/master' into test

github.com/jscad/csg.js - 207ad542f3d9c733f92add5727794c6e5f2f91bf authored almost 8 years ago
Merge branch 'master' of https://github.com/jscad/csg.js

github.com/jscad/csg.js - 4b1de5625b2edf67990ba05c28b38d940595cf4a authored almost 8 years ago
Merge pull request #9 from z3dev/master

Update for Automated Testing as well as CSG

github.com/jscad/csg.js - df40b96c08300522eda539151824abc716564dc4 authored almost 8 years ago
Merge pull request #8 from dav-m85/elliptic_cylinder

Elliptic cylinder.

github.com/jscad/csg.js - dd02f9e1a5513ce9f4cdf38ac766978d9914d196 authored almost 8 years ago
Corrected JSDOC comments for CSG functions

Added JSDOC comments for some CAG functions

github.com/jscad/csg.js - b3915edff8cd2f1b53fc294365bc90d377f87a14 authored almost 8 years ago
JSDOC settings

github.com/jscad/csg.js - 8cfef3774cde8811d9c20db5390a4022a181e40d authored almost 8 years ago
Added build-docs script to create documentation using JSDOC

github.com/jscad/csg.js - 0be85016fd57c71c25d45c9368d77bc97935c3bd authored almost 8 years ago
Changed comments for CSG to JSDOC style

AWESOME

github.com/jscad/csg.js - 3c0b96525f0f63c1a1c769e80500dc4e2a290953 authored almost 8 years ago