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

Version number changes for 0.5.0 alpha release

github.com/jscad/OpenJSCAD.org - 2c48467642ebd6740ed93bc84a15b4a739fe505a authored over 8 years ago
Corrected copy right date

github.com/jscad/OpenJSCAD.org - 31c95f89e787d8019453c711b561fffe98aa076d authored over 8 years ago
Corrected editor mode for SCAD versus JSCAD source

Removed unnecessary function calls

github.com/jscad/OpenJSCAD.org - 3e1d91fa6c41752ee91e89d515b88e7263ec275d authored over 8 years ago
Merge pull request #147 from z3dev/dev

Enhanced drag-n-drop to support mobile devices

github.com/jscad/OpenJSCAD.org - e79827f1bfb21daa237853cc65546c5111b19789 authored over 8 years ago
Enhanced drag-n-drop to support mobile devices, switching to File selection (button)

github.com/jscad/OpenJSCAD.org - 13fef59ce13069903cc022da832bd9f1185781e1 authored almost 9 years ago
Merge pull request #145 from z3dev/dev

All examples tested properly so merging these changes.
Full testing to be completed soon for 0.4.1

github.com/jscad/OpenJSCAD.org - edef3cd8d578498523916e50e6c85babad02bb82 authored almost 9 years ago
Some clean up of code

Implemented useAsync and useSync options for Processor
Corrected temporary directory names

github.com/jscad/OpenJSCAD.org - 9ff7b980197936866fa434923993ab55940d5f97 authored almost 9 years ago
Changed to create major DIVs for error, status, and parameters if not found

Removed hard coded styles for status div and sub-elements

github.com/jscad/OpenJSCAD.org - 5d9e6f376c766ae7f1da3b3e26f0d75ec9db55d8 authored almost 9 years ago
Added style for GROUP headings

Added styles for status div and sub-elements

github.com/jscad/OpenJSCAD.org - 207e3120f386609c4bd65c823779a6c1b2983db3 authored almost 9 years ago
Added jscad-function.js to list of imported scripts

github.com/jscad/OpenJSCAD.org - fc9af6e0a58b5cf00d6c9b9e0245700e6c4440a9 authored almost 9 years ago
Merge pull request #142 from z3dev/dev

Rework of Viewer and Processor to Support Options

All examples pass via browser and CLI

github.com/jscad/OpenJSCAD.org - 215cb3181c5c593b1796271fc644441671df79e5 authored almost 9 years ago
Reworked Viewer to use options for all control settings, and added functions to set the options

Reworked Viewer.onDraw to use control settings
Added Viewer.reset() to reset the viewer perspecti...

github.com/jscad/OpenJSCAD.org - be63f039a13dc4e709915ca3323d6294aa475d6b authored almost 9 years ago
Added information about the keystroke which resets the viewer perspective

github.com/jscad/OpenJSCAD.org - 0aec30fe397f16a746b4875548582f184708b8ab authored almost 9 years ago
Added a keystroke to reset the veiwer perspective

github.com/jscad/OpenJSCAD.org - eb10873adb7781e8bc14661c707e275b2d9bbd5a authored almost 9 years ago
Changed OpenJsCad.status() to gProcessor.setStatus()

github.com/jscad/OpenJSCAD.org - cbfc8aedbf504bdb786c249dd980377d08b59466 authored almost 9 years ago
Changed createJscadWorker to OpenJsCad.createJscadWorker

github.com/jscad/OpenJSCAD.org - 94acb3e2e4826b9b2207928d7d839efb2205c370 authored almost 9 years ago
Reverting a change that caused centering to break

github.com/jscad/OpenJSCAD.org - 8a7b54cec2d893ae4e3e6905b6a8a134bf8aa81c authored almost 9 years ago
Merge pull request #141 from z3dev/dev

Fixes for SVG Conversions

github.com/jscad/OpenJSCAD.org - 47475dc865025ebe674d7284b949cd8e4a2c8617 authored almost 9 years ago
Changed to use PXPMM if provided on SVG element

Corrected scaling of units if viewBox is provided

github.com/jscad/OpenJSCAD.org - 91000c53b19eaf12971c2448a29e162ee6e24c23 authored almost 9 years ago
Merge pull request #139 from z3dev/dev

SVG Support

github.com/jscad/OpenJSCAD.org - 92c77885c45f4d74d69d192fa712f4f99081c194 authored almost 9 years ago
Corrected orientation of SVG documents

Added width,height,viewBox to the svg element in order to scale the image correctly

github.com/jscad/OpenJSCAD.org - aa55145f641ac8e41162f59eb9252d74cff8ccfc authored almost 9 years ago
Example SVG image of baby panda

github.com/jscad/OpenJSCAD.org - 5558357e829e9c8fca4f8a2bca6fcf6d5c612c5b authored almost 9 years ago
Added support for SVG file input as well as CAG to SVG output

