Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regl-project/regl-tutorial
Tutorials for regl
https://github.com/regl-project/regl-tutorial
Last synced: 16 days ago
JSON representation
Tutorials for regl
- Host: GitHub
- URL: https://github.com/regl-project/regl-tutorial
- Owner: regl-project
- License: mit
- Created: 2016-09-12T16:23:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T21:37:48.000Z (3 months ago)
- Last Synced: 2024-08-09T22:45:26.004Z (3 months ago)
- Language: JavaScript
- Homepage: https://regl.neocities.org/
- Size: 731 KB
- Stars: 32
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [regl-tutorial](https://regl.neocities.org)
Tutorials for regl. (WORK IN PROGRESS)Available at https://regl.neocities.com
## Build instructions
Install all dependencies using `npm`:```
npm i
```Then run make:
```
make
```## License
(c) 2016 Mikola Lysenko. MIT License