An open API service indexing awesome lists of open source software.

https://github.com/sinclairzx81/hexagon

WebGL 2.0 graphics renderer written in TypeScript
https://github.com/sinclairzx81/hexagon

experiment typescript webgl

Last synced: over 1 year ago
JSON representation

WebGL 2.0 graphics renderer written in TypeScript

Awesome Lists containing this project

README

          

# hexagon

A small webgl 2.0 graphics renderer written in typescript [demo](https://codepen.io/anon/pen/xrWBZE?editors=1010)

### tasks

```
npm start # starts demo server (http://localhost:5000)
npm build # builds standalone hexagon library.
npm clean # cleans project artifacts.
```