Ecosyste.ms: OpenCollective

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

github.com/jscad/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 applications.
https://github.com/jscad/OpenJSCAD.org

Corrected arguments to createDocumentType(), fixing the format errors in X3D (XML) files

a695d674947e0f4d4d1472845c7827462b479e38 authored about 9 years ago
Changed OpenJsCad.status() to Processor.setStatus()

44a1529f476a0094e4c1f1a1d06caac435803e84 authored about 9 years ago
Moved createJscadFunction() to OpenJsCad.createJscadFunction()

6366ec99bbb10d3c417aeaafddf6f29e2d0f86ed authored about 9 years ago
Created Processor.convertToBlob() to facilitate conversions only

Removed unused outdated code

575eee9cfe4c696bf52c53b217edc19656042a00 authored about 9 years ago
Corrected definition of checkbox and radio controls

Corrected missed call to setStatus()
Cleanup

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...

510f54b983cb741e3beaa203f118432d191d5340 authored about 9 years ago
Additional module exports

419564b0d13adfac41226c4191d51c74777f4a55 authored about 9 years ago
Merge pull request #116 from z3dev/dev

Reworked JSCAD Script Processing

f1ea70f20fca63c39d92cc65f8601160ba9282f7 authored about 9 years ago
Cleaned up logging

2356367dd76504746ef71fe49b1b1ca818a0bd0d authored about 9 years ago
Combined include() functionality into one function

56f9118348b796807c6b25dc14cc16f9ff1819ef authored about 9 years ago
Enhanced to use HTTP or HTTPS URL if provided to include()

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

f9fcdc2c5c6cf0b4e3d05ed8570dee6f9c4d0bc9 authored about 9 years ago
bump date

2ee8efc51bfa438bf7d7125e1b2cc731b9df3e64 authored about 9 years ago
fixing import error

2bfc43c04ce5a070fc91d4762eb799568417277d authored about 9 years ago
Merge pull request #112 from z3dev/dev

Enhanced Determination of "main" Source

e5006d9dd6df8c4cd682211f266f72d0c4b86bd0 authored about 9 years ago
Corrected getFullScript() to create full script properly

Implemented rebuildSolidSync()

5003c6d0920f6989bd3d7c022f9da967ce965c27 authored about 9 years ago
Reworked includeJscad() to use gMemFs first then try importScript()

9de3274a1477aaa50c8f5ca258ecbca2a150f360 authored about 9 years ago
Removed _includePath as this global is no longer required

06f8c848b8d59424e592c2ccd57f1a90e7d6295f authored about 9 years ago
Include Syncronous JSCAD script processing

27f2fdce5276b9ebb54b98d4356dae4f494e47e4 authored about 9 years ago
Syncronous processing of JSCAD scripts via Javascript function

89ebc5af64893db3b0bc8f0292b66da61e86061b authored about 9 years ago
Changed to include the new JSCAD processing worker

3a73aec4a25724db752051fc1c9ced97c2c642d6 authored about 9 years ago
Reworked asyncronous JSCAD script processing

Split out JSCAD worker thread for easier maintenance

1d30c278c45880953a431221b77aa1ab19dd2df5 authored about 9 years ago
Removed convertMemFsJson() in order to break dependency on ui-drag-drop.js

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...

9975b7b355d889716950c7fd9d918ac5d023f739 authored about 9 years ago
Added inital values for name and data parameters

70aa69544710bcddd58f8f0fddce7fad3e6bd5fd authored about 9 years ago
Merge pull request #110 from z3dev/dev

Fix for Drap Drop

b3ef0b90afef384f3d10edaae2d03b716fe16450 authored about 9 years ago
update date

73a0b7f16166613944d007db131b5645ac8eccab authored about 9 years ago
Added OpenJsCad.isSafari()

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

61fd18deda0eb8b4667ad1be30c8fba554cb7021 authored about 9 years ago
Removed trailing blanks

3828dfef790a8870d2db9d346fe4423c5a82d6b6 authored about 9 years ago
Further cleanup of indention

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

705bce96ec9b47794f8df48d5662677d73614cd5 authored about 9 years ago
adding a bit opacity for edit handle

946c25ea1dc12295386cbef9a96e780c4607290b authored about 9 years ago
edit handle beautified with transition

54a08cc391cf701881189568776b5167a736c807 authored about 9 years ago
Merge pull request #109 from z3dev/dev

Enhanced the editor frame to slide in and out by clicking a tab

913e809337ffb48c32d94823a69a8b83fd4384b7 authored about 9 years ago
Corrected dropping of a single file

