Pixel editor
https://webxdc.codeberg.page/pixel/@main/
- JavaScript 93%
- Shell 4.1%
- HTML 2.9%
| .github/workflows | ||
| .gitignore | ||
| create-xdc.sh | ||
| icon.png | ||
| index.html | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| script.js | ||
| webxdc.d.ts | ||
| webxdc.js | ||
Pixel editor
WebXDC editor for 1-bit pixel graphics.
This is a sample app demonstrating synchronization of pixel array using Last-Write-Wins conflict resolution.
Each participant can toggle pixels on and off, which results in sending an update for the pixel to other participants.
Development
To run this WebXDC app in the emulator, simply open index.html in the browser.
To create an .xdc file that can be sent into the chat, execute
./create-xdc.sh.