Skip to content

rcraig14/Bengine

 
 

Repository files navigation

Bengine

A javascript browser block engine.

Bengine handles the creating and deleting of "blocks", which are just html elements. You can create custom blocks with special javascript functionality and add them to Bengine. Those custom blocks are coded into contructor objects which are called "extensibles".

For a simple example of the block engine, visit wisepool playground.

Wanted Extensibles

If you would like to contribute to this project, please consider coding the following wanted extensibles:

  • CodeMirror block
  • PythonTutor block
  • Blockly block
  • draw.io block

About

A javascript browser block engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 2.9%
  • Shell 0.2%