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(modeling) added TODO comments back into to/fromCompactBinary functions

github.com/jscad/OpenJSCAD.org - 6c124a01c736cbcbeb89d16102e30a815ecd3d99 authored over 4 years ago by Z3 Development <[email protected]>
fix(modeling) added color support to to/fromCompactBinary functions,and added tests

github.com/jscad/OpenJSCAD.org - 0821a5949be207c01065167edabc5e032b79bcac authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-fix-compact-binaries

github.com/jscad/OpenJSCAD.org - f2f02b4b93e207ae5c7feab57fae40cdee6d1dd3 authored over 4 years ago by Z3 Development <[email protected]>
Fix api.md

github.com/jscad/OpenJSCAD.org - cefee300dd5cfd7848a66ea02f4a346c79c6258a authored over 4 years ago by Timothy Johnson <[email protected]>
Fix references

github.com/jscad/OpenJSCAD.org - de6d98c74ce978b7b7f5f7dbe0ad3e54ee6cb3c6 authored over 4 years ago by Timothy Johnson <[email protected]>
color.color -> colors.colorize

github.com/jscad/OpenJSCAD.org - d869674abe4b2f1e78c55f2c2e5e3bbb2ff767e6 authored over 4 years ago by Timothy Johnson <[email protected]>
fix(web) changed walkFileTree to filter out hidden files and directories

github.com/jscad/OpenJSCAD.org - 32e74b5f04c0eca03060a4b32e307172162c3d64 authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-enhance-webrequire

