Skip to content

This repo is supposed to visually-simulate a state machine. It is meant to be customizable and recordable(alpha transparent). Use this to draw your state machine and record it for post production too!

tanmayyb/state_machine_visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummy_state_machine_2022

state_machine

Table of Contents

Authors

Taskin Rahman and Tanmay Bishnoi.

Why does this repo exist?

Let's say you need to show what 'state' the rover is in your video project. You want to show what its mind is doing atm. Is it waiting for you to give instructions? Is is scanning it's environment? etc. You use a state machine to show that. Our webapp emulates a custom state machine with transitionable state, recorder and background transparency functionalities built in.

How to install/setup

  1. Install nvm for windows (not necessary just recommended for use with npm).

  2. Install npm (to install browser sync):

    nvm install node
    nvm use node
  3. Install Browsersync using npm(to make the html page dynamic):

    npm install -g browser-sync
  4. Clone repo into local folder (or download and extract .zip file if you're a simp):

    clone command goes here

How to launch/use

Open CMD/Terminal/PowerShell IN YOUR DIRECTORY and enter:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted

Then enter this to launch the tool:

browser-sync start -s

Webscripts in the code: p5.js CCapture.js (need internet when running index.html, don't need to download)

Tutorials on how to use

How does the code work? How to configure nodes:? How to configure arrows:? Check our wiki! (might not be updated :P)

Who to call for help?

The main contributors - if they pick up. Worth a try though.

About

This repo is supposed to visually-simulate a state machine. It is meant to be customizable and recordable(alpha transparent). Use this to draw your state machine and record it for post production too!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published