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

https://github.com/lancelet/asterius-webgl-example

(WIP!) Calling WebGL from Asterius
https://github.com/lancelet/asterius-webgl-example

Last synced: 3 months ago
JSON representation

(WIP!) Calling WebGL from Asterius

Awesome Lists containing this project

README

        

# Instructions

```
./build.sh # builds inside Docker
stack install wai-app-static # for warp web server
warp -v -d asterius-bin
```

Then visit: http://localhost:3000/awgl.html

# Re-compilation in interactive Docker image

```
./docker-interactive.sh # start interactive Docker session
bash inside-docker-prepare.sh # prepare the container
bash inside-docker-build.sh # build
```