Skip to content

A wrapper for running BPjs code, with a visual programming diagram editor that generates said code

Notifications You must be signed in to change notification settings

omrib15/BPjs-with-blockly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPjs-with-blockly

Google's blockly is a diagram editor that was made for Visual Programming. It compiles "blocks" into javascript code. This repository is an extenstion of blockly that supports some Behavioral Programming concepts, with a wrapping Java desktop application that runs, monitors, and can interact with the generated Javascript code.

The execution of the generated JS code is done using the BPjs environment.

About

A wrapper for running BPjs code, with a visual programming diagram editor that generates said code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • Java 26.2%
  • HTML 11.4%
  • Roff 5.7%
  • CSS 1.1%