Changed to use baseurl from Processor

aba06a931784544da79daa4a72a6b2c779f173ba authored about 9 years ago
Changed message parameter url to baseurl

Changed to use the baseurl as given rather than calculating again

be45d85ddf1406a37c839b815d63323baffdc874 authored about 9 years ago
Changed to use the baseurl from the Processor

Changed attribute url to baseurl in postMessage() to worker thread

5680c041da29c412262a119790f9a0f054846a99 authored about 9 years ago
Changed Processor constructor to determine the baseurl of the document

Corrected setJsCad() to retain complete filename as given

842c70891deda8a6b12446a4ddbc1dbecaa24bb4 authored about 9 years ago
Added error handler for FileReader

Added convertMemFsJson() to serialize the MemFs entries
Changed readFileAsync() to call saveScrip...

5038fec4f95e7f215a45ed00ce669fc8062d7f77 authored about 9 years ago
Enhanced the editor frame to slide in and out by clicking a tab

6cbef88659c219d68db39424710d7bcfc051a134 authored about 9 years ago
adding no-cache meta tags

118a1d6f0116c07bcbcca99c3ad90f1ef04a603f authored about 9 years ago
...

d77ad1599251f1c0c801bd3b780dca3415013743 authored about 9 years ago
fixing version [2]

cbbfd77dd4daca45e265640abd96b1c04c3e5ba9 authored about 9 years ago
fixing version [2]

bcee5ab32c87ca753cf9e8e9c8f07592d5bf65d4 authored about 9 years ago
fix version

710e120020a59d54afd7c663510eb613061165ef authored about 9 years ago
Merge pull request #108 from z3dev/dev

Partitioning of HTML from JavaScript in Pages

6c780944fa6623ef336f9ff07e42dfe4aabc9a2b authored about 9 years ago
Removed another reference to "me"

dd96d2e574b5bd96bb8de18559b8ed6e36b4ea38 authored about 9 years ago
Example of viewer with minimal footprint

ff8f4a4290b274998c224424e79bffbedb81e4a9 authored about 9 years ago
Enhanced the handling of uncaught exceptions, displaying the exception in the error div if possible

66ace6209e4c76addfb6d7785f8868baa5c12d23 authored about 9 years ago
More cleanup of code

42b6077d72053d7ebecf184c932999bdde463f13 authored about 9 years ago
Corrected setting of editor mode for javascript

49c5df460cdc5f8a1373e26636f083011ef90f43 authored about 9 years ago
Corrected editor mode setting for javascript

2ab5f0d23e6a87ccb12dadc625097136acf4a09b authored about 9 years ago
Separated all supporting javascript from the page html

19b8ed215a4f156d87034b5e06303e704817ce8f authored about 9 years ago
Common routines for conversion of formats via Worker threads

c34dca499198cdb9bf4208e81028cd9bddbab0bb authored about 9 years ago
Changed to use common conversion worker

Corrected drag and drop for Safari

7c441d04c98c440c35cdba584be80bcdf1659a61 authored about 9 years ago
Corrected parseJsCadScriptSync() by removing improper comments

Corrected logging of exceptions

d094c9d512562d9576b5a6c2ace610a1123fadff authored about 9 years ago
Separated out cookie functionality

e439e8814622ec5c317cc64628e54a46090dc51b authored about 9 years ago
Corrected indentation

Removed unnecessary access off gEditor

b6f6bf9b5671aaa961e0f4596542b2bc6cc16bc5 authored about 9 years ago
Split editor functionality into a separate script

Further cleanup

7b9d1d5fd540a319bec4883c759e184188d24893 authored about 9 years ago
Created a new directory (js) for housing page specific logic

Split out drag and drop logic (including file management) into a separte script
Changed index.htm...

f1c574469766bf4511080bd5d40774ab5ad7796f authored about 9 years ago
Removed unused styles

28f32ce085640fe031d5734a1a484f91e7b9d2d8 authored about 9 years ago
Corrected indenting

Corrected quotations around attribute values
Removed extra spaces

25315f02edec6704e99e6deed64c50d68cf7fa5e authored about 9 years ago
Corrected instance versus class level variables

f8cef954a36927dc651b00874ea8c90d267e0b07 authored about 9 years ago
updating version

397a286f293c8aed94fdf26e800b764f0603b489 authored about 9 years ago
updating info on 0.3.1

12fe9e5475b4a1857ab0f3b562cbfea1a263deb4 authored about 9 years ago
bump version number

