Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.43 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.43 KB

Copyright (C) 2018 mirage335 See the end of the file for license conditions. See license.gpl.txt for SigBlockly license conditions.

SigBlockly

Free Open Source Software (FOSS) direct graphical programming environment focused on realtime signal processing, control systems, and application integration.

Usage

firefox ./c.html

firefox ./bash.html

Design

Intended to support graphical programming of critical algorithms, signal processors, high-level directives, and configuration snippets, rather than complete programs.

Snippets of XML generated by the code tool may be stored as code comments, or separate files, for future graphical editing.

Blockly Build Status

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.

Sublicense

Portions of this work were produced by Google under the included Apache License Version 2.0. These have been sublicensed under the FSF GPL as stated.

License

This file is part of SigBlockly.

SigBlockly is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SigBlockly is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SigBlockly. If not, see http://www.gnu.org/licenses/.