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

https://github.com/terror/pix

<> a pixel editor <>
https://github.com/terror/pix

Last synced: about 1 year ago
JSON representation

<> a pixel editor <>

Awesome Lists containing this project

README

          

## pix 🎨

**pix** is a pixel editor written in Rust for the browser, built using
[trunk](https://github.com/thedodd/trunk) and [yew](https://github.com/yewstack/yew).

### Running the project locally

First, ensure `trunk` is installed:

```bash
cargo install trunk
```

Then start the server:

```
trunk serve
```