Skip to content

ayushk7/CodeWire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeWire

Try at https://ayushk7.github.io/CodeWire/ CodeWire is a node based editor inspired by UE4 Blueprints which helps in better visualization of the code, and faster scripting of complex and repetetive tasks.

Tutorial:

  1. Include Begin Node By Right Click And Select Begin.
  2. Include Other In The Same Way.
  3. Use Left Panel To create New Variable.
  4. New variable is added into the right click menu.
  5. Hold middle mouse button To Pan.
  6. Use Scroll Wheel To Zoom in and out.
  7. Hold left Ctrl and click the node or the wire to delete it.
  8. White wire between two arrow terminals is used for execution flow.
  9. Colored wire is used for input/outputs.
  10. Click Code to get Javascript native code.

Screenshots

Prime Number

Prime Number

Fibonacci Series

Fibonacci Series

This Program is Still Work in progress, subsequent new features like functions, delay, sandboxing, save, undo will be added soon.