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
- Host: GitHub
- URL: https://github.com/sinclairzx81/hexagon
- Owner: sinclairzx81
- License: other
- Created: 2017-07-03T01:22:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T10:36:25.000Z (over 8 years ago)
- Last Synced: 2024-10-19T11:12:36.928Z (over 1 year ago)
- Topics: experiment, typescript, webgl
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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.
```