tachyon 0.0.0

A Servo application shell driven by Neon modules
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • freebroccolo silvanshade

tachyon

A Servo application shell driven by Neon modules

Building

  1. Install rust
  2. Satisfy the servo prerequisites
  3. brew install flow npm
  4. export PATH=node_modules/.bin:$PATH
  5. clone and build:
hub clone freebroccolo/tachyon
cd tachyon
npm install
./script/cargo.js build

You probably want to go get a coffee at this point…

Running

babel-node app/index.js

This runs a Node module that hooks into Servo via Neon and pops up a window. Nothing fancy yet.