leaphy-blocks

所属分类:代码编辑器
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-09-24 08:32:04
上 传 者sh-1993
说明:  基于web的可视化编程编辑器。,
(The web-based visual programming editor.,)

文件列表:
.eslintrc.json (682, 2023-12-08)
.npmrc (36, 2023-12-08)
LICENSE (11357, 2023-12-08)
blocks/ (0, 2023-12-08)
blocks/arduino.js (537, 2023-12-08)
blocks/blocks.js (3091, 2023-12-08)
blocks/colour.js (2596, 2023-12-08)
blocks/extensions.js (23628, 2023-12-08)
blocks/leaphy_click.js (2149, 2023-12-08)
blocks/leaphy_common.js (11872, 2023-12-08)
blocks/leaphy_flitz.js (1862, 2023-12-08)
blocks/leaphy_original.js (2884, 2023-12-08)
blocks/lists.js (30903, 2023-12-08)
blocks/logic.js (18796, 2023-12-08)
blocks/loops.js (8800, 2023-12-08)
blocks/math.js (14533, 2023-12-08)
blocks/procedures.js (41138, 2023-12-08)
blocks/text.js (24767, 2023-12-08)
blocks/variables.js (4380, 2023-12-08)
blocks/variables_dynamic.js (5286, 2023-12-08)
demos/ (0, 2023-12-08)
demos/blockfactory/ (0, 2023-12-08)
demos/blockfactory/analytics.js (5010, 2023-12-08)
demos/blockfactory/app_controller.js (25046, 2023-12-08)
demos/blockfactory/block_definition_extractor.js (26111, 2023-12-08)
demos/blockfactory/block_exporter_controller.js (11338, 2023-12-08)
demos/blockfactory/block_exporter_tools.js (8005, 2023-12-08)
demos/blockfactory/block_exporter_view.js (2781, 2023-12-08)
demos/blockfactory/block_library_controller.js (10363, 2023-12-08)
demos/blockfactory/block_library_storage.js (4419, 2023-12-08)
demos/blockfactory/block_library_view.js (5741, 2023-12-08)
demos/blockfactory/block_option.js (5289, 2023-12-08)
demos/blockfactory/blocks.js (28536, 2023-12-08)
demos/blockfactory/cp.css (785, 2023-12-08)
... ...

# Leaphy Blocks Leaphy Blocks is an adaptation of the Blockly library. [Google's Blockly](https://github.com/google/blockly) is a library that adds a visual code editor to web and mobile apps. The Blockly editor uses interlocking, graphical blocks to represent code concepts like variables, logical expressions, loops, and more. It allows users to apply programming principles without having to worry about syntax or the intimidation of a blinking cursor on the command line. All code is free and open source. Leaphy Blocks is primarily developed for use in the [Leaphy Easybloqs](https://github.com/leaphy-robotics/leaphy-webbased) application. It is published as an npm package. ## Getting Help * Ask for help on the Leaphy Forum * Report an Issue on Github ## Contributing to Leaphy Blocks ### Creating Custom Blocks Good documentation about creating custom blocks exists in the [Google Blockly Developer Pages](https://developers.google.com/blockly/guides/create-custom-blocks/overview). ### Fix a Bug ## Syncing with Google Blockly Google Blocks typically releases a new version of Blockly once a quarter (every 3 months), or when a breaking bug needs an immediate fix. The Leaphy Blocks fork will be synced with those releases when they occur. ## Release Process Use `yarn publish` and NOT `yarn run publish` to publish a new version of the npm package

近期下载者

相关文件


收藏者