https://github.com/terror/pix
<> a pixel editor <>
https://github.com/terror/pix
Last synced: about 1 year ago
JSON representation
<> a pixel editor <>
- Host: GitHub
- URL: https://github.com/terror/pix
- Owner: terror
- License: cc0-1.0
- Created: 2022-04-28T19:10:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T03:20:14.000Z (about 3 years ago)
- Last Synced: 2025-04-01T19:04:36.410Z (about 1 year ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
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
```