nicholasareed / silo_places

0 stars 0 forks source link

IRC #1

Open trusktr opened 9 years ago

trusktr commented 9 years ago

Thanks man! Got your message on IRC. http://infamous.github.io/infamous/docs is WIP. xD I'm working on readem to generate docs. What you were seeing there was dox-foundation which was giving me some technical difficulties (f.e. the menus being all blank and content missing), so I decided to just make my own doc generator using famous/infamous for the UI and dox for parsing source code comments. I plan to have initial docs done and the current infamous classes complete by v0.1.0 of infamous.

trusktr commented 9 years ago

If you'd like to see it working so far, try running:

git clone https://github.com/trusktr/readem.git
cd readem
npm link
readem --source bin

which will generate docs for readem itself. Also try visiting http://trusktr.io and you'll see some experiments there, the layout is a [PushMenuLayout], but give it time to load since it's getting all modules via HTTP and compiling ES6 to ES5 in-browser, so it's slooooow. :D

Cheers!

trusktr commented 9 years ago

By the way!! That "pass-through" event handling you're talking is called "event bubbling". :) That's something I'd like to make a clean pattern for in my lib, with a way to allow/restrict "pass through" of certain events, which isn't possible with current famous EventHandler.