Skip to content

calder-gl/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f101451 · Oct 14, 2018

History

47 Commits
Jun 8, 2018
Oct 11, 2018
Oct 5, 2018
Oct 14, 2018
Jun 8, 2018
Jun 8, 2018
Sep 30, 2018
Jun 12, 2018
Oct 14, 2018
Jun 11, 2018
Jun 19, 2018
Oct 14, 2018

Repository files navigation

Calder Playground

Development Setup

  1. Install the node packages with Yarn:
yarn install
# Needed to get the correct version of `calder-gl`.
yarn upgrade
  1. Compile the TypeScript:
yarn compile
  1. Start the server:
yarn server
  1. Open localhost:3000
open http://localhost:3000

Updating Calder

To use a newer version of Calder in this repo, run the following:

yarn upgrade

This will change the commit for calder#master in yarn.lock, which you can then commit.

About

A playground for rendering CalderGL programs in a browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published