e767418f204612dec7439ce0fc016b4193d97ad5 authored about 9 years ago
merged dev into master

a5c3c2fee2a0661e3019838fb0c51cf93b5945d9 authored about 9 years ago
adjusting version

7c107f707fed52df716971385e3868ecd8fb8ab2 authored over 9 years ago
Added support for checkbox parameters into _getParameterDefinitions()

26eaf68a70953a5df5c704c862b53f8af8cacc59 authored over 9 years ago
Example for new interactive parameters

81738357c22d4570b4429a940f41dd3581445674 authored over 9 years ago
Added balloons.jscad example for interactive parameters

d4021686d1fed28afe534e83a2520c9ea371211d authored over 9 years ago
Added helper functions for converting between HTML5 and RGB color values

23d982ef9636d96dceb22f2971f80296b181d940 authored over 9 years ago
JSCAD script to calculate statistics (iterations per second) for CSG primitives

9e421d7a2acf4821f96304bad0972d9d26ad8d6b authored over 9 years ago
JSCAD script to calculate statistics (iterations per second) for CAG primitives

ca9aaaa5a444ed7dfc70086ddb9166587bdc2a9f authored over 9 years ago
Changed to use OpenJsCad.version

Changed statistics to 'iterations per second'

ce2d98947283983bff40ce723fd82eb81e25238d authored over 9 years ago
New guidance on contributing to OpenJSCAD.org

0a5a5a4b215ccbbdf4b619688e7adf9be1222046 authored over 9 years ago
bumping version to 0.3.1

44852803a10eff43a4549b33f187614d54a0d710 authored over 9 years ago
bumping version to 0.3.1

4b24cfdfa850ae2b58a811c7fb7d3168759eaf37 authored over 9 years ago
bumping version to 0.3.1

80e3ebe1b77ebc14d14adb56c71ca26f4855bb3b authored over 9 years ago
Reworked createParamControls() and getParamValues() to enable more HTML5 parameter types

Changed to create update button and instant update button if missing

16ef111b4a49d6f7c6c814fdeb714d64e4b7104d authored over 9 years ago
Moved status() to OpenJsCad.status(), and changed code to comply

Added OpenJsCad.env() for logging the current environment and version
Added OpenSCAD compatible v...

7fbb9f447bec5f6fb6f7849fd16f6ff2be51cc7e authored over 9 years ago
Removed tabs and indented properly

Added OpenJsCad.version and changed code to use this version
Changed the comment that is shown wh...

fb6fd31c96871b71eed13ed65b7991da6b90476c authored over 9 years ago
new live site

8456fac47d899271accaa87750d20a56b4622bb6 authored over 9 years ago
new live site

c78916191de24833babd59762f61e39a95c75775 authored over 9 years ago
new live site

3f88bef61fe89b8fdd3df3fe23f99366068e0f6c authored over 9 years ago
new live site

34f98b8427c6e8ee11b9afe8679455eb0a55c82d authored over 9 years ago
new live site

fa97f20cec2bff76be06585d04afed2efc82bacc authored over 9 years ago
updating date

5aa1589af841f2d332cf3b04569e64f89f4666fe authored over 9 years ago
updating csg.js

7ff5dbf8b6875d85aef1e1be6034506ef7486d61 authored over 9 years ago
updating csg.js

aae2367705b75511d6ef25886e6b0160a1f73c25 authored over 9 years ago
updating csg.js

64fd36b651ea2bc6644d838382b7c30aacd8256a authored over 9 years ago
fix version (mixup with dev)

dfa2ba73d057dc080dbf255415d9d6b17699ae31 authored over 9 years ago
dev

02625175701c49b0c91a9e482cffb78a810e8fdd authored over 9 years ago
version bump for dev

82950f7f79b2360fbe81d67a6858069bd40f8556 authored over 9 years ago
update README.md too

a93feee83e7f48a5ab183dc84630405a30b4b2f2 authored over 9 years ago
update README.md too

d3cd66b809a7ae45c300cd82cb977b97c72c1697 authored over 9 years ago
Merge branch 'master' of github.com:Spiritdude/OpenJSCAD.org

90ac77561cb39964e2b66753bdf3a27f07073526 authored over 9 years ago
dev merge to master 0.3.0

798ccf8681810e36e211fa824f8fff70a1ce330d authored over 9 years ago
removing outdated 'new'

9efb83225e625ac030ad4df51ee53d9d9efc7353 authored over 9 years ago
version number bump to 0.3.0 to reflect new csg.js/format.js

724bf45987337c1e627a23073d3e12edb79d6374 authored over 9 years ago