Dasflow - node-based code editor for visual scripting on daScript.
- Git
- Node.js and npm
- daScript compiler
If you don't already have daScript compiler, use this instruction to build and set up it for your platform
- VSCode (recommended)
- Run python script modules.py
Example:
C:\daScript> python modules.py --path build --on dasHV
- Check that dasHV is successfully installed
- Rebuild using the description of the previous paragraph
git clone --recurse-submodules [email protected]:GaijinEntertainment/dasflow.git
npm install
It's needed to open package.json
file and run start
script. After that run src/main.das
file.
Open browser page http://localhost:3000/ to see your default dasflow graph!