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

https://github.com/gurb/webgl-with-deno

webgl with deno
https://github.com/gurb/webgl-with-deno

deno typescript webgl

Last synced: 2 months ago
JSON representation

webgl with deno

Awesome Lists containing this project

README

          

# webgl-with-deno
The repository aims development of webgl with just typescript via Deno runtime. In other words, this repository is boilerplate code about webgl that can be developed with typescript.

## How to use:
Compiling changes in client directory and add executable .js file to public directory:
```
deno run -A a.ts compile
```
Run server:
```
deno run -A a.ts start
```

Preview: https://localhost:8000/index.html