Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```