Skip to content

GaijinEntertainment/dasflow

Repository files navigation

Dasflow

Dasflow - node-based code editor for visual scripting on daScript.

Prerequisites

  • 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

IDE

  • VSCode (recommended)

Installation

Building daScript with dasHV submodule

  1. Run python script modules.py

Example:

C:\daScript> python modules.py --path build --on dasHV
  1. Check that dasHV is successfully installed
  2. Rebuild using the description of the previous paragraph

Dasflow installation

git clone --recurse-submodules git@github.com:GaijinEntertainment/dasflow.git
npm install

Running

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published