/HedgehogIDE

IDE for programming simulated robots without any hardware - support for real hedgehog robots planned

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Hedgehog IDE

Hedgehog IDE is a web-based programming environment for beginners. Its main use case is robot programming with the integrated 2D simulator. Programs are written in JavaScript or with a visual, Blockly-based language. All user-written code is saved and executed in the browser, making sure that educators can use the IDE without worrying about their students' privacy.

Start using Hedgehog IDE at ide.pria.at

License

Source Code

Hedgehog IDE - Integrated development environment of the Hedgehog platform.
Copyright (C) 2020  Practical Robotics Institute Austria

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

This program 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Documentation

The Hedgehog IDE documentation is licensed under the CC BY-SA 3.0 license.

React Starter Kit

Based on React Starter Kit:

Copyright © 2014-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.

Conclave

Sources under src/routes/webrtc/conclave/ are based on Conclave, under the MIT license.