Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/at15/cadjs
A 2d cad model library built on top of fabric.js
https://github.com/at15/cadjs
Last synced: about 1 month ago
JSON representation
A 2d cad model library built on top of fabric.js
- Host: GitHub
- URL: https://github.com/at15/cadjs
- Owner: at15
- License: mit
- Created: 2015-11-29T17:55:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T16:01:32.000Z (about 9 years ago)
- Last Synced: 2023-08-06T06:38:42.581Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://at15.github.io/cadjs/
- Size: 1.33 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cadjs
A 2d cad modeling application built on top of [fabric.js](http://fabricjs.com/) and
angularjs using typescriptlive demo http://at15.github.io/cadjs/ click start polygon on bottom left to start drawing and
click stop polygon when you finish## Features
- wrap for fabric.js element and hack to get standard object to use in cad, like point, line
and polygonß
- object manager service and ui control to track & modify objects
- debug service and ui control, log to screen in service and control.## Stuff
- use fabirc.js for canvas handling
- use ts for strict typing## screen shot
![screen](screen.png)