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

fix(about selector): fixed selector for "about" section toggle

github.com/jscad/OpenJSCAD.org - f82eba3ae98227e8a1a719c6696da63551703f67 authored about 8 years ago
refactor(version display):

- updated version number display(s) to new system (no more inline document.write)
- version numbe...

github.com/jscad/OpenJSCAD.org - 344fb738fe83dbf0c0b6fceb8a53afc2ff09e849 authored about 8 years ago
refactor(ui): extracted some jquery code from html to main index.js

github.com/jscad/OpenJSCAD.org - c259ea11e3449ad20b089a92c3b388aaada2f2f5 authored about 8 years ago
refactor(cli & module): moved cli & module code to src

github.com/jscad/OpenJSCAD.org - 862048bda21f86141124e8b2b9eaea5b2e67eb4a authored about 8 years ago
refactor(options): split out, cleaned up options handling

- also updated cookies
- added correct imports/exports

github.com/jscad/OpenJSCAD.org - de503a234451c02460b295635a3e498e9e39a103 authored about 8 years ago
refactor(examples): move a few more examples related code to examples module

github.com/jscad/OpenJSCAD.org - 1ee0af67fd4b5e3297b3c58610f4a5f7f759ba3b authored about 8 years ago
refactor(setup & examples): restructuring piece by piece of the basic ui + examples fetching:

- split out error handling
- split out examples related code
- updated imports to use the node mo...

github.com/jscad/OpenJSCAD.org - ec6b0a9fb4ec89bd0fe29128a8b634719cf4e9e3 authored about 8 years ago
refactor(split up 'openscad'/modeling helpers):

- split up openscad.js into smaller, focused modules
- split up by 'logical' grouping
- work in p...

github.com/jscad/OpenJSCAD.org - 8cf82ada650cdd881b71e6d498ae7285b4104524 authored about 8 years ago
refactor(split up 'openscad'/modeling helpers):

- split up openscad.js into smaller, focused modules
- split up by 'logical' grouping
- work in p...

github.com/jscad/scad-api - 57095a69a24c36dd99d3d1a33273d926868dfd91 authored about 8 years ago
feat(index): added new html entry point for browserified version (wip)

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

- added correct, browserifyable version of ace editor
- fixed path for start-dev command

github.com/jscad/OpenJSCAD.org - f02755ceb2c65bb140b7d98920759e4318995e47 authored about 8 years ago
chore(build): added babelrc config

github.com/jscad/OpenJSCAD.org - dcfc24b5e0498934de73b9636fbf50f5607cc195 authored about 8 years ago
chore(package): added most 'external' dependencies as node dependencies

github.com/jscad/OpenJSCAD.org - 9d883833483f1bc597e6b971e2189d28e6a364e5 authored about 8 years ago
feat(js entry point): added new index.js for module/browserified version

github.com/jscad/OpenJSCAD.org - 4e57fbe11065c08b5f38f52c80ec486f82843bad authored about 8 years ago
Merge pull request #203 from kaosat-dev/js-refactor

Move all javascript files to js folder

github.com/jscad/OpenJSCAD.org - 3b17c657dcc976afd468e7ebedf8de84f2da1f76 authored about 8 years ago
fix(typo): fixed naming typo for module tests

github.com/jscad/OpenJSCAD.org - 74706abba064a69e887f4a7968c5bceaa93667bb authored about 8 years ago
fix(package): fixed path to openjscad executable

github.com/jscad/OpenJSCAD.org - 67715803827415c7a58e1c49d1a68fb3bcba6816 authored about 8 years ago
refacto(index): minor cleanup

github.com/jscad/OpenJSCAD.org - 844f59a3aa8ccfb6069ca97a5b76aa8cfea28a71 authored about 8 years ago
fix(Makefile): updated js files to copy

github.com/jscad/OpenJSCAD.org - 293a253fe35e1e2fac4c6fe2fd4b5ee91d3ef51a authored about 8 years ago
chore(Makefile): adjusted js path to copy files (might need more tweeks)

