Skip to content
automata edited this page Apr 17, 2012 · 19 revisions

[[http://meemoo.org][Meemoo]] is a visual programming language inside your browser. With Meemoo you can hack the whole Web to create your own apps and experiments.

Currently Meemoo is composed by an "app creator" called iframework where you can create your own modules which are simple (or complex!) HTML pages with meemoo.js embedded. These three pieces, iframework, modules and meemoo.js does all the magic.

Here you'll find some information regarding one of those pieces: iframework.

Getting Started

You can think on iframework as your blank canvas. Inside that you can plug and hack away all kinds of Meemoo modules.

Modules are the main concepts under Meemoo, so let's start with them.

Creating a Module: here you'll learn how to create simple modules to use with Meemoo.

Clone this wiki locally