ModKit

The educational technology and digital learning wiki
Revision as of 19:18, 6 February 2020 by Daniel K. Schneider (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

ModKit is or was a visual programming language to program Arduino electronic boards. We do not know if the project is still alive.

An unsuccessful Kickstarter project described Modkit as “event driven and multi-threaded programming language for the Internet of Everything for Everyone - Inspired by Scratch.”


Modkit.io is a new kind of programming language for the Internet of Everything for Everyone. It has a rich, yet surprisingly intuitive, multithreaded and event oriented syntax that will be familiar to millions of young students and educators who have been exposed to Scratch. And it works with Wiring, the microcontroller framework used in the Arduino IDE as well as development tools from TI, Particle, and Intel.

Multithreading is traditionally thought of and introduced as an advanced programming concept, but it just means you can have multiple things going on at the same time. Event-oriented simply means things can alert other things when something interesting happens. Unlike most programming languages, both of these concepts are built-in to Modkit.io, not introduced as a complicated afterthought

(Modkit.io - The Internet of Everything for Everyone, retrieved Feb 2020)

ModKit also could be used to program VEX IQ™ robots. We don't know if the officially supported VEXcode is an evolution of ModKit.

As of Feb 2020, the website is partially broken, and the Modkit Micro page annonces that “We're working on a new graphical editor for Microcontrollers based on Modkit.io. Modkit Micro is no longer supported but is still available below”. In our opinion this software may have a chance of becoming popular, since the better known MakeCode environment does not interact with Lilypads and the standard Arduino boards. So far we did not test this - Daniel K. Schneider (talk) 19:07, 6 February 2020 (CET)

See also:

  • MakeCode, a (for now) more successful project

Links