Beam Studio is the companion application for FLUX Beam Series. It gives creators an intuitive interface to control over every function of the machine.
- Nodejs and npm. Current node version: v20.11
- FLUX Studio requires websocket api to run. Dowload the source code of FLUXGhost.
- FLUXClient or FLUXClient-dev (for developers)
- FluxSVG calculate SVG when importing SVG files and exporting tasks. (for developers)
- Beamify convert SVG path to f-code path. (for developers)
- Install necessary node packages
$> npm i --save-dev
or$> yarn install
, depending on your packages manager.
- Build resource
$> webpack watch
- Rebuild C++ module to make it compatible with the node inside of electron.
- Though the module was build when running yarn install (or npm install, npm rebuild), it was build for node in your command line environment, not for electron
- Run default:
npm start
- Support environment variables
- AGPLv3