Skip to content
LEGO edited this page Jun 11, 2014 · 3 revisions

SDLino

A partial Implementation of Z.100/SDL targeting Arduino.

For those unfamiliar with SDL; It is a graphical programming language, basically a mix of Flow Charts and State Transition diagrams, and module interaction diagrams.

For those unfamiliar with Arduino; It is a simplified micro-controler development platform based on C. http://arduino.cc/

Being written in javascript (and C as a target language), SDLino aims to create a compiler/editor/simulator/debugger for SDL on the Arduino Platform. The initial release will be a website based app, that will eventually develop into a full blown GUI Application.

Project Status

Being developed 30%-35% to pre-alpha.

Clone this wiki locally