github.com/jscad/OpenJSCAD.org - ef1454758208796eff608d9965f380715c12e587 authored about 8 years ago
chore(Makefile): adjusted js path to copy files (might need more tweeks)

github.com/jscad/OpenJSCAD.org - 3818234e7adcef6ff070471b9f07640afba14bfe authored about 8 years ago
refactor(js): also fixed import path for min & big example html files

github.com/jscad/OpenJSCAD.org - fb07d50021cea523c0d1505c5b872d78c6fe6007 authored about 8 years ago
refactor(js): moved all the javascript code to the js folder

- external libraries are now in js/libs
- all internal 'modules' are under js/
- updated import p...

github.com/jscad/OpenJSCAD.org - f32c8e3483fdad1321d661e1a9bb27b6df702ad5 authored about 8 years ago
Merge pull request #192 from hobofan/fix/makefile-deinstall

fix `make deinstall` to properly deinstall openjscad

github.com/jscad/OpenJSCAD.org - 706949d0ae92d303f94781a543e46934d3847b72 authored about 8 years ago
Merge pull request #200 from kaosat-dev/restructure

Node module basics

github.com/jscad/OpenJSCAD.org - 1f8fa5de42c890b633f5a255d7dbbe453132a9c6 authored about 8 years ago
Merge branch 'restructure' of github.com:kaosat-dev/OpenJSCAD.org into restructure

github.com/jscad/OpenJSCAD.org - 05b137eda173f9c7bac77f26bfb93f0a998ff217 authored about 8 years ago
refactor(future-cli): split out evaluation of source from outputData generation

github.com/jscad/OpenJSCAD.org - a798338790d7f982bbc8620374abc059804bfc3d authored about 8 years ago
refactor(tests): various tweaks & cleanups to tests

github.com/jscad/OpenJSCAD.org - e9fdf8b961461e51de4f04622fe2dd242b04aa47 authored about 8 years ago
refactor(utils): cleanups & tweaks to utilities

github.com/jscad/OpenJSCAD.org - 0f5af864ddbe1e3069cff05bc9f60597800a5866 authored about 8 years ago
fix(README): updated README with the changes to dev

github.com/jscad/OpenJSCAD.org - 33763d69ea4642abf99450d5b373ed938edb676c authored about 8 years ago
docs(README): fleshed out section about use as a module

github.com/jscad/OpenJSCAD.org - 9343838eb4fba83f4e9780efbf4bf2ef5e1fd405 authored about 8 years ago
chore(package): increased test timeouts further for slower systems

github.com/jscad/OpenJSCAD.org - a1d18fd9db8e1df43f9fa3cff847cd849e230b30 authored about 8 years ago
feat(module): changed parameter ordering for compile() function

- also updated tests accordingly

github.com/jscad/OpenJSCAD.org - 815abb6de73e7b6bd14e4aa4d179663251f44632 authored about 8 years ago
chore(package): increased timeout for tests

github.com/jscad/OpenJSCAD.org - e6cc46a7ed14f8f324d6ee275b5a7534464528a2 authored about 8 years ago
refactor(): minor changes to make some modules run without transpiling (for now) in node v4.x

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

- moved 'future-cli' into js folder, made cleare that is is for Node6 + only for now
- added a co...

github.com/jscad/OpenJSCAD.org - 68bce66363b7cf8d2606bcc583c8631d899b06ac authored about 8 years ago
chore(travis CI): added basic travis config

github.com/jscad/OpenJSCAD.org - bd59d12cd28ed750a739e5820ec4704794b8d2a4 authored about 8 years ago
chore(package): added timeout for unit tests

github.com/jscad/OpenJSCAD.org - 567f7bb03e8fc51d58fa1577174c62a1e44bc12c authored about 8 years ago
test(generateOutput): added test for various output formats

github.com/jscad/OpenJSCAD.org - 13a9ec3dff71b29e883172cda154a0cc0d348e17 authored about 8 years ago
feat(module: generateOutput): implemented basic version of generateOutput