github.com/jscad/OpenJSCAD.org - 2121a7cdb2f97c546d699427b7dddb3a2b26a16a authored over 4 years ago by Z3 Development <[email protected]>
fix(cli): fix rebuild geometry for cli (#583)

* refactor(core): changed rebuildGeometryCli to use webRequire when source is provided, i.e. fro...

github.com/jscad/OpenJSCAD.org - 828394ddb88fc1139b1daf155548aa9fab7de823 authored over 4 years ago by Z3 Development <[email protected]>
fix(core) code changes to remove lint warnings

github.com/jscad/OpenJSCAD.org - dd813ff7a4b44bef0c0f834a208516fb85421f11 authored over 4 years ago by Z3 Development <[email protected]>
feat(core) adjusted loadDesign to use / support enhanced webRequire

github.com/jscad/OpenJSCAD.org - b05d37540288d8f31737df00c157e3ef967d055a authored over 4 years ago by Z3 Development <[email protected]>
feat(core) enhanced webRequire to follow NODEJS module loading logic

updated test suite

github.com/jscad/OpenJSCAD.org - 58d82eb22e482f702bfcf7f1d09a70ea42abb918 authored over 4 years ago by Z3 Development <[email protected]>
fix(core) changed normalizeDesignModule to validate the module as well

github.com/jscad/OpenJSCAD.org - e8a35c95b6cb29250a77b9ac93bb5c5347095404 authored over 4 years ago by Z3 Development <[email protected]>
test(svg-deserializer): fixed tests (#581)

github.com/jscad/OpenJSCAD.org - 2b5183e3f65e2a44752ddd30d4c73ced1e5baf29 authored over 4 years ago by Mark Moissette <[email protected]>
refactor(primitives) : enhance primitives' settings & default quality (#574)

* refactor(modeling): added addition parameter checking to primitives
* refactor(modeling): sim...

github.com/jscad/OpenJSCAD.org - 1d8dfff4be278ee76a765ad3f4937a8c9d75092f authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-fix-compact-binaries

github.com/jscad/OpenJSCAD.org - 802dac29e35342d1f2efe37be74910bec3d3de83 authored over 4 years ago by Z3 Development <[email protected]>
fix(vtree): corrected and completed all modeling primitives (#577)

github.com/jscad/OpenJSCAD.org - 82dab93e8ad0d71a325a6ce6dfac5ce19a095984 authored over 4 years ago by Z3 Development <[email protected]>
fix(modeling) changes to eliminate lint warnings

github.com/jscad/OpenJSCAD.org - 31f0baf1c772401840ab325b28e3c3572f22de91 authored over 4 years ago by Z3 Development <[email protected]>
fix(modeling) reworked toCompactBinary and fromCompactBinary functions

adjusted and added tests suites

github.com/jscad/OpenJSCAD.org - cde742387eeac9b0e91d9de01dae563474a51ecb authored over 4 years ago by Z3 Development <[email protected]>
fix(color): color is now immutable & returns new geometries (#566)

* fix(color): reworked color() to return NEW geometries
added additional tests
* fix(io): smal...

github.com/jscad/OpenJSCAD.org - 916824c63a0bf8896d1b6f85a82b129a013bec58 authored over 4 years ago by Z3 Development <[email protected]>
refactor(project): project wide lint pass (#571)

* chore(lint): auto lint pass
* fix(project): various basic fixes
* chore(gitignore): updated ...

github.com/jscad/OpenJSCAD.org - fb73090b88ca42e7534eceba73468b1944bb0806 authored over 4 years ago by Timothy Johnson <[email protected]>
Merge pull request #563 from jscad/v2-enable-jsdoc

There are no code changes, and reviews are complete. Merging.

github.com/jscad/OpenJSCAD.org - 6f3c7debb7310c5f3dee763986cd6a240b0dd3e7 authored over 4 years ago by Z3 Development <[email protected]>
docs(modeling) added doc strings for to/fromCompactBinary functions

github.com/jscad/OpenJSCAD.org - 3b5625c50a91519d743afe56600c3128171b6b3d authored over 4 years ago by Z3 Development <[email protected]>
docs(modeling) added links to data structure definitions

github.com/jscad/OpenJSCAD.org - 9b764ac708d1e991f1647550a675034de5023155 authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-enable-jsdoc

Conflicts:
packages/modeling/src/geometry/poly3/fromPointsAndPlane.js

github.com/jscad/OpenJSCAD.org - a612e7c163a6c5f856670174ef798fd5b3b7b2cb authored over 4 years ago by Z3 Development <[email protected]>
refactor(vtree): overhauled vtree to align with V2 (#507)

* docs(measurements-vtree): added some explanations for the special cases of measurement functio...

github.com/jscad/OpenJSCAD.org - b33eafaf2c62bb12d396eaa5148aa3e3fa07c22e authored over 4 years ago by Mark Moissette <[email protected]>
fix(core): removed script conversion of external formats for sub items in file hierarchies (#561)

* fix(core): added flatten of returned objects from designs
* fix(core): removed transforming o...

github.com/jscad/OpenJSCAD.org - 8eb6433947dba9c8ccb70539b5028f217c687ae5 authored over 4 years ago by Z3 Development <[email protected]>
fix(mat4): Missing variable declaration.

github.com/jscad/OpenJSCAD.org - 6c68e81e8456e4208a8fe038653c464aa49f7487 authored over 4 years ago by Timothy Johnson <[email protected]>
docs(README): V2 general cleanup of readme files (#549)

* docs(packages): general cleanup of readme files
* docs(web): renamed TODO to V2-TODO
* docs(...

github.com/jscad/OpenJSCAD.org - 1b159c02891f832b7ef703189566047e14330235 authored over 4 years ago by Z3 Development <[email protected]>
docs(packages) add jsdoc to common dev dependencies, added jsdoc configuration

github.com/jscad/OpenJSCAD.org - ca7d6428f68e1874d30e0d8bc3696d9b08b1ff80 authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-enable-jsdoc

github.com/jscad/OpenJSCAD.org - b40cf881ea794b92978a667341acc19af6ad96ad authored over 4 years ago by Z3 Development <[email protected]>
refactor(json-serializer): Upgrade/overhaul JSON Serializer (#545)

* refactor(json-serializer): updated package to use V2 modeling
* feat(json-serializer): update...

github.com/jscad/OpenJSCAD.org - acd745a09e0b33645167fc660052f3780765b972 authored over 4 years ago by Z3 Development <[email protected]>
docs(modeling) correction to rotate doc strings

github.com/jscad/OpenJSCAD.org - 78060d1d6cf6ddb40b98296c7df729b5d4f068ab authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-enable-jsdoc

github.com/jscad/OpenJSCAD.org - 03a6156310083ddf21576d947343d4ab9f7ecafb authored over 4 years ago by Z3 Development <[email protected]>
test(cli) : simple test suite for cli (#541)

* refactor(cli): removed @jscad/examples from dependencies, added @jscad/modeling to dependencie...

github.com/jscad/OpenJSCAD.org - 0bc1be2573e75b5685d7281eaddb9d5b97ba3c0d authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-enable-jsdoc

github.com/jscad/OpenJSCAD.org - f3857beae53f2388ba6bfb999be1b1ab2878c5ea authored over 4 years ago by Z3 Development <[email protected]>
refactor(json-deserializer): Upgrade/overhaul JSON Deserializer for V2 (#546)

* refactor(json-deserializer): updated package to use V2 modeling and array-utils
* refactor(js...

github.com/jscad/OpenJSCAD.org - 573a9efc8474f9684d56d94afcc21906a502d023 authored over 4 years ago by Z3 Development <[email protected]>
Merge V2 into v2-enable-jsdoc

github.com/jscad/OpenJSCAD.org - f05c719899bd75618ebe4ca19ac8fd04aa83e59c authored over 4 years ago by Z3 Development <[email protected]>
fix(booleans): corrected fromFakePolygons to ignore 0 length sides (#552)

github.com/jscad/OpenJSCAD.org - a44650b2ce471b44ae2a40f4debddbc47e8d8c34 authored over 4 years ago by Z3 Development <[email protected]>
refactor(stl-serializer): improved progress handling in CSGToStlb.js (#551)

Tiny simplification/ streamlining

github.com/jscad/OpenJSCAD.org - b68e56907d5a7f9912c3ed42cbe0899359fea5fd authored over 4 years ago by Paul Hayes <[email protected]>
Merge branch 'V2' of https://github.com/jscad/OpenJSCAD.org into v2-enable-jsdoc

Conflicts:
packages/modeling/src/primitives/polyhedron.js

github.com/jscad/OpenJSCAD.org - 3bb24c746d465cb9767f56ecdfe00a25452ce30b authored over 4 years ago by Z3 Development <[email protected]>
docs(modeling) doc string changes to produce nice documentation

github.com/jscad/OpenJSCAD.org - abce12a3a65b64aa5a847831fb89e6e5e040d1a2 authored over 4 years ago by Z3 Development <[email protected]>
feat(polyhedron): enhanced polyhedron to accept an array of colors (#544)

* feat(modeling): enhanced polyhedron to accept an array of colors, which are added to each poly...

github.com/jscad/OpenJSCAD.org - 3a2e863e8657500186a833cbb9808a47370f1312 authored over 4 years ago by Z3 Development <[email protected]>
docs(modeling) doc string changes to produce nice documentation

github.com/jscad/OpenJSCAD.org - cf2e0647914fe218c535a57ce002a9d528efa45b authored over 4 years ago by Z3 Development <[email protected]>
feat(booleans): added dynamic EPS for 2d boolean operations (#535)

* feat(booleans): added measureEpsilon to calculate dynamic EPS values from geometry
* test(boo...

github.com/jscad/OpenJSCAD.org - 510e90901e65c63204c19e7f2d146edcbf4944ad authored over 4 years ago by Z3 Development <[email protected]>
docs(V2): added a markdown, cleaned up list of V2 changes (#548)

github.com/jscad/OpenJSCAD.org - ed91535bbb4b9662343f483da830b82d2da99a78 authored over 4 years ago by Mark Moissette <[email protected]>
feat(color): improve (values & arrays supported) & cleanup color api (#542)

* docs(color): enhanced doc strings for color() function
* feat(color): changed conversion func...

github.com/jscad/OpenJSCAD.org - 0f4feabde952ad9d1fac2fdce9b210e392316195 authored over 4 years ago by Z3 Development <[email protected]>
test(array-utils): added tests for array utilities (#539)

* test(array-utils): added dev dependencies for testing
* tests(array-utils): added initial tes...

github.com/jscad/OpenJSCAD.org - 60689d964b6c3c998f108b9261c73a85bfebb571 authored over 4 years ago by Z3 Development <[email protected]>
refactor(modeling): Updated to require specific files, eliminating circular dependencies (#532)

* refactor(modeling): updated to require specific files, eliminating circular dependencies
* re...

github.com/jscad/OpenJSCAD.org - 6df09db2e9c579d59d7dbd7e5cfcbcb63c9306f3 authored almost 5 years ago by Z3 Development <[email protected]>
fix(dxf-serializer): removed unnecessary 2D entities from BLOCKS section (#537)

github.com/jscad/OpenJSCAD.org - 21a6d38a62a7fed353bdb3fc5e834178cac7b239 authored almost 5 years ago by Z3 Development <[email protected]>
Merge pull request #521 from jscad/v2-fix-transforms

V2 : fix transforms

github.com/jscad/OpenJSCAD.org - 2e9b6bc3535c888822257a4b0318487b105ac18a authored almost 5 years ago by Z3 Development <[email protected]>
refactor(deserializers): * change api to deserialize(options, source)new options.filename corrected options.output to accept only 'script' or 'geometry'(#527)

* refactor(io): reworked deserializers; deserialize(options, source)
standardized use of option...

github.com/jscad/OpenJSCAD.org - e64677fb4a7f2f668b894eceb7137b1c55fd809c authored almost 5 years ago by Z3 Development <[email protected]>
fix(packages): bumped most version to 1.8.0 latest and last V1 release (#529)

- pinned versions of 'most.j' dependencies

github.com/jscad/OpenJSCAD.org - 72e8728207ae964ae9fa77b1e5d4b242019c4621 authored almost 5 years ago by Z3 Development <[email protected]>
fix(svg-deserializer): adds require / export to the translation & some minor fixes & tweaks(#524)

* fix(svg-deserializer): corrected rounding in cagLengthX and cagLengthY helpers
* fix(svg-dese...

github.com/jscad/OpenJSCAD.org - 5ee15099552c2201259eaa1f4664cd83d761af4b authored almost 5 years ago by Z3 Development <[email protected]>
fix(dxf-deserializer): corrected translation of lwpolylines & coding style update(#519)

* fix(dxf-deserializer): corrected translation of lwpolylines, and updated test suite
* fix(dxf...

github.com/jscad/OpenJSCAD.org - 6bb2b3878d6b9e4f62fc741801ec9f0fad17575d authored almost 5 years ago by Z3 Development <[email protected]>
Merge 'V2' into v2-fix-transforms

github.com/jscad/OpenJSCAD.org - 2e60c19a282021c922497d875af8011879c13d71 authored almost 5 years ago by Z3 Development <[email protected]>
feat(center): remove center on primitives (#512)

* feat(center): Remove the `center` param from the csg primitives.
* test(center): Removed prim...

github.com/jscad/OpenJSCAD.org - 7fdc3eb37228ffac1756e279a65ad66cdde9761f authored almost 5 years ago by Garrett Walker <[email protected]>
chore(coverage): Enable coverage reports (#514)

* fix(package): corrected glob for ignoring coverage directories
* chore(packages): enabled cov...

github.com/jscad/OpenJSCAD.org - 83984ec23d7e8401528067abdf10555887a33718 authored almost 5 years ago by Z3 Development <[email protected]>
fix(transforms) improved code

github.com/jscad/OpenJSCAD.org - 743c57be8b36b2b84a5914deab4cab7f465c334b authored almost 5 years ago by Z3 Development <[email protected]>
fix(transforms) adjusted test suites to pass various length arrays for parameters

github.com/jscad/OpenJSCAD.org - 4c8a6ade469cf665da4007a9a9630f596655af25 authored almost 5 years ago by Z3 Development <[email protected]>
fix(transforms) adjusted code to allow various lengths arrays as parameters

added or corrected documentation

github.com/jscad/OpenJSCAD.org - 408a3c0ba367fe89282e9f8da15d8e2d2fb6cccf authored almost 5 years ago by Z3 Development <[email protected]>
chore(lint): Enable lint via standard.js (#513)

* chore(lint): removed old eslint configurations from packages
* chore(lint): enable lint using...

github.com/jscad/OpenJSCAD.org - dbc85b259710b667da1320c65a19d54ab322cf53 authored almost 5 years ago by Z3 Development <[email protected]>
chore(gcode-deserializer): Remove GCODE support (#510)

* fix(io): corrected export of prepareOutput
* fix(web): updated to require array utilities fro...

github.com/jscad/OpenJSCAD.org - 46d46d5e42f639882bcc7aa416cc446dfd5ab12c authored almost 5 years ago by Z3 Development <[email protected]>
refactor(io): move most of io code from core/io to io/io-utils & create array-utils (#509)

* refactor(io): moved bulk of core/io to packages/io (utils, and io itself)
* refactor(io): rep...

github.com/jscad/OpenJSCAD.org - 3e4316a5a4ac870d7899f7ddcdb67a7ac105aad6 authored almost 5 years ago by Mark Moissette <[email protected]>
refactor(regl-renderer): set of V2 enhancements to renderer & related (#505)

* refactor(core): changed instanciateDesign() to use path2.isA() to destinguish paths
* feat(co...

github.com/jscad/OpenJSCAD.org - 2d8c536fad59935f4838ce69abbe38560b2ad040 authored almost 5 years ago by Z3 Development <[email protected]>
refactor(vtree): Vtree integration into main repo (#498)

* chore(): added base files
* chore(examples): added very basic benchmarking & split out exampl...

github.com/jscad/OpenJSCAD.org - 5abe98347981f272d76536198df7e5d4f10f7463 authored almost 5 years ago by Mark Moissette <[email protected]>
fix(cli): improved/ added missing formats handling to CLI (#494)

* fix(cli): adjust reg expressions for supported file extentions and formats
added additional e...

github.com/jscad/OpenJSCAD.org - caaab9765e4d286f740067075a8284fec3e77c39 authored almost 5 years ago by Z3 Development <[email protected]>
chore(tests/build): cleanups & fixes for tests/build (#493)

* chore(ava): updated ava version to latest for all packages
* chore(CI): dropping node V6 supp...

github.com/jscad/OpenJSCAD.org - 40c524d5a5625bf6d021e29fba000a185f724fa2 authored almost 5 years ago by Mark Moissette <[email protected]>
fix(obj-deserializer): corrected stringify() to supply V2 require and export (#497)

* updated test suites

github.com/jscad/OpenJSCAD.org - 1fd11aeb1e1a309a3b87dd542d43870bceb9c903 authored almost 5 years ago by Z3 Development <[email protected]>
fix(dxf-serializer): corrected translate() to provide V2 require and export (#496)

* fix(dxf-serializer): corrected translate() to provide V2 require and export
adjusted test sui...

github.com/jscad/OpenJSCAD.org - 9155a367b86046aa21992d7858fe0d54116f9975 authored almost 5 years ago by Z3 Development <[email protected]>
fix(amf-deserializer): correct translate() & metadata (#495)

* fix(amf-deserializer): corrected translate() to provide V2 require and export
* fix(amf-deser...

github.com/jscad/OpenJSCAD.org - 726bc8e338ce9746859050daa7af798daa0e5a13 authored almost 5 years ago by Z3 Development <[email protected]>
test(V2) : Cleanup of test Scripts (#492)

* chore(jscad): consolidated .gitignore entries, removed unnecessary .gitignore files
* chore(j...

github.com/jscad/OpenJSCAD.org - a6decbc1dcbf92246dca0dca5a4764ea7269f132 authored almost 5 years ago by Z3 Development <[email protected]>
refactor(OBJ Deserializer): overhaul for V2 branch (#469)

* chore(obj-deserializer): updated package in order to use eslint and nyc
* refactor(obj-deseri...

github.com/jscad/OpenJSCAD.org - 69ff13fbf2cfa5d12045591244103c46d91a84fd authored almost 5 years ago by Z3 Development <[email protected]>
feat(hull): added 3D hull functionality based on quickhull (#483)

* feat(hulls): implemented hullGeom3 using quickhull library
adjusted quickhull functions / cla...

github.com/jscad/OpenJSCAD.org - c991eb7f4969543cb9ff79ee8622e29c15c02321 authored almost 5 years ago by Z3 Development <[email protected]>
Merge pull request #5 from jscad/amf-resources

new(amf) added missing file for tests
merging in order to complete automated testing of AMF des...

github.com/jscad/sample-files - a2553372758934292fba15cf5bffab65346d70dd authored almost 5 years ago by Z3 Development <[email protected]>
refactor(X3D Serializer): overhaul for V2 (#476)

* chore(x3d-serializer): updated package in order to use nyc and eslint
* refactor(x3d-serializ...

github.com/jscad/OpenJSCAD.org - 8ae3bfeae2d32f343f6e9cdd1a0bb314dfd2c177 authored almost 5 years ago by Z3 Development <[email protected]>
new(amf) added missing file for tests

github.com/jscad/sample-files - 0052d1e58ae4e8d9786147a56accecfb99ac07ed authored almost 5 years ago by Z3 Development <[email protected]>
refactor(AMF Serializer): overhaul for V2 (#475)

* chore(amf-serializer): updated package in order to use nyc and eslint
* refactor(amf-serializ...

github.com/jscad/OpenJSCAD.org - cb9123c58bc6a70c3e0cc329a8b6378d51b339c9 authored about 5 years ago by Z3 Development <[email protected]>
refactor(AMF Deserializer): overhaul for V2 (#467)

* chore(amg-deserializer): updated package in order to use eslint and nyc
* refactor(amf-deseri...

github.com/jscad/OpenJSCAD.org - ca1b02bae8c165e7eceb32e80247e5232f6f7748 authored about 5 years ago by Z3 Development <[email protected]>
refactor(SVG Deserializer): overhaul for V2 (#463)

* chore(svg-deserializer): updated package in order to use eslint and nyc
* test(svg-deserializ...

github.com/jscad/OpenJSCAD.org - f3e8340759ff2576719415c522f960cb1fce6164 authored about 5 years ago by Z3 Development <[email protected]>
refactor(SVG Serializer): overhaul for V2 (#477)

* chore(svg-serializer): updated package in order to use nyc and eslint
* refactor(svg-serializ...

github.com/jscad/OpenJSCAD.org - 7e1f17ed6884db2d5127636643a64368626f39be authored about 5 years ago by Z3 Development <[email protected]>
refactor(DXF Serializer): overhaul for V2 (#474)

* chore(dxf-serializer): updated package in order to use nyc and eslint
* refactor(dxf-serializ...

github.com/jscad/OpenJSCAD.org - 80e23ea6110a50a150c3526cb03da6371a11b2bb authored about 5 years ago by Z3 Development <[email protected]>
refactor(DXF Deserializer): updated for V2 (#465)

* refactor(dxf-deserialize): initial version of version 2 code
* fix(dxf-deserializer): correct...

github.com/jscad/OpenJSCAD.org - f555cd1a829f53ec26073c304980a92222c4fa02 authored about 5 years ago by Z3 Development <[email protected]>
refactor(STL Serializer): updated for V2 (#473)

* chore(stl-serializer): updated package in order to use eslint and nyc
* refactor(stl-serializ...

github.com/jscad/OpenJSCAD.org - c8731772543f14864501545feaa9ab92a6a31f6e authored about 5 years ago by Z3 Development <[email protected]>
refactor(STL Deserializer): updated for V2 (#466)

* refactor(stl-deserializer): updated package in order to use eslint and nyc
* refactor(stl-des...

github.com/jscad/OpenJSCAD.org - 6cd6be1f388d9ad983cbc222fc36d36f287c78bf authored about 5 years ago by Z3 Development <[email protected]>
refactor(): V2 csg integration (#485)

* refactor(): lots of boilerplate changes to move to new modeling core (wip)
* refactor(geometr...

github.com/jscad/OpenJSCAD.org - 9b77b8f336cac7b701718c0c3aa6ba51ffd03a6c authored about 5 years ago by Mark Moissette <[email protected]>
fix(V2): small tweaks and fixes for V2 (#484)

* fix(localstorage): added safeguard for unavailable localStorage (iframes in chrome etc)
* fix...

github.com/jscad/OpenJSCAD.org - ee50200bfcacd8078fa6f1fd73f6cd866afce5ed authored about 5 years ago by Mark Moissette <[email protected]>
Merge pull request #4 from jscad/dxf-parser-resouces

Adding DXF Sample files

github.com/jscad/sample-files - 993cdd820d8c9cdea5fb601686a539077ec5478e authored about 5 years ago by Z3 Development <[email protected]>
fix(samples) added absolute bezier quad example to test_path_quad.svg

github.com/jscad/sample-files - 12ee1c389f8c393928c68087218c04090ec60510 authored about 5 years ago by Z3 Development <[email protected]>
fix(sample files) renamed 3D.stl to colors.stl

github.com/jscad/sample-files - 8b38b72ddb692c3a27dcaad1d4805540cb2b6591 authored about 5 years ago by Z3 Development <[email protected]>
refactor(csg): merge csg.js into main repo (#482)

* refactor(csg): moved csg 'meta package' to the root of packages, under 'modeling' for now

github.com/jscad/OpenJSCAD.org - ba03729545a27e91d5bfb987718a50c25284ac83 authored about 5 years ago by Mark Moissette <[email protected]>
fix(img-utils): Changed image-utils to use `writeFileSync` instead of piping to a stream

* fix(img-utils): Changed image-utils to use `writeFileSync` instead of piping to a stream to en...

github.com/jscad/OpenJSCAD.org - a6c83d345490cdfef9802c295ae01c48f54f2517 authored about 5 years ago by John Cole <[email protected]>
new(samples) added 3D.stl for color tests

github.com/jscad/sample-files - 27f55faa588eaf73656fe53748ff80cc77a44ee2 authored over 5 years ago by Z3 Development <[email protected]>
added sample files from dxf parser

github.com/jscad/sample-files - a7daf5a68f2d4d9439b1259d5d34d27a510ba2ae authored over 5 years ago by Z3 Development <[email protected]>
adding dxf files with 3D entities

github.com/jscad/sample-files - f50a89ea097054c4df3d43762d63d0d256591b67 authored over 5 years ago by Z3 Development <[email protected]>
feat(formats): added more transforming of external formats to scripts (#458)

* fix(core) corrected loadDesign when loading from non-scripts (external formats)
* fix(core) c...

github.com/jscad/OpenJSCAD.org - 19f063de5b365e2290b088215d62535b5a37a23c authored over 5 years ago by Z3 Development <[email protected]>
feat(languages): Japanese Language Support (#456)

* feat(core) added japanese to longNames of languages
added code to use the 'language' from the...

github.com/jscad/OpenJSCAD.org - 4bef39809ab738481a9354de057f13de31cb2e96 authored over 5 years ago by Z3 Development <[email protected]>
fix(web): added serialize-to-js to dependencies in package.json (#457)

corrected require of serialize-to-js

github.com/jscad/OpenJSCAD.org - 84a904142afac713c61878b175cf83e9871c928b authored over 5 years ago by Z3 Development <[email protected]>
refactor(viewer): csg viewer merge & update (#452)

* chore(pkg): updated/ cleaned up pkg.json, updated README
* chore(renderer/viewer): updating/ ...

github.com/jscad/OpenJSCAD.org - da80735ee69e2fb45ff577bf7e0ef1701c009ced authored over 5 years ago by Mark Moissette <[email protected]>
fix(center): fix center function z axis for non-uniform geometries (#129)

github.com/jscad/csg.js - 054604309613a40b500f040169b8cd8ed9413343 authored over 5 years ago by Jeremy Brenner <[email protected]>