Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/jscad/csg.js
DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/csg.js
054604309613a40b500f040169b8cd8ed9413343 authored over 5 years ago
8789ba8463c49cd545bb22d0e44dad3b80c77ef3 authored over 6 years ago
3ccda88078ae10f12945316683e6c634f85597c5 authored over 6 years ago
* Add a method to determine the general turn direction of a path. This will help in converting c...
4cd83fa109a722c513e02f2b9474653a256ae069 authored over 6 years ago2ba12a38e020ae75404e184deed6a1aa0eccc6a0 authored over 6 years ago
This PR adds lots of new features, overhauls the implementation, and provides a future facing se...
eadcd5883a60854c2e9be566c71f996dea7faf9a authored over 6 years ago
* fix(fromNestedPointsArray) : polygon was not generated if only one points set is provided
* a...
* fix polygon with custom path(s)
* clean docs
* allow multiple paths in points list with path...
* allow multiple paths in points list + holes support
Hole detection follows the even/odd rule,...
e4606eedb39d8df8bb76c70213b0880d6619f36d authored almost 7 years ago
6486dd8bb354a67bd74272cfa82356a9d57a2d61 authored almost 7 years ago
* Corrected center() and updated tests suites
* Removed centering mutators (UG)
* Added center...
caa7241b4b4965396c0742e483d45bb6d5f643da authored almost 7 years ago
82154a98abe7bf62581f6d3d5611f03bcf925ba8 authored almost 7 years ago
f4450549e3329e00298d3ad0e87658bce3a3953f authored about 7 years ago
6c28c1c1f048d70f4bb5d52e7d5d2343edaa161b authored about 7 years ago
2af525b073cfc49aec6344daaccbf430663a08eb authored about 7 years ago
* fix(CAG): added back missing CAG.fromCompactBinary !!
* added correct exports
* upgrading te...
5cedebcd49a224b85d398d012cc8106169f04adc authored about 7 years ago
* refactor(): moved most of scad api into src/api
* refactor(): modified imports of api entry
...
dc1bb60741b1a067e3dc81d09f60aa9565884465 authored about 7 years ago
6b2fce7ad01a9fcc526ffbe39f3f2a13ad46637a authored about 7 years ago
e5b922c338f484689549b115d790a4e1a065e75e authored about 7 years ago
441fd184e2e39e35f609bec7d6badd6ca5797eea authored about 7 years ago
* refactor():
* seperated code into core & api
* split out a lot of 'api' functions from ...
ec3a75cbf6701e0d7cfdb450e0037167156839ac authored about 7 years ago
* Fixed construction of new CSG.Polygon.Shared(undefined)
* Added test for CSG.Polygon.Shared c...
891ad4f3f8b0eba488a7a4351d821824ab9be762 authored about 7 years ago
* Additonal tests for polygon convexity, and shared color construction
* enhanced fail messages...
bb9e8942e18446c731adf580661f165fa5ea6aa4 authored over 7 years ago
* chore(pkg): minor tweaks to package.json
* chore(CI): removed testing for node 7 added testin...
9f645861ba94502c684664e7fdef68d7aa9a7710 authored over 7 years ago
* fixes internals for some corner cases of fixTJunctions (see https://github.com/jscad/scad-api/...
78c5102574a7fb91afdd97f71562031a9a4d958b authored over 7 years ago84360bd498c5b624530cb86af13d9fff2500f33c authored over 7 years ago
* fix(ConnectorList): added missing ConnectorList export
* test(connectors): added very basic c...
2e2c9895f4875129abb3781fa9feaabb482bf88d authored over 7 years ago
added CAGNearlyEquals helper, to deal with precisions issues
0e5ba9f9e3fb0949c3989a2c6dca092b5c1846dc authored over 7 years ago
* chore(pkg): added .npmrc & updated gitignore to play nicer with new npm versions
(package-loc...
0aaaf6ec2aba0698ec58722b1eb2654c3a178cb9 authored over 7 years ago
* Additonal tests for polygon convexity, and shared color construction
* enhanced fail messages...
basic tests for
* roundedCylinder
* roundedCube
* cylinderElliptic
* polyhedron
* Changed checkIfConvex() to return boolean
* Changed Polygon constructor to throw error
* Add...
* Changed checkIfConvex() to return boolean
* Changed Polygon constructor to throw error
* Add...
Additions tests for Polygon
388b0b134f0d122fb3e41f3b28d57daee7fc9c23 authored over 7 years ago7f9390f27d77a77e015f03cb5d74522acf95a55f authored over 7 years ago
Added FIXME comments on strange behaviour
036dc144cf12e26a8ee7f7151ac71f25192b3e4d authored over 7 years ago87349c3297805a9e95ce40b04d2fbaf64af12db9 authored over 7 years ago
refactor(csg.js): move Path2.innerToCAG to CAGFactories. Renamed as f…
29ed09292241e2f723a4069a7657ef38ed22905e authored over 7 years agodfbf743315a819f413d9b74dd9d2338b82f30c40 authored over 7 years ago
77d5b27d60156d5f156a8be5bb0359e1851ff456 authored over 7 years ago
6624615768e5de6cf18eaed5524ae6e266f5c8af authored over 7 years ago
*fixed bad import
*added basic test for polygon3
*updated release scripts
* Changed source to everything in src directory
* Additional JSDOC comments
9c24e2d01faefea26b99fee22ee402f18f343bf7 authored over 7 years ago
e48921e122e974c0452587f110010d42e4befcba authored over 7 years ago
- split out various pieces into seperate modules
- split ou 2d & 3d primitives
- split out mat...
609006a87688f0268841efd7858ac48195e7d4a6 authored over 7 years ago
* Additional test using Vector3D constructor
* Added CAG.toPoints() in order to convert to a li...
060363d1aef4503ee72e88eda90cddb1237b8ebe authored over 7 years ago
- this fixed some issues dealing in some official OpenJSCAD examples
- enables .canonicalized()...
c660d13d7e71f223025e7f08ac6e258f18922408 authored over 7 years ago
- fixed typos /bad names in README
- added missin license file
86d8cb661d6e9aaa1d6f2d6c763ce1b6fa77530a authored over 7 years ago
24a20e29acfb8f6672848e8ec090f7b5db73b1b2 authored over 7 years ago
1b5af55575a1d3e2c3c064217492de3c64fb20d3 authored over 7 years ago
ced5dd7055e445aa19606e4fd7ad013d13937091 authored over 7 years ago
modified path to online docs
de5663c1e545fd07806d46221f4e68e003e3295b authored almost 8 years agodocs(): completed supporting documents
cec17f1e7a93559e07ea7eb353e48f0459f6e64d authored almost 8 years ago4f9ea3d52f0458df797c45b5f2f6b7942c67b9d1 authored almost 8 years ago
dd1b4354ab6e3f2a45f574cf1964de38fa805941 authored almost 8 years ago
399a4cdc07501a948e2c8ef013a2c5e5e27dd650 authored almost 8 years ago
Cleanups and fixes to package & tests
95dcbbdb6009241ea3bae51298880768825db2bf authored almost 8 years agoebb79e8cc5ca4ef59b111735a3cafb0ae50304e6 authored almost 8 years ago
6d4de6b9ae04938470a7c8daff2a5d86312e7532 authored almost 8 years ago
1210f66f95e2bd873fbe30411cb3debf7f26e1c6 authored almost 8 years ago
- overall cleanup & tweaks
5482f5d99a93d89fded0791539777d0a38138eb2 authored almost 8 years ago- updated ava commands
- removed obsolete package.json entries
Making sense of Epsilon values
59d60670a2e959e33113489467aee20f8479bc72 authored almost 8 years ago521d51e63c43d09e7bdb63618f3b6aa68b7efe5d authored almost 8 years ago
Changed all hard coded values to one of these.
e95d0fd615379b66fd866826ed2d827c6b4b2ace authored almost 8 years agoInitial Tests for Vector2D
a0e21ddff35158b9bd2c6585a478ada31134ec33 authored almost 8 years agoadc390e25baa78e2c7e2e8919f293439e3c08cfc authored almost 8 years ago
277af5670fcbaeb11cba1c150f5e957bace80f3f authored almost 8 years ago
cad3fafacf8594b743465c716993346a43b5e9b4 authored almost 8 years ago
Completed integration of cylinderElliptic()
f4fa7b644bccaf13fb3f050cc3f4264d5c60c46f authored almost 8 years ago86e5e01c6038b60231efa4314c9123ef97d873f5 authored almost 8 years ago
Changed comments for cylinderElliptic() to JSDOC
980f99e09b18952e1da451e8e129d0258e640c21 authored almost 8 years agotimeout for tests seems to be the only issue on travis (they run fine locally for me in Node 4 ...
32cebb380a343e239427de34b6cb5dd62ea25300 authored almost 8 years agotest CSG
6b0ff43b36c893af5dc523536c7cc74d8dbc59f5 authored almost 8 years agobb7fd1b3357775e2eb3d937459b26626a4e22e47 authored almost 8 years ago
773aa02e942212074bf71934222b9661b820ed94 authored almost 8 years ago
5035cec3c87f29f1df53fa340574aa0307906139 authored almost 8 years ago
53c14a16ab133006c3e69e24f8dfb8a2923c7a1f authored almost 8 years ago
a5fe5b788ad1238bbf44cdf4f731ff728d1ec8b6 authored almost 8 years ago
a07e23810dccd1e75e2db33c17d9630b8d1269d1 authored almost 8 years ago
Restructuring comments to JSDOC
4d531e8d939fa1d4650f844f67d8ff9aa98130ea authored almost 8 years agoc2783be35426583ad312c22f0128fc7f6a725ae1 authored almost 8 years ago
3071fe2bf56fcd874c1e8afbddc671242303f76b authored almost 8 years ago
207ad542f3d9c733f92add5727794c6e5f2f91bf authored almost 8 years ago
4b1de5625b2edf67990ba05c28b38d940595cf4a authored almost 8 years ago