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

https://github.com/pannapudi/pudnax.github.io

host site
https://github.com/pannapudi/pudnax.github.io

golang graphics processing rust wasm

Last synced: 2 months ago
JSON representation

host site

Awesome Lists containing this project

README

          






# Graphics Archive https://pudnax.github.io/

### Compiled files are located in "html" folder and can viewed on [site.](https://pudnax.github.io/)

#### You can compile source files from "src" folder.

* Golang files

```bash
gopherjs build -m main.go -o main.js
```

Dependencies: [PGoJS](https://github.com/bregydoc/PGoJs)

* Rust files

```bash
cargo build --release
```

```bash
cargo web build --release
```
If you want to test your application locally, use `cargo web start` and open browser to the port it provides.

```bash
cargo web deploy
```
Dependencies: [quicksilver](https://github.com/ryanisaacg/quicksilver), [cargo-web
](https://github.com/koute/cargo-web),