https://github.com/extracraftx/lut-converter
A simple program to visualise and convert colour LUTs
https://github.com/extracraftx/lut-converter
Last synced: about 1 month ago
JSON representation
A simple program to visualise and convert colour LUTs
- Host: GitHub
- URL: https://github.com/extracraftx/lut-converter
- Owner: ExtraCrafTX
- Created: 2019-05-10T14:29:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T14:39:52.000Z (about 7 years ago)
- Last Synced: 2025-02-25T19:43:12.408Z (over 1 year ago)
- Language: JavaScript
- Size: 548 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LUT converter
This is a simple program to allow for conversion between various LUT formats.
## Install
With [Node.js](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed, clone the repository and run `npm i` to install all dependencies.
Once the dependencies have been installed simply use `npm start` to run the program.
## Development
The `.js` files are generated by the [TypeScript](https://www.typescriptlang.org/) compiler and should not be modified.
To install TypeScript run `npm i -g typescript`. You can then run `tsc -w` to start the compilation in watch mode. Visit https://typescriptlang.org/ for more information about TypeScript.