Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izo0x90/webassembly-graphicsdemo
Pure webAssembly graphics demo in the WAT format. Like actually written in Web Assembly syntax.
https://github.com/izo0x90/webassembly-graphicsdemo
assembly assembly-language assembly-language-programming browser computer-graphics graphics graphics-demo graphics-programming javascript js wasm wat web web-assembly webassembly
Last synced: 17 days ago
JSON representation
Pure webAssembly graphics demo in the WAT format. Like actually written in Web Assembly syntax.
- Host: GitHub
- URL: https://github.com/izo0x90/webassembly-graphicsdemo
- Owner: izo0x90
- Created: 2019-08-03T16:04:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:45:50.000Z (about 2 years ago)
- Last Synced: 2024-11-16T01:16:02.456Z (3 months ago)
- Topics: assembly, assembly-language, assembly-language-programming, browser, computer-graphics, graphics, graphics-demo, graphics-programming, javascript, js, wasm, wat, web, web-assembly, webassembly
- Language: WebAssembly
- Homepage:
- Size: 245 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webAssembly WAT Graphics demo
## Some image generation written in webAssembly text format.
### Inspired by the 80/90s graphics demo scene. The web is now truly the new Amiga.
## Compile
```
$> npm run build
```## Compile & run dev server
```
$> npm run dev
```## Install dep.
```
$> npm install
```