github.com/jscad/OpenJSCAD.org - da28442a178b4d540bb564f73fa97e642f9da287 authored about 8 years ago
refactor(cli): renamed a few imports/ data for more clarity

github.com/jscad/OpenJSCAD.org - c6c6fafa95005cd4344def59a3f1cb1213d5dda3 authored about 8 years ago
refactor(imports): simplified require calls where possible

github.com/jscad/OpenJSCAD.org - 3b5c5fc6eec9ead6ca01d3c8ea8acdc123f05e57 authored about 8 years ago
chore(package): added path to executable for CLI version

github.com/jscad/OpenJSCAD.org - 4b0b32cfedee14fe18cbfe2e19bb28c91c180501 authored about 8 years ago
feat(openscad module 'compile' function): basic implementation &

working tests added for compile function

github.com/jscad/OpenJSCAD.org - eac7444e482ab42575735271e9feea05849f55c4 authored about 8 years ago
refactor(inputFormatHandlers): renamed vague 'openscad' parameter

to more explicit 'modelingHelpers'

github.com/jscad/OpenJSCAD.org - cd81997b78e7df4530123337ec267a5447505bbb authored about 8 years ago
refactor(future-cli): split out generatOutputData helper

github.com/jscad/OpenJSCAD.org - e53706b89ac317a122013923d7146c217def3c7a authored about 8 years ago
refactor(future-cli): extracted inputFormatHandlers, for reuse

github.com/jscad/OpenJSCAD.org - 0706b97ba7a3a1c9385007a5f773babf5eec5c39 authored about 8 years ago
feat(cli rewrite): added experimental, cleaned up rewrite of CLI:

- based on openscad main script
- is meant as a DROP IN replacement for the current cli script
- ...

github.com/jscad/OpenJSCAD.org - 30c0e306afc1914d57db03a91bae1f4bc6bdb630 authored about 8 years ago
refactor(tests): minor refactoring & cleanups to tests

github.com/jscad/OpenJSCAD.org - 3186d68558f51a589394628afa227a6e034d518c authored about 8 years ago
test(cli): added tests for command line interface version

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

github.com/jscad/OpenJSCAD.org - 5acfcf1565a8ad1a102633367c6720de2a15e244 authored about 8 years ago
chore(gitignore): added gitignore file

github.com/jscad/OpenJSCAD.org - 840db5422334682126bf2ad1d848763320e12862 authored about 8 years ago
fix(README): updated stability badge

github.com/jscad/OpenJSCAD.org - aed60035c7ee0a0c7574b26b6a6249afeeff7cc8 authored about 8 years ago
docs(README): cleaned up , restructured & updated readme

- more markdown, less html
- table of contents added
- added version etc badges
- added infos abo...

github.com/jscad/OpenJSCAD.org - 798bfdc47fb83bc34aa4058953793cd009a94b54 authored about 8 years ago
feat(openjscad node module): added stub (empty!) for node.js module

outlining basic api
- also added basics for future unit tests

github.com/jscad/OpenJSCAD.org - 54e73c1a680918ae2fc49af1ef897a1a24b49bb7 authored about 8 years ago
refactor(future-cli): a bit more refactoring , for better handling

of params & imports

github.com/jscad/OpenJSCAD.org - 90042e77a5548481a938b61400535b0a47ed5191 authored about 8 years ago
refactor(openjscad-module): removed convert function , as it

seems redundant (can be composed with) existing api functions

github.com/jscad/OpenJSCAD.org - 6e23928cc08998d6f6108a7b53d4e48094f68170 authored about 8 years ago
fix(package): fixed entry point for module

github.com/jscad/OpenJSCAD.org - e2f535c41d57d19e46474a4f7c47903b8cdff82e authored about 8 years ago
docs(evaluateSource): added notes about the use of eval & lack of alternatives for now

