/spinel

An Educational WebGL library

Primary LanguageTypeScript

Spinel - A simple WebGL library for Education

Introduction

Spinel is a simple WebGL library for education. It is designed to be simple and easy to use and understand.

Build

First, install the dependencies:

$ npm install

Then, build the library:

$ npm run build

Build the examples

$ npm run build-sample

Run the examples

$ npm run start