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
- Host: GitHub
- URL: https://github.com/gurb/webgl-with-deno
- Owner: gurb
- Created: 2020-06-23T18:35:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T07:14:07.000Z (about 6 years ago)
- Last Synced: 2025-02-25T09:44:44.588Z (over 1 year ago)
- Topics: deno, typescript, webgl
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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