Simplified the help dialog
Simplified some error messages

github.com/jscad/OpenJSCAD.org - 551b33922c09fdc369d25ad26a138003f452e6a5 authored almost 9 years ago
Simplified regular expressions for file extensions

Changed the test of supported formats to use OpenJsCad.conversionFormats

github.com/jscad/OpenJSCAD.org - b24897f538a3a63f8198ab280dddb8bcbf5a3f75 authored almost 9 years ago
Added support for SVG export of CAG objects

github.com/jscad/OpenJSCAD.org - e81cf37630a9e1fb18c188b505fb572c54bbf275 authored almost 9 years ago
Added SVG example to list of examples

Simplified regular expression for file extensions

github.com/jscad/OpenJSCAD.org - 7d54a8b4e90c31a7d5e59fbc23b105207a8cfa8a authored almost 9 years ago
Added dxf and svg formats to left hand panel

Simplified text on the drag and drop panel

github.com/jscad/OpenJSCAD.org - 0af63af3170bab0b5bd5702b880e2feeff869603 authored almost 9 years ago
Added OpenJsCad.conversionFormats in order to define a list of supported conversions

github.com/jscad/OpenJSCAD.org - db30504cf147381ebbb66836680fc6acfb6381e4 authored almost 9 years ago
Added conversion of SVG source via OpenJsCad.parseSVG()

github.com/jscad/OpenJSCAD.org - 4ecd757fce5e72e0ef1dc7f4192bcc942e92f035 authored almost 9 years ago
SVG file conversion via XML SAX parser

github.com/jscad/OpenJSCAD.org - 18fc43a6d7699024d8a657e8824d76344da8e29d authored almost 9 years ago
Adding XML SAX parser library for SVG (and other) file conversions

github.com/jscad/OpenJSCAD.org - 63378ad969947510a4072590ed8729ee74c1d9bd authored almost 9 years ago
Added CAG.prototype.toSvg() function

github.com/jscad/OpenJSCAD.org - 4e5627fd114c62967bccd184ea96a6f8140a6f11 authored almost 9 years ago
Bug Fix: corrected CAG.Path2D.appendArc() math inconsistencies

Added CAG.ellipse() for SVG support

github.com/jscad/OpenJSCAD.org - 78faf7d693459e8d2213235502694762677d0a43 authored almost 9 years ago
Added rounding of arguments and intermidiates in appendArc(), correcting calculation and completion

github.com/jscad/csg.js - bd3daa3f5c755dec4b5b40e8adee98bceece993f authored almost 9 years ago
Corrected DocumentType when creating X3D documents

github.com/jscad/csg.js - 94dd2c8d83b099f7f852b6cef35eaf9f8b77a2d6 authored almost 9 years ago
Syncronized OpenJsCad and OpenJSCAD.org revisions

github.com/jscad/csg.js - 148b490c04d0d8a78c0e4d40a825aab5dce6bdb7 authored almost 9 years ago
Merge pull request #136 from Spiritdude/dev

Dev

github.com/jscad/OpenJSCAD.org - 1e24d638ea097c887a58adcb11c2d60acf8d3529 authored almost 9 years ago
Merge pull request #135 from z3dev/dev

Corrected date in OpenJsCad.version

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

github.com/jscad/OpenJSCAD.org - b13563de5af41b23a83c5b1bbe4cd80a889e5ffc authored almost 9 years ago
Changing the date of OpenJsCad.version

github.com/jscad/OpenJSCAD.org - adc37e44a6df1074581983a22be9f21cdc072ade authored almost 9 years ago
Merge pull request #134 from Spiritdude/dev

Updating Master to Fix Issues with URL Parameters

github.com/jscad/OpenJSCAD.org - 43ddc995e1e47983738f63bb9709433d5f37b1dc authored almost 9 years ago
Merge pull request #133 from z3dev/dev

Changed the date of the release as as result of a quick fix

github.com/jscad/OpenJSCAD.org - 55bcb1055988054d20071981a8b6bd894284944f authored almost 9 years ago
Changed the date of the release as as result of a quick fix

github.com/jscad/OpenJSCAD.org - 05d5a279006be08f6301386ef22d18d4129c82db authored almost 9 years ago
Merge pull request #131 from z3dev/dev

Remove remote links and parameters before setting baseurl

github.com/jscad/OpenJSCAD.org - 3c234f94ce97d927618e0b2e13fe1e2802718864 authored almost 9 years ago
Remove remote links and parameters before setting baseurl

github.com/jscad/OpenJSCAD.org - a24971d7b7f9e9ed006fc807f980f2ad3ae112f8 authored almost 9 years ago
add dev-to-master

