Skip to content

giniedp/glib

Repository files navigation

Latest NPM release License Build status Coverage status

This is a spare time project and is maintained occasionally.

[G]glib

Gglib framework is a collection of graphics related libraries and tools written in Typescript. It abstracts WebGL calls and provides a simplified interface for graphics rendering.

Project structure

This project uses yarn workspaces and gulp tasks

  ├── assets              // Contains assets (textures, models, materials etc.) that are shared across all apps
  ├── apps                // Contains workspaces for everything that is executable
  │   ├── web             // Workspace for the gglib website
  │   ├── ...             //
  ├── packages            // Contains workspaces for all gglib packages
  │   ├── ...             //
  ├── tools               // Contains workspaces for build tools
  │   ├── gglib           // build tasks for the gglib packages
  │   ├── ...             //

Installation

get source code

$ git clone git@github.com:giniedp/glib.git
$ cd glib

install dependencies

$ yarn install

build the packages and the website

$ yarn build