Skip to content

tinyart/tinyart.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Art

Example

An online programming system inspired by the DBN project by the Aesthetics and Computation Group at the MIT Media Laboratory.

Important facts about syntax and semantics of the original language came from the page DBN Vocabulary by Zach Lieberman and Rusty Soo-Tho.

Usage

Run

npm install
npm run build
npm start

Then, open index.html in a browser and enter a DBN program into the text area.

Status

This is not yet complete, work in progress. Pull requests are very welcome.