https://github.com/bitmeal/tcp
tcp-transformer
https://github.com/bitmeal/tcp
Last synced: 5 months ago
JSON representation
tcp-transformer
- Host: GitHub
- URL: https://github.com/bitmeal/tcp
- Owner: bitmeal
- License: mpl-2.0
- Created: 2020-09-25T13:35:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T14:31:01.000Z (over 5 years ago)
- Last Synced: 2025-04-08T15:21:17.486Z (about 1 year ago)
- Language: Vue
- Size: 4.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TCP Transformer
A project providing you with a cross-platform electron app and web-app to get your Flange *to* TCP (Tool-Center-Point) transformations right. *Finally!*
Computes transformation matrix from offset and an arbitrary set of single rotations. Supplies you with:
* Transformation matrix (forward & backwards)
* Quaternions (forward & backwards)
* Euler angles (as you input them)
[](https://bitmeal.github.io/tcp/)

## Electron App and Development
### setup
```
npm install
```
### running (development)
#### local web application
Will be served at: [http://localhost:8080/](http://localhost:8080/)
```
npm run serve
```
#### electron development
```
npm run electron:serve
```
### bundling / building
#### web application
Will be bundled at `./dist`.
```
npm run build
```
#### binary / electron
Will be built in `./release`.
```
npm run electron:build
```
#### deploy to GitHub-pages
```
npm run gh-pages:deploy
```