github.com/jscad/OpenJSCAD.org - cf0d904edc0b8f20f67b86ece7aa5bdbf4170581 authored almost 9 years ago
Merge branch 'master' into dev

github.com/jscad/OpenJSCAD.org - d41b22dcd1c13024a56e987dfc7e18bd73f271db authored almost 9 years ago
disable cnc example

github.com/jscad/OpenJSCAD.org - fd966b735e2f511aa3d11ee8c19bbcc2549941fb authored almost 9 years ago
replacing in/out imgs

github.com/jscad/OpenJSCAD.org - e47d587f8550af7a104cb595d3f3faa764ca8d09 authored almost 9 years ago
Merge pull request #127 from z3dev/dev

Final changes for Alpha 0.4.0

github.com/jscad/OpenJSCAD.org - 3eb38056cbdcb18e17e037e1d143d374286a9b00 authored almost 9 years ago
Added comment for 0.4.0 changes

github.com/jscad/OpenJSCAD.org - 77912892489d019b5bb0d94cb29fc91ad92a2b92 authored almost 9 years ago
Changed license to MIT

Added Version

github.com/jscad/OpenJSCAD.org - c84d12b609b373346551e319507e71cd4913f55c authored almost 9 years ago
Added proper copyrights

Added history section
Added version number postfix to all scripts

github.com/jscad/OpenJSCAD.org - 12ef1d323df74576baa8b7a918685592a8aeb905 authored almost 9 years ago
Added proper copyrights

Added history sections

github.com/jscad/OpenJSCAD.org - 0cca1d30dbfd8ddbf8452167d707767864e26e96 authored almost 9 years ago
Added images for the handle to the Editor pane

github.com/jscad/OpenJSCAD.org - 2965218870b0caae258b92fb30d77c1117592d19 authored almost 9 years ago
bumped version info

github.com/jscad/OpenJSCAD.org - b482dca7cbbcf9f85d045aae26b488a7af7ebc6b authored almost 9 years ago
extending example

github.com/jscad/OpenJSCAD.org - 55658c21f646c5558a993c27bb2d90d66fb7dc89 authored almost 9 years ago
bumping version

github.com/jscad/OpenJSCAD.org - 68452275c4329cdbb9ccb141e4f0cb3a1d5159bc authored almost 9 years ago
Merge pull request #123 from z3dev/dev

Corrected retention of objs as currentObject

github.com/jscad/OpenJSCAD.org - e94ef780e5f2c68cd60cc8ca1bf459dd83d4ebd3 authored almost 9 years ago
CNC Corner Cutout example from OpenJsCad

github.com/jscad/OpenJSCAD.org - e6533400a2a93a9051d6ce2bc3f1aa97ff9273b0 authored almost 9 years ago
Added CNC Corner Cutout example

github.com/jscad/OpenJSCAD.org - c8d8f15345a064067855c91941c9b88f1b6a6e6c authored almost 9 years ago
Corrected retention of objs as currentObject

github.com/jscad/OpenJSCAD.org - e69636f578184262691ed2aafc0a5cc845e7896f authored almost 9 years ago
Merge pull request #122 from z3dev/dev

Disabled options

github.com/jscad/OpenJSCAD.org - 98465f025c05a1ba14cfa0021769febcb46b63ff authored about 9 years ago
Disabled options

github.com/jscad/OpenJSCAD.org - dcd87953f480d8999b4b1738014435a98cdc35b3 authored about 9 years ago
fixing spelling

github.com/jscad/OpenJSCAD.org - 5f0783d145c862f526307258c5000d9d5d3619ad authored about 9 years ago
Merge pull request #118 from z3dev/dev

Changes for Code Reuse

github.com/jscad/OpenJSCAD.org - fa0b58135294f7d6f84f9e8220baefa85443293a authored about 9 years ago
Added this qualifier when calling convertToBlob()

github.com/jscad/OpenJSCAD.org - d0e8af109278b217e4055fe0b7c24fb0fcbab40d authored about 9 years ago
Corrected arguments to createDocumentType(), fixing the format errors in X3D (XML) files

github.com/jscad/OpenJSCAD.org - a695d674947e0f4d4d1472845c7827462b479e38 authored about 9 years ago
Changed OpenJsCad.status() to Processor.setStatus()

github.com/jscad/OpenJSCAD.org - 44a1529f476a0094e4c1f1a1d06caac435803e84 authored about 9 years ago
Moved createJscadFunction() to OpenJsCad.createJscadFunction()

github.com/jscad/OpenJSCAD.org - 6366ec99bbb10d3c417aeaafddf6f29e2d0f86ed authored about 9 years ago
Created Processor.convertToBlob() to facilitate conversions only

Removed unused outdated code

github.com/jscad/OpenJSCAD.org - 575eee9cfe4c696bf52c53b217edc19656042a00 authored about 9 years ago
Corrected definition of checkbox and radio controls