github.com/jscad/OpenJSCAD.org - 510b9e2abb293464331734427834edda0f623ec8 authored about 8 years ago
chore(package): added basic package.json (with some extra tooling)

github.com/jscad/OpenJSCAD.org - 0abe8ab923453618592bb7eca3aaf8f0e5d40a62 authored about 8 years ago
fix(README): updated README with the changes to dev

github.com/jscad/OpenJSCAD.org - ede5668b1f78b4bfa8499de7b09dd96a79aca367 authored about 8 years ago
Merge pull request #202 from apla/refactor-viewer

Viewer rewrite, second attempt

github.com/jscad/OpenJSCAD.org - c6720c0e9b64a5c8b054d63b1e111c5b4cae01a4 authored about 8 years ago
Merge pull request #204 from Spiritdude/master

Syncronizing DEV and MASTER

github.com/jscad/OpenJSCAD.org - 27ade09c6ec558cb8f1a3af76e507192a7f63c85 authored about 8 years ago
Merge branch 'master' into dev

github.com/jscad/OpenJSCAD.org - 1f180b91f6c132b4d412b4fa492ccf4edf28f661 authored about 8 years ago
added viewer.js to the big.html

github.com/jscad/OpenJSCAD.org - af3113df4c38f87f3a9f4c86253ea291373d2e87 authored about 8 years ago
docs(evaluateSource): added notes about the use of eval & lack of alternatives for now

github.com/jscad/OpenJSCAD.org - 57a7b61daf695a241ec2a4a3a711105ba496fe3e authored about 8 years ago
docs(README): fleshed out section about use as a module

github.com/jscad/OpenJSCAD.org - 5bf478e75d9eaea0be0724cdc421baf45ee8a9ca authored about 8 years ago
chore(package): increased test timeouts further for slower systems

github.com/jscad/OpenJSCAD.org - 4bf030268459463d494b73ca5b48638b58edc303 authored about 8 years ago
feat(module): changed parameter ordering for compile() function

- also updated tests accordingly

github.com/jscad/OpenJSCAD.org - 315a0c00882fdb2db27150d3f2b194f67f2af506 authored about 8 years ago
fix(package): fixed entry point for module

github.com/jscad/OpenJSCAD.org - 1a8e52d270c3f1911dfa3ae9c9e57d24d397eb2b authored about 8 years ago
lightgl viewer in separate file

github.com/jscad/OpenJSCAD.org - b05dfbd4c8fe999eb3dc82fc6ff72fe474180651 authored about 8 years ago
chore(package): increased timeout for tests

github.com/jscad/OpenJSCAD.org - 92cb39e5a149a9db31a7e7ff05c6e75b256ede6c authored about 8 years ago
refactor(): minor changes to make some modules run without transpiling (for now) in node v4.x

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

- moved 'future-cli' into js folder, made cleare that is is for Node6 + only for now
- added a co...

github.com/jscad/OpenJSCAD.org - 9961a92669b3c487ec4c61cb9bcdab53ce77533e authored about 8 years ago
refactor(openjscad-module): removed convert function , as it

seems redundant (can be composed with) existing api functions

github.com/jscad/OpenJSCAD.org - 673bb4f9e92f26ac4d8fbec96ea160c43abf5d0b authored about 8 years ago
chore(travis CI): added basic travis config

github.com/jscad/OpenJSCAD.org - 359391472f9acd58ead25b255bd971c083ea7b3a authored about 8 years ago
chore(package): added timeout for unit tests

github.com/jscad/OpenJSCAD.org - e3f512836370969db2ccb5a818e10a819795aaa1 authored about 8 years ago
test(generateOutput): added test for various output formats

github.com/jscad/OpenJSCAD.org - 3db1c117ca024baa43f7ebc882b80094f98dc7d6 authored about 8 years ago
feat(module: generateOutput): implemented basic version of generateOutput

github.com/jscad/OpenJSCAD.org - 633e43f0e858cb7da1b8f2d137c439b80938d9c9 authored about 8 years ago
refactor(cli): renamed a few imports/ data for more clarity

