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

Merge pull request #210 from kaosat-dev/echo-fix

Fix for echo() function

github.com/jscad/OpenJSCAD.org - a4ca3205813d51b539491564f09b4f82dc889731 authored about 8 years ago
Reverted changes

github.com/jscad/OpenJSCAD.org - 1fdd03f9cb76645003a854127aec04b97f999038 authored about 8 years ago
test(primitives2d): added tests for all remaining 2d primitives & param combos

github.com/jscad/OpenJSCAD.org - e1fcb784334cd3b5af8550cab3235aa57d491d72 authored about 8 years ago
test(primitives2d): added tests for all remaining 2d primitives & param combos

github.com/jscad/scad-api - 9c58834b55e6eb5351e5634e6c090fee4cdc5123 authored about 8 years ago
test(primitives2d): started adding tests for 2d primitives

github.com/jscad/scad-api - ab63dcd3ae8df896de691d1e4f6a2a69ad74db11 authored about 8 years ago
test(primitives2d): started adding tests for 2d primitives

github.com/jscad/OpenJSCAD.org - def4016fe6d36fc02f1cc91efbd14971af49b4c6 authored about 8 years ago
fix(echo): added deprecation warning

github.com/jscad/OpenJSCAD.org - 5a69f0824e1dc9358d974d57e243b799379a60b8 authored about 8 years ago
fix(echo): added deprecation warning

github.com/jscad/scad-api - 7460c72124bada56bc1be6f2b55ccd848582f03d authored about 8 years ago
test(echo): added basic test & example for echo commands, updated build

github.com/jscad/scad-api - 19ce0d36ee7655f0e3b8e912d60e31d1c495dfa6 authored about 8 years ago
test(echo): added basic test & example for echo commands, updated build

github.com/jscad/OpenJSCAD.org - 4d0cdba266efe02796226f67c3ba1bcf4e9f1cde authored about 8 years ago
feat(echo): added back basic echo() support

github.com/jscad/OpenJSCAD.org - 8d1f6302d8468804d3b9ecc64a16aa1a2ff29009 authored about 8 years ago
feat(echo): added back basic echo() support

github.com/jscad/scad-api - 73bc47667f8f504b4dd6a3250d188ac8c772988c authored about 8 years ago
Enhanced to allow installation in INSTALLDIR

github.com/jscad/OpenJSCAD.org - 47dbfacb8fd2a36f53b2f6aedb98ed4586aae7fb authored about 8 years ago
Corrected parameters to putSourceInEditor()

github.com/jscad/OpenJSCAD.org - 24937244c84c80409afa03fc4e332078a99c86fe authored about 8 years ago
Merge pull request #205 from kaosat-dev/modulify

Modulify / restructure the codebase

github.com/jscad/OpenJSCAD.org - 3a0419cb140c8747346cc007dee9ffeacf65ec3b authored about 8 years ago
fix(examples): fixed lack of initial loading of example

- added passing of remote url as well

github.com/jscad/OpenJSCAD.org - 86ccf47576679e887caa98ca51866627fb8105b1 authored about 8 years ago
chore(build): updated web build

github.com/jscad/OpenJSCAD.org - 3eddcad6a3af4c1da0dd02ed7ef6b48f32e75423 authored about 8 years ago
refactor(cleanup):

github.com/jscad/OpenJSCAD.org - f48c9f5322734daa0125c67c9ea839b008f876ae authored about 8 years ago
refactor(cleanup):

github.com/jscad/io - df721693d4348f21424664ecbc690a53df112f7c authored about 8 years ago
doc(NOTES): updated notes

github.com/jscad/OpenJSCAD.org - 37cc2b7979c5864972f261b346b51541f9cbfd35 authored about 8 years ago
chore(package): removed obsolete dependencies

github.com/jscad/OpenJSCAD.org - fc68adafd865cc704e4565ea0a44962824fcc856 authored about 8 years ago
refactor(bye jquery): replaced remaining few uses of jquery with 'vannila'

javascript:
- viewer now uses hammer instead of jquery hammer
- various remaining uses of jquery ...

