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
- Host: GitHub
- URL: https://github.com/pannapudi/pudnax.github.io
- Owner: pannapudi
- Created: 2019-07-30T14:40:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T06:26:41.000Z (over 2 years ago)
- Last Synced: 2025-01-20T13:35:21.617Z (over 1 year ago)
- Topics: golang, graphics, processing, rust, wasm
- Language: CSS
- Homepage: https://pudnax.github.io/
- Size: 30.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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),