Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.11 KB

File metadata and controls

24 lines (13 loc) · 1.11 KB

PROCODE IDE: A BLOCKLY BASED APP

Procode is isual programming editor based on blockly with Rich Interface. This IDE has some bugs in Function generation. But IDE works find in offline/ online.

website: http://procode.online

#About Blockly

Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.

The project page is https://developers.google.com/blockly/

Blockly has an active developer forum. Please drop by and say hello. Show us your prototypes early; collectively we have a lot of experience and can offer hints which will save you time.

Help us focus our development efforts by telling us what you are doing with Blockly. The questionnaire only takes a few minutes and will help us better support the Blockly community.

Want to contribute? Great! First, read our guidelines for contributors.