github.com/jscad/OpenJSCAD.org - 0700fe5c6d6574d421e35bd3109a382f209c3c7e authored about 8 years ago
refactor(imports): simplified require calls where possible

github.com/jscad/OpenJSCAD.org - fa10f4517bb06efd57fb4cb7c3cd7bfec45af4b5 authored about 8 years ago
chore(package): added path to executable for CLI version

github.com/jscad/OpenJSCAD.org - b6bde8ba11c51a27e1583ac548c4ecb41cff3e2f authored about 8 years ago
refactor(future-cli): a bit more refactoring , for better handling

of params & imports

github.com/jscad/OpenJSCAD.org - c76637d5a828f6fc48601219590dde5968477257 authored about 8 years ago
feat(openscad module 'compile' function): basic implementation &

working tests added for compile function

github.com/jscad/OpenJSCAD.org - a06bb85fcb42149f7ad72e2fd096d9995731ccbd authored about 8 years ago
refactor(utils): cleanups & tweaks to utilities

github.com/jscad/OpenJSCAD.org - 030f58c6fef3871aa1a084f9e63e833672196c4c authored about 8 years ago
refactor(inputFormatHandlers): renamed vague 'openscad' parameter

to more explicit 'modelingHelpers'

github.com/jscad/OpenJSCAD.org - ea8089c76d34765ec047965e9a8cb1c9697040b9 authored about 8 years ago
refactor(future-cli): split out evaluation of source from outputData generation

github.com/jscad/OpenJSCAD.org - 2b9eef21abb7e7796a069b39ba94341be553839a authored about 8 years ago
refactor(future-cli): split out generatOutputData helper

github.com/jscad/OpenJSCAD.org - 25ba5878046b1d2934dad6d43f8917f5bb35ac31 authored about 8 years ago
refactor(future-cli): extracted inputFormatHandlers, for reuse

github.com/jscad/OpenJSCAD.org - b9a409de0a358a8891f11aec37cbd8f7c3182ef7 authored about 8 years ago
refactor(tests): various tweaks & cleanups to tests

github.com/jscad/OpenJSCAD.org - f046eac0505a86b166e503608b3e6b58813873cf authored about 8 years ago
feat(openjscad node module): added stub (empty!) for node.js module

outlining basic api
- also added basics for future unit tests

github.com/jscad/OpenJSCAD.org - 2342d2494da23f239ff5f88749a3415ed2400234 authored about 8 years ago
feat(cli rewrite): added experimental, cleaned up rewrite of CLI:

- based on openscad main script
- is meant as a DROP IN replacement for the current cli script
- ...

github.com/jscad/OpenJSCAD.org - b56c3239adbc1e055ca44b28fcb443ac66c2bf5c authored about 8 years ago
Adding CAG.fromObject() in support of automated testing

github.com/jscad/csg.js - 35d01c2576a0cfc5ce1ccc6065fef103c5891b23 authored about 8 years ago
Merge pull request #194 from z3dev/dev

Removed enhancement for JSON

github.com/jscad/OpenJSCAD.org - 1f0c2c37141597fbc7f3b4bd569af5d462b1cbe9 authored about 8 years ago
Removed json from support file extensions, disabling import

github.com/jscad/OpenJSCAD.org - 7bfde36a471f8ee580beb8fe6224a712f10fe943 authored about 8 years ago
assume dynamic canvas dimensions for `calc()`

width and height

github.com/jscad/OpenJSCAD.org - 1ece3275ccc77f67a1b5d2a83b66cc4bf977452f authored about 8 years ago
use this.canvas instead of this.gl.canvas

github.com/jscad/OpenJSCAD.org - 4a96637deb306519f9706665cd19a022a7500adb authored about 8 years ago
use additional formats to override solid colors

github.com/jscad/OpenJSCAD.org - 633c4400cc2ee390bf7e195b58bae00bd5b6e8ac authored about 8 years ago
createRenderer method

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