Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
JSketcher-AD3d
Developing cross platform open source CAD software that runs in the web browser
Collective -
Host: opensource -
https://opencollective.com/jsketcher-ad3d
- Website: https://www.autodrop3d.com/parametric-cad-beta.html
- Code: https://github.com/xibyte/jsketcher
move isPointInsidePolygon out of cad-utils.js to math.js
github.com/xibyte/jsketcher - 009e355669833742544b8228dea4f1d271a1891d authored about 8 years ago
github.com/xibyte/jsketcher - 009e355669833742544b8228dea4f1d271a1891d authored about 8 years ago
remove unused data-structure
github.com/xibyte/jsketcher - dd1a7458641da37e3d54a5942451e80d4d0c1cbd authored about 8 years ago
github.com/xibyte/jsketcher - dd1a7458641da37e3d54a5942451e80d4d0c1cbd authored about 8 years ago
bezier curve math refactoring
github.com/xibyte/jsketcher - e6d339a3b039996dbd7b8ea3031dd583777d56d7 authored about 8 years ago
github.com/xibyte/jsketcher - e6d339a3b039996dbd7b8ea3031dd583777d56d7 authored about 8 years ago
disable lut debugging
github.com/xibyte/jsketcher - 7cf69aafcff3830da80a62758ca7c8d8f7234e4f authored about 8 years ago
github.com/xibyte/jsketcher - 7cf69aafcff3830da80a62758ca7c8d8f7234e4f authored about 8 years ago
basic support for bezier curve approximation in 3d
github.com/xibyte/jsketcher - a2bf1b07746cc55ade52cd6b6036a8520585a787 authored about 8 years ago
github.com/xibyte/jsketcher - a2bf1b07746cc55ade52cd6b6036a8520585a787 authored about 8 years ago
make bezier curve shape pickable
github.com/xibyte/jsketcher - 56ad328e99e55fb8a0d54f3ab5ce3a391bd6f4aa authored about 8 years ago
github.com/xibyte/jsketcher - 56ad328e99e55fb8a0d54f3ab5ce3a391bd6f4aa authored about 8 years ago
cubic bezier look up table (lut) math
github.com/xibyte/jsketcher - c2816688c33c186a467391aed2dcfd2f3fa4c425 authored about 8 years ago
github.com/xibyte/jsketcher - c2816688c33c186a467391aed2dcfd2f3fa4c425 authored about 8 years ago
storing layer readOnly attribute
github.com/xibyte/jsketcher - 6c7e8e737747583e05572ebba702d402b99fa164 authored about 8 years ago
github.com/xibyte/jsketcher - 6c7e8e737747583e05572ebba702d402b99fa164 authored about 8 years ago
basic support for bezier curve
github.com/xibyte/jsketcher - 32632b81acbafe95267e3f48e14503e1589e9ca9 authored about 8 years ago
github.com/xibyte/jsketcher - 32632b81acbafe95267e3f48e14503e1589e9ca9 authored about 8 years ago
square helper
github.com/xibyte/jsketcher - ea4892035a9397af9ed3076d88501d0daf413efd authored about 8 years ago
github.com/xibyte/jsketcher - ea4892035a9397af9ed3076d88501d0daf413efd authored about 8 years ago
extract the styles to a separate module
github.com/xibyte/jsketcher - 32879114d6b087a9419ee0b908e9a9a8d5f12277 authored about 8 years ago
github.com/xibyte/jsketcher - 32879114d6b087a9419ee0b908e9a9a8d5f12277 authored about 8 years ago
remove getDefaultTool from circle and ellipse since it was moved to a mapping file
github.com/xibyte/jsketcher - 73f318c05a918ce2fcb1ab1e463ab69f038ef5c3 authored about 8 years ago
github.com/xibyte/jsketcher - 73f318c05a918ce2fcb1ab1e463ab69f038ef5c3 authored about 8 years ago
equalize linked endpoints
github.com/xibyte/jsketcher - 99ceec4cd1a3a5d8f5d232ff5eac08ebd0db5ef1 authored about 8 years ago
github.com/xibyte/jsketcher - 99ceec4cd1a3a5d8f5d232ff5eac08ebd0db5ef1 authored about 8 years ago
elliptical arc simple approximation for 3D carving
github.com/xibyte/jsketcher - 9944b71370032e3a6202eb84a38538db20c3a615 authored about 8 years ago
github.com/xibyte/jsketcher - 9944b71370032e3a6202eb84a38538db20c3a615 authored about 8 years ago
elliptical arc basic support(no DXF or SVG export)
github.com/xibyte/jsketcher - 787dc079253adff0c0fdfc103b452b1d2482634d authored about 8 years ago
github.com/xibyte/jsketcher - 787dc079253adff0c0fdfc103b452b1d2482634d authored about 8 years ago
use draw pipelines for selected objects
github.com/xibyte/jsketcher - af85e3e77bb92efd3798cf09626a0a032b13faa4 authored about 8 years ago
github.com/xibyte/jsketcher - af85e3e77bb92efd3798cf09626a0a032b13faa4 authored about 8 years ago
introducing draw pipeline
github.com/xibyte/jsketcher - 1939c7c9885a7a224db7b55080ad3454aec081bb authored about 8 years ago
github.com/xibyte/jsketcher - 1939c7c9885a7a224db7b55080ad3454aec081bb authored about 8 years ago
ellipse tangent UI support
github.com/xibyte/jsketcher - e01b450ad293912fb4bd0eaeeeaedd6f3cf51ce7 authored about 8 years ago
github.com/xibyte/jsketcher - e01b450ad293912fb4bd0eaeeeaedd6f3cf51ce7 authored about 8 years ago
cleanup: remove unused 'validateGeom' method
github.com/xibyte/jsketcher - 8a9050d1ed8900124196b2e1c89ec01f8a203d27 authored about 8 years ago
github.com/xibyte/jsketcher - 8a9050d1ed8900124196b2e1c89ec01f8a203d27 authored about 8 years ago
ellipse tangent constraint math / 'Grater Than' constraint math
github.com/xibyte/jsketcher - 69da5dcd16903683532c923c403c5fdfe99c0c8e authored about 8 years ago
github.com/xibyte/jsketcher - 69da5dcd16903683532c923c403c5fdfe99c0c8e authored about 8 years ago
fix dumb mode on Mac
github.com/xibyte/jsketcher - 02466e24f7ba83e1528a932ac9332f1aba9012db authored about 8 years ago
github.com/xibyte/jsketcher - 02466e24f7ba83e1528a932ac9332f1aba9012db authored about 8 years ago
extract numeric derivative calculation to reuse by other constraints
github.com/xibyte/jsketcher - ca45a3fd017ce4d674b7e4b4e90c71a7f362b49c authored about 8 years ago
github.com/xibyte/jsketcher - ca45a3fd017ce4d674b7e4b4e90c71a7f362b49c authored about 8 years ago
extract radiusAtAngle to a function
github.com/xibyte/jsketcher - cfae03f291ff0d4b5a8e6e752d47595237f1351c authored about 8 years ago
github.com/xibyte/jsketcher - cfae03f291ff0d4b5a8e6e752d47595237f1351c authored about 8 years ago
create point on ellipse auxiliary as preparation to elliptical arc
github.com/xibyte/jsketcher - 2c824b88ce5f7e7f60da40016a7613da0133d9fd authored about 8 years ago
github.com/xibyte/jsketcher - 2c824b88ce5f7e7f60da40016a7613da0133d9fd authored about 8 years ago
fix point rendering order
github.com/xibyte/jsketcher - bf62c9314d239c76998388dfa098f4a934bc90b2 authored about 8 years ago
github.com/xibyte/jsketcher - bf62c9314d239c76998388dfa098f4a934bc90b2 authored about 8 years ago
minor code style
github.com/xibyte/jsketcher - e0cfa8c3e6ac7fcbc1875d5f9fe8934849e3ae73 authored about 8 years ago
github.com/xibyte/jsketcher - e0cfa8c3e6ac7fcbc1875d5f9fe8934849e3ae73 authored about 8 years ago
make points always rendered on top of other objects
github.com/xibyte/jsketcher - ae984c88d8730ff30a09879b2bd0a99c1569464d authored about 8 years ago
github.com/xibyte/jsketcher - ae984c88d8730ff30a09879b2bd0a99c1569464d authored about 8 years ago
check for dumb mode
github.com/xibyte/jsketcher - 3eebe7ac024ca49d413b97084e05e3624ee0c4be authored about 8 years ago
github.com/xibyte/jsketcher - 3eebe7ac024ca49d413b97084e05e3624ee0c4be authored about 8 years ago
solve system on changing ellipse radius
github.com/xibyte/jsketcher - f3409df80ce077226c8ed093fff385f35a9aa88e authored about 8 years ago
github.com/xibyte/jsketcher - f3409df80ce077226c8ed093fff385f35a9aa88e authored about 8 years ago
UI support for point on ellipse constraint
github.com/xibyte/jsketcher - 1b2c2d65df4c89f5392b110c662742dda1d7aabc authored about 8 years ago
github.com/xibyte/jsketcher - 1b2c2d65df4c89f5392b110c662742dda1d7aabc authored about 8 years ago
point on ellipse constraint
github.com/xibyte/jsketcher - 5761164b0cb1e8af9e81efd08bfcff8255635c6c authored about 8 years ago
github.com/xibyte/jsketcher - 5761164b0cb1e8af9e81efd08bfcff8255635c6c authored about 8 years ago
extract check for dumbMode
github.com/xibyte/jsketcher - 441bed2639fabd9cc0f937e22af3b4e35ea12ec2 authored about 8 years ago
github.com/xibyte/jsketcher - 441bed2639fabd9cc0f937e22af3b4e35ea12ec2 authored about 8 years ago
serialize ellipse
github.com/xibyte/jsketcher - cdf8d93fe9e65c6d805ef95758d64a9a2b2749a4 authored about 8 years ago
github.com/xibyte/jsketcher - cdf8d93fe9e65c6d805ef95758d64a9a2b2749a4 authored about 8 years ago
drag tool as alternate mode for circle
github.com/xibyte/jsketcher - fba94a47f5409de348e448262416824d232b3048 authored about 8 years ago
github.com/xibyte/jsketcher - fba94a47f5409de348e448262416824d232b3048 authored about 8 years ago
fix snapping for ellipse / alternate default tool for a shape
github.com/xibyte/jsketcher - 939b93410eec778e8902ccdaa1447919dbab6bc2 authored about 8 years ago
github.com/xibyte/jsketcher - 939b93410eec778e8902ccdaa1447919dbab6bc2 authored about 8 years ago
add hints for ellipse tools
github.com/xibyte/jsketcher - 3cfff1b8639ade19f88e347b3671da3de00f9854 authored about 8 years ago
github.com/xibyte/jsketcher - 3cfff1b8639ade19f88e347b3671da3de00f9854 authored about 8 years ago
add ellipse tool
github.com/xibyte/jsketcher - e1d62e6a6a6f1d79e1956f444f4415a492b576c6 authored about 8 years ago
github.com/xibyte/jsketcher - e1d62e6a6a6f1d79e1956f444f4415a492b576c6 authored about 8 years ago
fix references to EndPoint
github.com/xibyte/jsketcher - a2f40b66ad9dcea955e90b7bdb3906574be05a09 authored about 8 years ago
github.com/xibyte/jsketcher - a2f40b66ad9dcea955e90b7bdb3906574be05a09 authored about 8 years ago
make some start from middle state
github.com/xibyte/jsketcher - 5c220950e78db4450d18de11809fe26ae6f6b0d1 authored about 8 years ago
github.com/xibyte/jsketcher - 5c220950e78db4450d18de11809fe26ae6f6b0d1 authored about 8 years ago
fillet tool refactoring
github.com/xibyte/jsketcher - 3518b78ded8940286d59150db8f03adb76bd8ba5 authored about 8 years ago
github.com/xibyte/jsketcher - 3518b78ded8940286d59150db8f03adb76bd8ba5 authored about 8 years ago
fix ellipse picking
github.com/xibyte/jsketcher - c29a46fc95ebb44459c62d07a6c9dbeb6c277e0b authored about 8 years ago
github.com/xibyte/jsketcher - c29a46fc95ebb44459c62d07a6c9dbeb6c277e0b authored about 8 years ago
fix ellipse picking
github.com/xibyte/jsketcher - 0dc159eb1fa3ccbb3ac3160606b35fd6cb124582 authored about 8 years ago
github.com/xibyte/jsketcher - 0dc159eb1fa3ccbb3ac3160606b35fd6cb124582 authored about 8 years ago
remove garbage
github.com/xibyte/jsketcher - 16063c9f561da4b2899fea2bb144d28586d9c74e authored about 8 years ago
github.com/xibyte/jsketcher - 16063c9f561da4b2899fea2bb144d28586d9c74e authored about 8 years ago
ellipse drawing implementation
github.com/xibyte/jsketcher - bedb65a1694b605f754efae7f567fe9f33760d11 authored about 8 years ago
github.com/xibyte/jsketcher - bedb65a1694b605f754efae7f567fe9f33760d11 authored about 8 years ago
shapes hierarchy refactoring
github.com/xibyte/jsketcher - 32d79a11817a4cdf5d4d4c10ee67473207dd4d0e authored about 8 years ago
github.com/xibyte/jsketcher - 32d79a11817a4cdf5d4d4c10ee67473207dd4d0e authored about 8 years ago
fix circle dimension
github.com/xibyte/jsketcher - 00b6b49b094ec89c918be3dbbde7dbcb95a06c4b authored about 8 years ago
github.com/xibyte/jsketcher - 00b6b49b094ec89c918be3dbbde7dbcb95a06c4b authored about 8 years ago
move tool manager to separate module
github.com/xibyte/jsketcher - 08122759d55c3fddd216185e6ed833ca54272294 authored about 8 years ago
github.com/xibyte/jsketcher - 08122759d55c3fddd216185e6ed833ca54272294 authored about 8 years ago
move pan and drag tool out of viewer
github.com/xibyte/jsketcher - 0e1344febefcc708523b1c1b5b3b4f480ae15104 authored about 8 years ago
github.com/xibyte/jsketcher - 0e1344febefcc708523b1c1b5b3b4f480ae15104 authored about 8 years ago
fix snapping
github.com/xibyte/jsketcher - ea26bb18c4a39967b5554466e0a9a4ad507631bd authored about 8 years ago
github.com/xibyte/jsketcher - ea26bb18c4a39967b5554466e0a9a4ad507631bd authored about 8 years ago
check the way for checking being marked
github.com/xibyte/jsketcher - 9ed5cc8c1ef63533217fa3f55d0735241a666510 authored about 8 years ago
github.com/xibyte/jsketcher - 9ed5cc8c1ef63533217fa3f55d0735241a666510 authored about 8 years ago
tools refactoring for dimensions
github.com/xibyte/jsketcher - 61bf3ec67190d8fcfae9504e7af0f3e2a48748ef authored about 8 years ago
github.com/xibyte/jsketcher - 61bf3ec67190d8fcfae9504e7af0f3e2a48748ef authored about 8 years ago
code format
github.com/xibyte/jsketcher - 8945e95fd7c23a369165cf97a6dfc2dbb55da9f2 authored about 8 years ago
github.com/xibyte/jsketcher - 8945e95fd7c23a369165cf97a6dfc2dbb55da9f2 authored about 8 years ago
add terminal support for arcs
github.com/xibyte/jsketcher - 3bce2d986263d70548dbf038262a84ad7ee9d22f authored about 8 years ago
github.com/xibyte/jsketcher - 3bce2d986263d70548dbf038262a84ad7ee9d22f authored about 8 years ago
reorder service layer
github.com/xibyte/jsketcher - 85bc6cd711b26807dbaf554d9eea4e486687bb18 authored about 8 years ago
github.com/xibyte/jsketcher - 85bc6cd711b26807dbaf554d9eea4e486687bb18 authored about 8 years ago
add terminal support for line, circle, point and origin tool
github.com/xibyte/jsketcher - 8fa8b7757b3ce315afaf93a4aa889119cf15d473 authored about 8 years ago
github.com/xibyte/jsketcher - 8fa8b7757b3ce315afaf93a4aa889119cf15d473 authored about 8 years ago
make win shadow lighter
github.com/xibyte/jsketcher - eb6cc47135e012be23fe72febe081161878b19ca authored about 8 years ago
github.com/xibyte/jsketcher - eb6cc47135e012be23fe72febe081161878b19ca authored about 8 years ago
fix status bar on retina
github.com/xibyte/jsketcher - c7bdb139b2969513f47cd91facbe6e377e5b69fc authored about 8 years ago
github.com/xibyte/jsketcher - c7bdb139b2969513f47cd91facbe6e377e5b69fc authored about 8 years ago
change event name from tool-state to tool-change
github.com/xibyte/jsketcher - c79b71c6b42647297e9e0bc725c2f94843b60a20 authored about 8 years ago
github.com/xibyte/jsketcher - c79b71c6b42647297e9e0bc725c2f94843b60a20 authored about 8 years ago
convert 2d css to less
github.com/xibyte/jsketcher - 1d66e1215d65cc226041e5ec3ca9a2b80f7ff6a3 authored about 8 years ago
github.com/xibyte/jsketcher - 1d66e1215d65cc226041e5ec3ca9a2b80f7ff6a3 authored about 8 years ago
add tool info text in the bottom of the viewer
github.com/xibyte/jsketcher - 6ac89395955ce7bbe9143fa19b8274d9436204f0 authored about 8 years ago
github.com/xibyte/jsketcher - 6ac89395955ce7bbe9143fa19b8274d9436204f0 authored about 8 years ago
make text selectable from terminal
github.com/xibyte/jsketcher - 456d67c53706974fb53f6f789fd74a450c05baae authored about 8 years ago
github.com/xibyte/jsketcher - 456d67c53706974fb53f6f789fd74a450c05baae authored about 8 years ago
change logo
github.com/xibyte/jsketcher - 0985b60702ef1350a2e43426ef75098016d6bb11 authored about 8 years ago
github.com/xibyte/jsketcher - 0985b60702ef1350a2e43426ef75098016d6bb11 authored about 8 years ago
fonts refactoring
github.com/xibyte/jsketcher - 632d074d5ddf1b585dc1a5dd68bf44c33eebe0d3 authored about 8 years ago
github.com/xibyte/jsketcher - 632d074d5ddf1b585dc1a5dd68bf44c33eebe0d3 authored about 8 years ago
rewrite point, line and origin using classes
github.com/xibyte/jsketcher - 238e9ffb041ad96f161ec17a9ba1f941b9eec35b authored about 8 years ago
github.com/xibyte/jsketcher - 238e9ffb041ad96f161ec17a9ba1f941b9eec35b authored about 8 years ago
implement command support for origin tool
github.com/xibyte/jsketcher - 8e67c2cd39cb10892267cb06f80d68c66837e31c authored about 8 years ago
github.com/xibyte/jsketcher - 8e67c2cd39cb10892267cb06f80d68c66837e31c authored about 8 years ago
some usability improvement
github.com/xibyte/jsketcher - f55ef264e42a1b05564624a5b9a3fea244d54e08 authored about 8 years ago
github.com/xibyte/jsketcher - f55ef264e42a1b05564624a5b9a3fea244d54e08 authored about 8 years ago
extract terminal to separate module
github.com/xibyte/jsketcher - 7606240ad04479a716d1f92812c0c8efbc5c652a authored about 8 years ago
github.com/xibyte/jsketcher - 7606240ad04479a716d1f92812c0c8efbc5c652a authored about 8 years ago
add print function to terminal
github.com/xibyte/jsketcher - 84ff05b7daf770308d6b2d9aa07faa216d688b61 authored about 8 years ago
github.com/xibyte/jsketcher - 84ff05b7daf770308d6b2d9aa07faa216d688b61 authored about 8 years ago
don't put a command on history if it's the same command as last one
github.com/xibyte/jsketcher - 7bab2f0fa7a063feef9d37a5297d12760999a7b1 authored about 8 years ago
github.com/xibyte/jsketcher - 7bab2f0fa7a063feef9d37a5297d12760999a7b1 authored about 8 years ago
autocompletion support for terminal
github.com/xibyte/jsketcher - a44e6b3f41cdb7ce319e70dd084e50c0e1d9c822 authored about 8 years ago
github.com/xibyte/jsketcher - a44e6b3f41cdb7ce319e70dd084e50c0e1d9c822 authored about 8 years ago
importing jquery as a library
github.com/xibyte/jsketcher - 0b6534ded218d0276dc44e4b97afab95c04e314c authored about 8 years ago
github.com/xibyte/jsketcher - 0b6534ded218d0276dc44e4b97afab95c04e314c authored about 8 years ago
add keymaps support
github.com/xibyte/jsketcher - 48c60d9dc37c53bc01dcb9cf172616836cd242cd authored about 8 years ago
github.com/xibyte/jsketcher - 48c60d9dc37c53bc01dcb9cf172616836cd242cd authored about 8 years ago
fix merge problem
github.com/xibyte/jsketcher - c836e9a85383d86dccb6e2a74b844a283d7edd58 authored about 8 years ago
github.com/xibyte/jsketcher - c836e9a85383d86dccb6e2a74b844a283d7edd58 authored about 8 years ago
terminal
github.com/xibyte/jsketcher - c97ed8157526c79a4bb43fee5055f752883bf4c4 authored about 8 years ago
github.com/xibyte/jsketcher - c97ed8157526c79a4bb43fee5055f752883bf4c4 authored about 8 years ago
clean up unused variables
github.com/xibyte/jsketcher - 3693c1d7f321d94901d2adcb524f4af9c11f11b4 authored about 8 years ago
github.com/xibyte/jsketcher - 3693c1d7f321d94901d2adcb524f4af9c11f11b4 authored about 8 years ago
approach to lookAt solid functionality
github.com/xibyte/jsketcher - b1e46be9eb4626e752e7671a5c9a8e84ae39fccc authored about 8 years ago
github.com/xibyte/jsketcher - b1e46be9eb4626e752e7671a5c9a8e84ae39fccc authored about 8 years ago
add an option to disable a button
github.com/xibyte/jsketcher - 43c1f4f0b9f3533adfd390ec436939fe53aec8e3 authored about 8 years ago
github.com/xibyte/jsketcher - 43c1f4f0b9f3533adfd390ec436939fe53aec8e3 authored about 8 years ago
mesh utils
github.com/xibyte/jsketcher - 3b1ba45a883f45d746c236bce1750b2e198bc3e6 authored about 8 years ago
github.com/xibyte/jsketcher - 3b1ba45a883f45d746c236bce1750b2e198bc3e6 authored about 8 years ago
add IMPORT_STL operation
github.com/xibyte/jsketcher - d75f129f07434241f1ce398a92af5dcd906baa1a authored about 8 years ago
github.com/xibyte/jsketcher - d75f129f07434241f1ce398a92af5dcd906baa1a authored about 8 years ago
introducing IMPORT_STL operation
github.com/xibyte/jsketcher - d416d3f13097a0f45f70d12bfcadd67057a25110 authored about 8 years ago
github.com/xibyte/jsketcher - d416d3f13097a0f45f70d12bfcadd67057a25110 authored about 8 years ago
binary stl reader
github.com/xibyte/jsketcher - 2ca29145d446287286f3e4f16b14e9e19e374ec5 authored about 8 years ago
github.com/xibyte/jsketcher - 2ca29145d446287286f3e4f16b14e9e19e374ec5 authored about 8 years ago
make actions contextual
github.com/xibyte/jsketcher - c9dffaa9ddd2ee3f4e3787f82d792ea0e4c3d3be authored about 8 years ago
github.com/xibyte/jsketcher - c9dffaa9ddd2ee3f4e3787f82d792ea0e4c3d3be authored about 8 years ago
stl reader and url loader
github.com/xibyte/jsketcher - 3213728337f0152bef70ef65ed9fb1fa11722776 authored about 8 years ago
github.com/xibyte/jsketcher - 3213728337f0152bef70ef65ed9fb1fa11722776 authored about 8 years ago
make menus visible on black
github.com/xibyte/jsketcher - 988c0b7e64f9b61e5be52ae30a7fd7d75e594f93 authored about 8 years ago
github.com/xibyte/jsketcher - 988c0b7e64f9b61e5be52ae30a7fd7d75e594f93 authored about 8 years ago
refactor ui for new binding API
github.com/xibyte/jsketcher - 7d389df22a9506b179cc0a7e14b9314460d2bbe1 authored about 8 years ago
github.com/xibyte/jsketcher - 7d389df22a9506b179cc0a7e14b9314460d2bbe1 authored about 8 years ago
extract sample to a separate file
github.com/xibyte/jsketcher - 97abd14f0e60699bbdb53b2737589b1a15563d80 authored about 8 years ago
github.com/xibyte/jsketcher - 97abd14f0e60699bbdb53b2737589b1a15563d80 authored about 8 years ago
wizard refactoring / extracting common method to a base class
github.com/xibyte/jsketcher - 2243faa5eb4facea3266705c8e21ec50444c5fdb authored about 8 years ago
github.com/xibyte/jsketcher - 2243faa5eb4facea3266705c8e21ec50444c5fdb authored about 8 years ago
import external model operation
github.com/xibyte/jsketcher - 423954971dca7de4e464ccfcbc2ce47241fcd2df authored about 8 years ago
github.com/xibyte/jsketcher - 423954971dca7de4e464ccfcbc2ce47241fcd2df authored about 8 years ago
binding improvements / fix html
github.com/xibyte/jsketcher - d0d41d45fd7764b09110b40300ffd74b0063003d authored about 8 years ago
github.com/xibyte/jsketcher - d0d41d45fd7764b09110b40300ffd74b0063003d authored about 8 years ago
stl reader
github.com/xibyte/jsketcher - fa9fa383c6e23c2b5b8f58bd6ffba3f52d52b44a authored about 8 years ago
github.com/xibyte/jsketcher - fa9fa383c6e23c2b5b8f58bd6ffba3f52d52b44a authored about 8 years ago
binding improvements
github.com/xibyte/jsketcher - d70495c7902e8cd0a6d44d330ff684c776c0e3ec authored about 8 years ago
github.com/xibyte/jsketcher - d70495c7902e8cd0a6d44d330ff684c776c0e3ec authored about 8 years ago
reference point
github.com/xibyte/jsketcher - 6e7c76a16c39fc22645df2e35f5172d27edeb889 authored about 8 years ago
github.com/xibyte/jsketcher - 6e7c76a16c39fc22645df2e35f5172d27edeb889 authored about 8 years ago
coordinates info
github.com/xibyte/jsketcher - cb114b7baa65f2b5e63197c361114c7fb5036d7e authored about 8 years ago
github.com/xibyte/jsketcher - cb114b7baa65f2b5e63197c361114c7fb5036d7e authored about 8 years ago
stubs for import stl action
github.com/xibyte/jsketcher - de256acb96e587572a1615bc029455e7ccf4d6a3 authored about 8 years ago
github.com/xibyte/jsketcher - de256acb96e587572a1615bc029455e7ccf4d6a3 authored about 8 years ago
extract modification UI logic modification panel component
github.com/xibyte/jsketcher - c7d17fd63c0e2b2311dd10f541c5156d1b3074f9 authored about 8 years ago
github.com/xibyte/jsketcher - c7d17fd63c0e2b2311dd10f541c5156d1b3074f9 authored about 8 years ago
bind on empty data on initialization
github.com/xibyte/jsketcher - a877dcda0210fe6bea09fc4bbf1e066a6536b7fa authored about 8 years ago
github.com/xibyte/jsketcher - a877dcda0210fe6bea09fc4bbf1e066a6536b7fa authored about 8 years ago
update only small portion of DOM when binding arrays
github.com/xibyte/jsketcher - 03a8f787b2de253e711a21f6ca11ec79a90e4d28 authored about 8 years ago
github.com/xibyte/jsketcher - 03a8f787b2de253e711a21f6ca11ec79a90e4d28 authored about 8 years ago
solid list view
github.com/xibyte/jsketcher - 96a48773407e9bec14268dc1550d3dd7d72c658a authored about 8 years ago
github.com/xibyte/jsketcher - 96a48773407e9bec14268dc1550d3dd7d72c658a authored about 8 years ago
turn off embedding images by css loader
github.com/xibyte/jsketcher - a81ca9091163e9ff6f23cec84821213c1847fede authored about 8 years ago
github.com/xibyte/jsketcher - a81ca9091163e9ff6f23cec84821213c1847fede authored about 8 years ago
add icons for solid list view
github.com/xibyte/jsketcher - 9bbf80c0b67eb4469f7698dda74c277d3d0da630 authored about 8 years ago
github.com/xibyte/jsketcher - 9bbf80c0b67eb4469f7698dda74c277d3d0da630 authored about 8 years ago