Skip to content

usco/usco-render-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)