Corrected missed call to setStatus()
Cleanup

github.com/jscad/OpenJSCAD.org - cbc1e17f8c2ffe4c074de06928b91c42145b2522 authored about 9 years ago
Corrected determination of document

Added Processor.setStatus() to simplify status updates and changed code to use this
Moved some co...

github.com/jscad/OpenJSCAD.org - 510f54b983cb741e3beaa203f118432d191d5340 authored about 9 years ago
Additional module exports

github.com/jscad/OpenJSCAD.org - 419564b0d13adfac41226c4191d51c74777f4a55 authored about 9 years ago
Merge pull request #116 from z3dev/dev

Reworked JSCAD Script Processing

github.com/jscad/OpenJSCAD.org - f1ea70f20fca63c39d92cc65f8601160ba9282f7 authored about 9 years ago
Cleaned up logging

github.com/jscad/OpenJSCAD.org - 2356367dd76504746ef71fe49b1b1ca818a0bd0d authored about 9 years ago
Combined include() functionality into one function

github.com/jscad/OpenJSCAD.org - 56f9118348b796807c6b25dc14cc16f9ff1819ef authored about 9 years ago
Enhanced to use HTTP or HTTPS URL if provided to include()

github.com/jscad/OpenJSCAD.org - b13fc58de21bf44dea0af07ab3efe7eb04f37d40 authored about 9 years ago
Merge branch 'dev' of https://github.com/Spiritdude/OpenJSCAD.org into dev

github.com/jscad/OpenJSCAD.org - f9fcdc2c5c6cf0b4e3d05ed8570dee6f9c4d0bc9 authored about 9 years ago
fixing import error

github.com/jscad/OpenJSCAD.org - 2bfc43c04ce5a070fc91d4762eb799568417277d authored about 9 years ago
Merge pull request #112 from z3dev/dev

Enhanced Determination of "main" Source

github.com/jscad/OpenJSCAD.org - e5006d9dd6df8c4cd682211f266f72d0c4b86bd0 authored about 9 years ago
Corrected getFullScript() to create full script properly

Implemented rebuildSolidSync()

github.com/jscad/OpenJSCAD.org - 5003c6d0920f6989bd3d7c022f9da967ce965c27 authored about 9 years ago
Reworked includeJscad() to use gMemFs first then try importScript()

github.com/jscad/OpenJSCAD.org - 9de3274a1477aaa50c8f5ca258ecbca2a150f360 authored about 9 years ago
Removed _includePath as this global is no longer required

github.com/jscad/OpenJSCAD.org - 06f8c848b8d59424e592c2ccd57f1a90e7d6295f authored about 9 years ago
Include Syncronous JSCAD script processing

github.com/jscad/OpenJSCAD.org - 27f2fdce5276b9ebb54b98d4356dae4f494e47e4 authored about 9 years ago
Syncronous processing of JSCAD scripts via Javascript function

github.com/jscad/OpenJSCAD.org - 89ebc5af64893db3b0bc8f0292b66da61e86061b authored about 9 years ago
Changed to include the new JSCAD processing worker

github.com/jscad/OpenJSCAD.org - 3a73aec4a25724db752051fc1c9ced97c2c642d6 authored about 9 years ago
Reworked asyncronous JSCAD script processing

Split out JSCAD worker thread for easier maintenance

github.com/jscad/OpenJSCAD.org - 1d30c278c45880953a431221b77aa1ab19dd2df5 authored about 9 years ago
Removed convertMemFsJson() in order to break dependency on ui-drag-drop.js

github.com/jscad/OpenJSCAD.org - 553706054dce37847ccb0c5854a2221416c99906 authored about 9 years ago
Properly declare gMailFile

Removed hide / show of editor if multiple files are dropped
Enhanced determination of the main so...

github.com/jscad/OpenJSCAD.org - 9975b7b355d889716950c7fd9d918ac5d023f739 authored about 9 years ago
Added inital values for name and data parameters

github.com/jscad/OpenJSCAD.org - 70aa69544710bcddd58f8f0fddce7fad3e6bd5fd authored about 9 years ago
Merge pull request #110 from z3dev/dev

Fix for Drap Drop

github.com/jscad/OpenJSCAD.org - b3ef0b90afef384f3d10edaae2d03b716fe16450 authored about 9 years ago
Added OpenJsCad.isSafari()

Changed generateOutputFileBlobUrl() to generate DATA URI if browser is Safari

github.com/jscad/OpenJSCAD.org - 61fd18deda0eb8b4667ad1be30c8fba554cb7021 authored about 9 years ago
Removed trailing blanks

github.com/jscad/OpenJSCAD.org - 3828dfef790a8870d2db9d346fe4423c5a82d6b6 authored about 9 years ago