muge

Micro WebGL Game/Graphics Engine

Usage no npm install needed!

<script type="module">
  import muge from 'https://cdn.skypack.dev/muge';
</script>

README

muge - μGE

NPM build

A micro, modern WebGL graphics extension library in TypeScript.

muge provides a lightweight scene graph and other useful extensions on top of mugl.

Dependencies:

  • mugl: micro, modern WebGL wrapper library
  • gl-matrix: matrix and vector library

Install

npm install --save muge

Usage

TODO

More Examples

Check out the live examples. The source code of all examples can be found here.

API

TSDoc: http://andykswong.github.io/muge

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.