cucapra / braid-talk

a talk about the Braid, static staging, heterogeneity, and real-time graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braid Talk

Clone the repository with Braid itself as a submodule:

$ git clone --recurse-submodules https://github.com/cucapra/braid-talk

Build the Braid dingus:

$ make dingus

Alternatively, you can set the BRAID environment variable to a place where Braid is already built.

Get the assets for the talk into place:

$ make

Get the dependencies for the talk:

$ yarn  # or npm install

Start a Web server to view the talk. For example:

$ python3 -m http.server

Or:

$ devd .

About

a talk about the Braid, static staging, heterogeneity, and real-time graphics


Languages

Language:HTML 65.1%Language:JavaScript 18.6%Language:CSS 13.8%Language:Makefile 2.5%