Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.72 KB

README.md

File metadata and controls

73 lines (44 loc) · 1.72 KB

usco-render-utils

GitHub version experimental Build Status Dependency Status devDependency Status

rendering helpers for usco project

This is a set of rendering helpers

  • coded in es6
  • uses regl as functional WebGL framework

Table of Contents

Background

  • uses the fantastic regl (declarative stateless rendering)
  • uses the also great glsify

Installation

npm install

build distributable

npm run build

launch dev server

npm run start-dev

Usage

This is an ES6/2015/next ONLY for now !

A bit of info about entry points in package.json (main vs module vs jsnext:main) webpack/webpack#1979

Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

The MIT License (MIT) (unless specified otherwise)