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
- Host: GitHub
- URL: https://github.com/lancelet/asterius-webgl-example
- Owner: lancelet
- Created: 2020-01-09T08:04:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T07:12:01.000Z (over 5 years ago)
- Last Synced: 2025-01-13T21:28:17.441Z (4 months ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```