https://github.com/data-exp-lab/transfer_function_editor
experimental transfer function editor
https://github.com/data-exp-lab/transfer_function_editor
Last synced: 4 months ago
JSON representation
experimental transfer function editor
- Host: GitHub
- URL: https://github.com/data-exp-lab/transfer_function_editor
- Owner: data-exp-lab
- License: bsd-3-clause
- Created: 2025-07-22T21:55:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T22:04:22.000Z (11 months ago)
- Last Synced: 2025-08-08T19:09:44.544Z (10 months ago)
- Language: Vue
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# transfer-function-editor
A tool for editing transfer functions in vue-js + ts using d3.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```