-
Notifications
You must be signed in to change notification settings - Fork 52
Home
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 those pieces.
Inside the iframework 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.
You can learn more about modules forking this repository and hacking the currently modules examples: http://github.com/forresto/meemoo-modules.
All the magic inside modules are done by meemoo.js (Meemoo modules are nothing more than HTML pages with meemoo.js embedded). It is so recommended to take a look at meemoo.js repository to understand the magic: http://github.com/meemoo/meemoo (some knowledge of Backbone.js and Underscore.js is highly appreciated).
You can think on iframework as your blank canvas. You can use the iframework hosted by Meemoo at http://meemoo.org/iframework or you can run your own.