Skip to content

Directory Structure

Dethe Elza edited this page Jan 16, 2015 · 6 revisions

OUTDATED: This page needs to be updated and does not reflect the current state of Waterbear.


waterbear
├── bin
│   └── build
├── docs
├── framework
├── images
├── landing
│   ├── images
│   ├── javascripts
│   └── stylesheets
├── languages
│   ├── arduino
│   ├── javascript
│   │   ├── blocks
│   │   ├── examples
│   │   └── templates
│   ├── node
│   ├── processingjs
│   └── scheme
├── lib
├── scripts
├── stylesheets
├── template
└── test
  • bin/: Contains the node.js build script
  • landing/: Concatenated files used when serving website. These get generated with the bin/build command.
  • languages/ - contains necessary data for waterbear to implement a language
  • languages/{lang}/examples/ - examples accessible by menu bar
  • lib/ - necessary libraries to build waterbear
  • scripts/ - the heart of waterbear code
  • stylesheets/ - stylesheets
  • template/ - misc. html used for various pieces of waterbear