github.com/jscad/OpenJSCAD.org - 335b8c3cfacc9fbc28b993167ec031a067cb3e12 authored about 8 years ago
chore(build): updated build files

github.com/jscad/OpenJSCAD.org - 8c196f1f25db82549e874dd73c21b5f7bae5d48a authored about 8 years ago
chore(package): simplified command names for builds

github.com/jscad/OpenJSCAD.org - b8d8df22aab2a69aa7741eb1e2d152b60e0a1dda authored about 8 years ago
fix(rebuildsolid & use): modified api of rebuild solid wrt to globals:

- updated worker, rebuildsolid & module to match changes

github.com/jscad/OpenJSCAD.org - bd4494b635ce39b67240c03dd4ef29c5f46a08dc authored about 8 years ago
fix(rebuildSolid):

- made operations cancelable (worker variant only)
- fixed issue with include()s in worker versio...

github.com/jscad/OpenJSCAD.org - 3388de4477456a5d5c2d2be0a3a392eb3707113e authored about 8 years ago
fix(rebuildSolid):

- made operations cancelable (worker variant only)
- fixed issue with include()s in worker versio...

github.com/jscad/scad-api - 11a2caedc7e9f4da4a73ac85b11d30e1dfc7f8d8 authored about 8 years ago
fix(log): fixed bad reference

github.com/jscad/OpenJSCAD.org - 4d859e8f030ac9355bc50692288f09138ab892cb authored about 8 years ago
refactor(params): removed useles param

github.com/jscad/OpenJSCAD.org - f06d23644e295fb7d666457cd92975a05c851e85 authored about 8 years ago
Merge pull request #207 from z3dev/master

Corrected determination of array parameters

github.com/jscad/OpenJSCAD.org - 6ac398332deb0c3b00f83120afca100c45d5a09e authored about 8 years ago
Corrected determination of array parameters

github.com/jscad/OpenJSCAD.org - 5d075ccd262c720ad0252a9606157f51c66e6781 authored about 8 years ago
doc(NOTES): fleshed out notes for better overview of changes, etc

github.com/jscad/OpenJSCAD.org - 72aca510cab67bccd31210d842da9412271b14c5 authored about 8 years ago
chore(build): modified builds : sourcemaps are not inline anymore

github.com/jscad/OpenJSCAD.org - 2c59a29acca97e65ffee5dca658a4aab1ae9fed9 authored about 8 years ago
docs(NOTES): updated notes

github.com/jscad/OpenJSCAD.org - 017b15717ffd8266db806c04c636dae3642e83cb authored about 8 years ago
refactor(dist): dist folder now slimmed to only 3 files:

- cli.js (rollup bundle for cli use, tested, works)
- module.js (rollup bundle for module use, te...

github.com/jscad/OpenJSCAD.org - 7f9cb9be0e3eac13809f46e35486f720124afdc3 authored about 8 years ago
feat(build): cli & module versions now use rollup to generate small bundles

- added needed rollup tools & config
- added dependencies
- added commands

github.com/jscad/OpenJSCAD.org - 3b1a24b171e542daf4f918014b8102a63ca9a568 authored about 8 years ago
refactor(genOutputData): require => es6 module

github.com/jscad/OpenJSCAD.org - 59e094136be3b00e536df8398284727f16f4c83d authored about 8 years ago
fix(imports): fixed bad import for log()

github.com/jscad/OpenJSCAD.org - e2f6271d417933b5705c824a6adbdea041adf6de authored about 8 years ago
fix(imports): fixed bad import for log()

github.com/jscad/scad-api - d9a28db6ca6df6412605b346b05f8ce15d04cdb9 authored about 8 years ago
refactor(require): removed require() call, in favor of es6

github.com/jscad/OpenJSCAD.org - 06ba02e64bc227ea01e9d3683e8166fdf1e84c0b authored about 8 years ago
refactor(cli): removed require() calls, moved to es6 imports

github.com/jscad/OpenJSCAD.org - 2cc1502f7d5b6ab22dcb46c83b1be94eaace0953 authored about 8 years ago
refactor(Blob): removed conditional require calls( not es6 compatible, iffy syntax etc):

- Blob module now contains a makeBlob() function that either returns window.Blob or the node.js B...

github.com/jscad/OpenJSCAD.org - f5c3df720317bd4104d27d10527a503028203f31 authored about 8 years ago
refactor(Blob): removed conditional require calls( not es6 compatible, iffy syntax etc):

- Blob module now contains a makeBlob() function that either returns window.Blob or the node.js B...

github.com/jscad/io - d7faaec95700e18cfe8add2ba03f06b6ab0a6e67 authored about 8 years ago
refactor(module):

- migrated node require calls to es6 modules
- renamed openjscad-module to module
- cleanups

github.com/jscad/OpenJSCAD.org - 69c9b8c6ba58b0215fe8042bf26d991b3935113a authored about 8 years ago
docs(README): updated readme with some dev infos

github.com/jscad/OpenJSCAD.org - 09097552e10415a97a7cdecf74780e04ec74fa42 authored about 8 years ago
chore(web build): added pre build web index.js

github.com/jscad/OpenJSCAD.org - eb96a4db3d98ed4275f3e3d4ef38e59cf4a7ce75 authored about 8 years ago
chore(package): fixed build path for web version

github.com/jscad/OpenJSCAD.org - f625d45ac609ec05350175acaa362f19dff0f387 authored about 8 years ago
docs(README etc): updated/fixed/fleshed out docs

github.com/jscad/OpenJSCAD.org - 9368cf56fdba77dc10f92ec7cd067cb3202580ae authored about 8 years ago
chore(dist): added dist folder

github.com/jscad/OpenJSCAD.org - 72454203f7529c57997a50119bd73a92ae32e493 authored about 8 years ago
chore(package):

- modified CLI & node module paths : TESTED AND WORKING !
- added my own infos to contributors
- ...

github.com/jscad/OpenJSCAD.org - b67fdebcec5a5349aacbe64906e8ea4ffc789df8 authored about 8 years ago
doc(Notes): added notes about various aspect of refactoring / new structure

github.com/jscad/OpenJSCAD.org - 986694be7a147cbb991b9d27886b5dc599c4d281 authored about 8 years ago
refactor(): removed launch xx helpers as they do not work outside of the module confines

github.com/jscad/OpenJSCAD.org - d3cdb1c4b2ee38baf1c3d18b3d5c85ba7a4f5b2f authored about 8 years ago
refactor(generateOutputData): switch to es6 modules

github.com/jscad/OpenJSCAD.org - 1a10f7bf3ebc7ee1a0ed328e3e698cc72ea566f6 authored about 8 years ago
fix(cli): multiple fixes:

- fixed bad shebang / node location
- fixed missing imports / old code
- moved common.js imports ...

github.com/jscad/OpenJSCAD.org - de0d18f1f2312a5419b1a3aa5950e02b72033818 authored about 8 years ago
refactor(rebuildSolid): removed obsolete import

github.com/jscad/OpenJSCAD.org - a99eb3ec866585fe8434359ab480c92198a3f84b authored about 8 years ago
feat(env): added correct exports to jscad env etc

github.com/jscad/OpenJSCAD.org - 2712fdc50cf0e3912b0ea71a29ddf376b5c9df2b authored about 8 years ago
fix(cli) : more cli tweaks to get global install working

github.com/jscad/OpenJSCAD.org - e4834c7d6357c50891043a1ce11febb2853f2e3c authored about 8 years ago
fix(cli): attempt at cli fix

github.com/jscad/OpenJSCAD.org - dccc36723fb8838fd138d866a87b4f5ecdfec8a5 authored about 8 years ago
chore(package): updated depencies

github.com/jscad/OpenJSCAD.org - 67b18f85aa474a4614d58b85b1617ad629191098 authored about 8 years ago
fix(package): path fix

github.com/jscad/OpenJSCAD.org - 041ec8c41efaa201578ada29770ce46d7846742e authored about 8 years ago
feat(main module entry): experimenting with main module entry boostrapping

github.com/jscad/OpenJSCAD.org - b1b57aac603d7ec109dee94fea9a5ce23fd1da05 authored about 8 years ago
chore(package): updated binary & module paths

github.com/jscad/OpenJSCAD.org - efd65f6553deffee098f7c088924972e84855aa3 authored about 8 years ago
refactor(libs): more redundant dependency files removed

github.com/jscad/OpenJSCAD.org - bf367a0c3ddcb3caffb05b727ca24677a777fe5e authored about 8 years ago
refactor(module): minor cleanup

github.com/jscad/OpenJSCAD.org - 1a84d258b5f65a5c205d875d05636b13c499b10f authored about 8 years ago
fix(tests): fixes & tweaks for tests

github.com/jscad/OpenJSCAD.org - 17db62671da6174e4cbc349dc5ff0345d6ca8522 authored about 8 years ago
feat(worker support): added 'back'/ upgraded worker support:

- now reuses jscad-function features
- totally restructured/rewritten to use webworkify & the new...

github.com/jscad/OpenJSCAD.org - c38d4f00cc95228ffd2903084c061c27a01a5220 authored about 8 years ago
refactor(io utils): vt2jscad.js is now utils, and not default export

- modified imports accordingly

github.com/jscad/OpenJSCAD.org - 11c714f9301a6d469a9913dfe8963b6b61a4cf1a authored about 8 years ago
refactor(io utils): vt2jscad.js is now utils, and not default export

- modified imports accordingly

github.com/jscad/io - 566f83fa48468103e703b3bc7669ac99cad4084c authored about 8 years ago
test(CLI): fleshed out tests by also checking file size of outputs

github.com/jscad/OpenJSCAD.org - 0143887a13b95cb569d1ba170e0117b3dba89417 authored about 8 years ago
fix(CLI): fixed output file writing for Node >7.0.0

github.com/jscad/OpenJSCAD.org - f90a4990a7edaa0af5a6f5c0ff79d0861329f1c2 authored about 8 years ago
fix(jscad output): fixed multiple issues with jscad output

github.com/jscad/OpenJSCAD.org - b196e8336ea871e4fc0cf63aabe4a377a51b29b7 authored about 8 years ago
fix(jscad output): fixed multiple issues with jscad output

github.com/jscad/io - 22f6ee4213fccbc5acb39ccd756f4afb3a28c903 authored about 8 years ago
refactor(index): replaced old index.html with new one

github.com/jscad/OpenJSCAD.org - 040d3a6539f826dcf3084c00f4591b8cd2ff9c04 authored about 8 years ago
feat(launch-cli): added boostrapper file for cli to avoid need to transpile files

for node.js

github.com/jscad/OpenJSCAD.org - f1e506f4afb77cc24e39f43b0a361be251f56631 authored about 8 years ago
fix(openscad support): added back openscad support to CLI

github.com/jscad/OpenJSCAD.org - a78c8542bed107b430c0a09c1967e908832176e0 authored about 8 years ago
chore(package):updated dependencies & commands

github.com/jscad/OpenJSCAD.org - 43fbd5e72d37ebbdd228ea9b5e38af6009704121 authored about 8 years ago
refactor(CLI): modified cli to reuse existing code:

- updated generateOutputData to use exising modules
- modified handling of getParameterDefinition...

github.com/jscad/OpenJSCAD.org - 1c122ff5562b42168dcc637280d657c7d406c794 authored about 8 years ago
refactor(includeSync): extracted includeSync

github.com/jscad/OpenJSCAD.org - 16584afd1063c9b30407932c7cb3783430127436 authored about 8 years ago
refactor(cleanup):

github.com/jscad/OpenJSCAD.org - eb1744f4baf5bc478e8faeaa8279f9317f4d2ce7 authored about 8 years ago
refactor(dependencies): removed jquery ui dependency (not used)

github.com/jscad/OpenJSCAD.org - f95379b35e45ce66558d1c8b2820efc1f9d992cd authored about 8 years ago
feat(formats): added missing info for plain stl format

github.com/jscad/OpenJSCAD.org - dc1e8f33cdc23b1df85804df30228e60da3c6572 authored about 8 years ago
feat(formats): added missing info for plain stl format

github.com/jscad/io - 8ac5dd8742c955257b2429eb491ff250fddb1b2e authored about 8 years ago
refactor(parsers): extracted vt2jscad to seperate module as it is used

by two parsers

github.com/jscad/io - 18923ae4c849e9c74dd6c06cb9a09b628fdc6dca authored about 8 years ago
refactor(parsers): extracted vt2jscad to seperate module as it is used

by two parsers

github.com/jscad/OpenJSCAD.org - 5f5d9e161e15071548b7b8ce452e9620404a5803 authored about 8 years ago
refactor(deps): removed local version of sax-js dependency

github.com/jscad/OpenJSCAD.org - d922a608781d912a7405f5345ae3394b3d4e8970 authored about 8 years ago
refactor(): removed obsolete files

github.com/jscad/OpenJSCAD.org - 771861fd053597730f6e01bd970fbcb2b834d148 authored about 8 years ago
refactor(openscad-module): removed not needed dependency

github.com/jscad/OpenJSCAD.org - 0e7d5f058ddb69d205702276513843cb1a33c047 authored about 8 years ago
fix(modeling): modified exports to match its general use

github.com/jscad/OpenJSCAD.org - de0b3a0ec20833812e3c14077eda56f3bdb58de4 authored about 8 years ago
fix(modeling): modified exports to match its general use

github.com/jscad/scad-api - 9ac45f18ee0aab75a7fc2473c8361a0c4f2bf7f0 authored about 8 years ago
fix(Blob): added missing variable declarations

github.com/jscad/OpenJSCAD.org - 864e4ca716afe9c0d5165f5b5088fa77a44440ab authored about 8 years ago
refactor(openjscad-module): openjscad module now works again, using existing code

- modified implementation & tests to match changes (use of async & promises)

github.com/jscad/OpenJSCAD.org - 6db9e491bf7f0470eebb16fc885271dbe8b66f34 authored about 8 years ago
refactor(convertToSolid): minor variable renaming

github.com/jscad/OpenJSCAD.org - 94af248aecf73529fd92d591d7668ce688d9886d authored about 8 years ago
feat(utils): added misc utils: toArray

github.com/jscad/OpenJSCAD.org - a2b15b94cced13f0e3324d9ebb83ce018f700b16 authored about 8 years ago
refactor(): renamed / tweaked getParamDefinitionsCLI

github.com/jscad/OpenJSCAD.org - 39f334b21c10f8331040e0344fe0c8b4e70bd35c authored about 8 years ago
fix(writers): added 'adaptativ' import of node.js version of Blob when needed

github.com/jscad/OpenJSCAD.org - 68f6b3c3e75009fec9543d7e396b826d5f7c41ef authored about 8 years ago
fix(writers): added 'adaptativ' import of node.js version of Blob when needed

github.com/jscad/io - 9fca355516d4ba28683c1551bdcda9b3c14fb3c2 authored about 8 years ago
refactor(rebuildSolidSync): modified rebuildSolidSync & jscad function for simpler api:

- no more injected promise
- switch back to try/catch + callback

github.com/jscad/OpenJSCAD.org - 35b9aa423d413dbd965ad9e7e6fecf89166af3be authored about 8 years ago
docs(rebuildSolid): fleshed out docstrings + some cleanup

github.com/jscad/OpenJSCAD.org - 8f66a5bb710d33cbe7cf2f1e3e4213d50797e1f1 authored about 8 years ago
fea(rebuildSolidSync): moved rebuildSolidSync to a non eval,

code inlinine system:
- added all code needed to replace include() statements with the inline cod...

github.com/jscad/OpenJSCAD.org - bb9b7147aabaf7dff25cd626a95b705f9dd0fca9 authored about 8 years ago
refactor(cleanups): overall cleanups (minor ones)

github.com/jscad/OpenJSCAD.org - c44d980617bf7a9604b34898bf91f168d3f989a6 authored about 8 years ago